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

NameError: uninitialized constant AWS::S3::Base

Open yb66 opened this issue 8 years ago • 1 comments

Good afternoon,

require 'aws/s3'
=> true
AWS::S3::Base.establish_connection!(
  :access_key_id     => 'abc',   
  :secret_access_key => '123'  
)  
NameError: uninitialized constant AWS::S3::Base

This happened to me just 5 minutes ago. It would be helpful if you updated the instructions to use either of the solutions listed in this SO answer, or state what should work instead. Using s3sh failed for me too, but it wouldn't be the only route to using the library anyway.

Kind regards, yb

yb66 avatar Aug 27 '15 15:08 yb66