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
..
2017-01-18 22:55:22 -05:00
2016-10-14 01:04:14 -07:00
2016-05-05 23:01:24 -04:00
2016-02-08 10:33:33 -05:00
2017-01-24 09:48:31 -05:00