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
2015-06-05 20:09:15 -04:00
2016-10-14 01:04:14 -07:00
2016-11-23 19:23:47 -06:00
2014-11-23 23:20:02 -05:00
2016-09-07 14:40:52 -04:00