aws-sdk-rust icon indicating copy to clipboard operation
aws-sdk-rust copied to clipboard

Can't list more than 1,000 objects

Open dholroyd opened this issue 8 years ago • 1 comments

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 :-)

dholroyd avatar Feb 21 '17 22:02 dholroyd

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

hanscj1 avatar Feb 22 '17 02:02 hanscj1