-
Notifications
You must be signed in to change notification settings - Fork 346
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
Missing required arguments: aws_access_key_id, aws_secret_access_key #339
Comments
You can try to debug with |
@kotowick you fix this issue? |
@Haseeb717 |
I've received a similar problem .
Result of
If I hit fog-aws directly it works
|
Can you try to run begin; AssetSync.sync; rescue => ex; pp(ex.backtrace); end To get the backtrace of the error? |
I'll try this tonight.
If I changed the above code to include the key/secret it started working for me. If you agree, I can submit a patch. |
@markgandolfo
|
@PikachuEXE That is, asset_sync does not work with IAM if you use fog-aws. |
I have almost zero knowledge about But does that mean using IAM is impossible in asset_sync? |
Looking at fog/fog-aws#499 You can start debugging with fog_options = AssetSync.config.fog_options
# Modify `fog_options`...
Fog::Storage.new(fog_options) Unless you can create |
Hello,
I have implemented asset_sync into a Rails project. I am having an issue when trying to sync the assets. I have the config/asset_sync.yml file generated as well as the config/initializer/asset_sync.rb. The environment variables are being set... but still get an error:
The text was updated successfully, but these errors were encountered: