AdRoll / goamz

Fork of the GOAMZ version developed within Canonical with additional functionality with DynamoDB
https://wiki.ubuntu.com/goamz
Other
401 stars 213 forks source link

s3: Use the s3-external-1 endpoint for US East #402

Closed abustany closed 9 years ago

abustany commented 9 years ago

That endpoint is the same functionally as s3.amazonaws.com, but guarantees read-after-write consistency, as mentioned in https://forums.aws.amazon.com/ann.jspa?annID=3112 .

alimoeeny commented 9 years ago

Thanks @abustany