You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!)
The text was updated successfully, but these errors were encountered:
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!)
The text was updated successfully, but these errors were encountered: