moto/tests/test_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
..
test_s3_lifecycle.py Test Boto 2.43.0 . 2016-11-06 10:29:50 -05:00
test_s3_utils.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_s3.py Implement list_objects_v2() for S3 buckets (#814) 2017-02-08 21:21:43 -05:00
test_server.py Add failing test for bucket versioning 2015-02-22 22:22:32 +07:00