qoobaa / s3

Library for accessing S3 objects and buckets, supports EU and US buckets
MIT License
258 stars 112 forks source link

Can't list more than 1000 objects from a bucket #25

Closed elia closed 14 years ago

elia commented 14 years ago

Related to issue #12.

I'm patched Bucket#list_objects to keep requesting objects (through the marker tag) until all objects are listed. Sorry for not giving tests...

qoobaa commented 14 years ago

Merged, thanks!

TelegramSam commented 13 years ago

This essentially disabled the max_keys option, so using find_all() now returns all of the remaining keys, no matter what you set the limit to.