Hello, I would like to setup my aws s3 keys to my droplet but…
When i’m doing cap production deploy
I have the following message : `ArgumentError: Missing required arguments: aws_access_key_id, aws_secret_access_key``
I know that on Heroku there are some command to set the secret keys . But after long research i can’t find a similar way to do it with my droplet !
Ideas?
Thank you in advance
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @contacte336d4fc22ff7606cc6
You need to define them as environment variables - or project specific variables - or use Figaro to manage variables with. Have a look here: https://stackoverflow.com/questions/28995164/missing-required-arguments-aws-access-key-id-aws-secret-access-key https://stackoverflow.com/questions/25596504/missing-required-arguments-aws-access-key-id-aws-secret-access-key https://stackoverflow.com/questions/41663925/missing-required-arguments-aws-access-key-id-aws-secret-access-key-in-server