aws-sdk-rust
aws-sdk-rust copied to clipboard
Can't list more than 1,000 objects
A ListObjectsRequest request seems to lack a way to provide the next_continuation_token from a previous ListObjectsOutput response (I can see the value is present in the response when making a v2 request).
I tried making a v1 request, but the responses I dump out always have a next_marker of "", and setting the request's marker to the last key from the previous response doesn't seem to effect the next response (just goes back to the start of the list again).
Sorry if I'm just confused :-)
Thanks for the input. I will take a look. If you find the issue and can adjust then feel free to issue a PR. thx