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

Cannot use environment variables with aws-s3?

Open tgmerritt opened this issue 10 years ago • 0 comments

http://stackoverflow.com/questions/19282839/aws-s3-gem-will-connect-in-application-rb-but-fails-on-subsequent-uses-of-api-me

Please check the post at Stackoverflow - I believe something in your connection.rb class does something weird with the string when it's passed via an environment variable.

When I put in my keys as plaintext to the initializer - it works fine. Use a yml config and environment variables, it will connect but every other method fails (Service, Bucket, S3Object, etc.). Always complains that my key cannot be found - but I've verified the keys (and the connection is fine!)

tgmerritt avatar Oct 09 '13 22:10 tgmerritt