marcel / aws-s3

AWS-S3 is a Ruby implementation of Amazon's S3 REST API
http://amazon.rubyforge.org
MIT License
774 stars 461 forks source link

add support for eu #86

Closed dragonfax closed 7 years ago

dragonfax commented 11 years ago

allow AWS::S3 to take an option of :server => 's3-eu-west-1.amazonaws.com'. and actually pass authentication with it.

These lines aren't necessary anymore for us or eu. And they block the eu connections from working right.