aws-s3
aws-s3 copied to clipboard
AWS-S3 is a Ruby implementation of Amazon's S3 REST API
Add a license file to make improve discoverability.
Hi Team, I am trying to provide my s3 bucket access to only specific IAM role instances. I applied below policy but it is not working. { "Version": "2008-10-17", "Statement":...
Currently getting errors like: `undefined method`closed?' for nil:NilClass` when trying to run multiple threads
seems to be pointing towards an issue there: https://github.com/marcel/aws-s3/blob/master/lib/aws/s3/extensions.rb#L222 https://gyazo.com/eea1595aafa6d094c315b65e3f88fa77.png 14:42:37 worker.1 | /Users/me/.rvm/gems/ruby-2.5.1/gems/aws-s3-0.6.3/lib/aws/s3/extensions.rb:223:in `class_eval': /Users/me/.rvm/gems/ruby-2.5.1/gems/aws-s3-0.6.3/lib/aws/s3/extensions.rb:223: `@@{' is not allowed as a class variable name (SyntaxError) 14:42:37 worker.1 | /Users/me/.rvm/gems/ruby-2.5.1/gems/aws-s3-0.6.3/lib/aws/s3/extensions.rb:223:...
I found out today that the url in the documentation (README.rdoc) was broken. Although I'm not sure if this is the new version of URL it was redirecting to before.
In my bundler I typed: gem 'aws-s3', :git => 'git://github.com/marcel/aws-s3.git' and this message occurs instead of installing. Could not find gem 'aws-s3 (>= 0) ruby' in git://github.com/marcel/aws-s3.git (at master). Source...
Getting this error in the following line .rvm/gems/ruby-2.0.0-p0/gems/aws-s3-0.6.2/lib/aws/s3/extensions.rb:84: invalid multibyte escape: /[\x80-\xFF]/ (SyntaxError) Ruby - 2.0.0-p0 Rails - 3.2.11