search for: my_key_here

Displaying 1 result from an estimated 1 matches for "my_key_here".

2006 Nov 30
1
Uninitialized Constant Using New S3 Library
...s/activesupport-1.3.1/ lib/active_support/dependencies.rb:131:in `const_missing'' from (irb):2 I am calling the following in my environment.rb file: require ''aws/s3'' AWS::S3::Base.establish_connection!(:access_key_id => MY_ID_HERE, :secret_access_key => MY_KEY_HERE) and then I fired up the console and tried the above and boom... I also tried not putting the connection call in environment.rb and instead into a controller. Same deal. I recently upgraded to the new gem: aws-s3 (0.1.1, 0.1.0) Client library for Amazon''s Simple Storage Service&...