moto/moto/s3
Stefan Nordhausen 1a01bae74e Implement list_objects_v2() for S3 buckets (#814)
This adds/fixes the following things:
- Add missing KeyCount in result (fixes #734).
- Do not hard code MaxKeys to 1000.
- Truncate result if it has more than MaxKeys items. Set IsTruncated
    and NextContinuationToken accordingly.
- Support the StartAfter parameter.
- Return Owner information only when FetchOwner=True is given.
- "Prefix" in response is now "" instead of None when omitted in request.
- "Delimiter" is now omitted from response when not given in request.
2017-02-08 21:21:43 -05:00
..
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
exceptions.py Update format of S3 client errors 2016-07-08 19:32:34 +00:00
models.py Add S3 ACL for aws-exec-read. Closes #740. 2016-11-23 19:42:36 -06:00
responses.py Implement list_objects_v2() for S3 buckets (#814) 2017-02-08 21:21:43 -05:00
urls.py Disable strict_slashes for Flask so that S3 works in server mode. 2016-12-03 18:59:28 -05:00
utils.py Fix unicode S3 key listing in Python 2 2016-09-04 04:31:03 +06:00