aws-s3
aws-s3 copied to clipboard
AWS-S3 is a Ruby implementation of Amazon's S3 REST API
When the gemspec was added, the dependencies from the Rakefile weren't carried over into the gemspec. Specifically, a runtime error was occurring since XMLSimple was no longer considered a dependency...
Buckets in europe/asia require a different server, this commits solves the problem described in: http://github.com/marcel/aws-s3/issues#issue/4 introducing enpoints as in aws/s3 documentation: http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?RequestEndpoints.html The commit includes tests and documentation update. Thanks,...