Last active
December 5, 2015 04:23
-
-
Save taptapdan/3422d3bf02c3ea1a85b3 to your computer and use it in GitHub Desktop.
RailsTutorial Chapter 10 // Configuring CarrierWave to use S3 // Setting Heroku Environment Variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ heroku config:set S3_ACCESS_KEY=<access key> | |
| $ heroku config:set S3_SECRET_KEY=<secret key> | |
| $ heroku config:set S3_BUCKET=<bucket name> | |
| $ heroku config:set S3_REGION=<bucket region> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment