aws-s3 icon indicating copy to clipboard operation
aws-s3 copied to clipboard

AWS-S3 is a Ruby implementation of Amazon's S3 REST API

Results 2 aws-s3 issues
Sort by recently updated
recently updated
newest added

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,...