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
you can't use both use_iam_profile and access keys as documented on the readme: :use_iam_profile # boolean - if true, no need for access_key_id or secret_access_key
Everything works perfectly when using file storage, am trying to upload to an S3 bucket but getting the following error:
dragonfly.rb configured as follows:
This might be more concerned with Fog than dragonfly but any chance you can help with a little diagnosis.
The AWS_ACCESS_KEY_ID and SECRET work fine with the aws-sdk gem and I can manually put files no problem.
I was thinking about doing a fork for aws-sdk but it seems pointless to duplicate what Fog is supposed to do if its fog's issue.
Thanks.
The text was updated successfully, but these errors were encountered: