-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 store failing when used with IAM #12
Comments
Sorry for the silly question but are you uploading from an EC2 instance? |
No, I was testing from my own computer. |
The production error was happening on Heroku. |
You would need to own the particular EC2 instance to use IAM in that way (automatic authorisation to other AWS services). I am using IAM to restrict a Dragonfly-specific AWS user to a specific S3 bucket - |
Then we need to update the README correct? It states this:
|
I have been trying to configure this gem with IAM profiles. As per instructions in the README, I have set up my
dragonfly.rb
like so:(Removed the access key and the secret.)
But in the production, I get the following error:
Am I doing this right?
The text was updated successfully, but these errors were encountered: