qoobaa / s3

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

Does not handle 307 temporary redirects #7

Closed donaldpiret closed 14 years ago

donaldpiret commented 14 years ago

When creating a bucket in the EU region, subsequent requests can receive a 307 temporary redirect response for a while with a new host location to use. The request should catch this error and resend it to the new host location

qoobaa commented 14 years ago

I decided to not implement this to make the gem simpler, if you need the 307's support you can add it. It'd be nice to add a tests for it.

qoobaa commented 14 years ago

Fixed in 0.3.0 by dmitry-ilyashevich. Thanks!