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 #85

Closed dragonfax closed 11 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.

dragonfax commented 11 years ago

faux pas. Don't create a pull request from a master branch.