You will need to do pagination, which s3 does through a notion of
'marker'. So you'll want to get the key of object 1000 and say that
this is the marker and make the request again to get the 2nd 1000.
You can repeat as necessary, and I think the IsTruncated value should
be false when you get to the last page. Let me know if that isn't
clear enough or you have further questions or issues.
Thanks!
wes
On Jan 2, 6:16 pm, Darrin Eden <
darrin.e...@gmail.com> wrote:
> Hi, What to do when a bucket has more than 1K objects?
>
>
https://github.com/geemus/fog/blob/v0.3.34/lib/fog/aws/requests/stora...
>
> Thanks.