qoobaa / s3

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

s3_bucket.list_bucket - Escape the marker query param #85

Closed icidasset closed 10 years ago

icidasset commented 10 years ago

Hi,

I just encountered a problem where the key of the last object contained spaces, so the marker query parameter was incorrect. This pull request should fix that.

qoobaa commented 10 years ago

Thanks.