Closed elia closed 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...
Merged, thanks!
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.
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...