smore-inc / tinys3

A simple python S3 upload library. Inspired by requests
MIT License
285 stars 54 forks source link

ListRequest to iterate over the files in a bucket #23

Closed arthurdarcet closed 10 years ago

arthurdarcet commented 10 years ago

Iterate over the metadata of the files in a bucket.

I tried to keep it simple, it uses lxml if available, other it fall backs to the native xml module. The list request run method returns an iterator which will query the amazon API each times it needs more data

arthurdarcet commented 10 years ago

Sorry, mixed things up, cf #24