<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>TemporaryRedirect</Code><Message>Please re-send this request to the specified temporary endpoint. Continue to use the original request endpoint for future requests.</Message><Bucket>BUCKETNAME</Bucket><Endpoint>BUCKETNAME.s3-us-west-2.amazonaws.com</Endpoint><RequestId>688317AA50206CC1</RequestId><HostId>xjLXl9inxjNdrE82w1hhMUyUC39mhI/TCnYhzVQZyx7AKP56W1CWdfdaRZRTGWOJKEIcA2zMRN8=</HostId></Error>
It would be nice if this library could follow that redirect and perform the action there.
Due to something completely not this library's fault, Amazon sometimes responds with a 307 redirect: http://docs.aws.amazon.com/AmazonS3/latest/dev/Redirects.html
It would be nice if this library could follow that redirect and perform the action there.