Skip to content

Instantly share code, notes, and snippets.

@taptapdan
Last active December 5, 2015 04:23
Show Gist options
  • Select an option

  • Save taptapdan/3422d3bf02c3ea1a85b3 to your computer and use it in GitHub Desktop.

Select an option

Save taptapdan/3422d3bf02c3ea1a85b3 to your computer and use it in GitHub Desktop.
RailsTutorial Chapter 10 // Configuring CarrierWave to use S3 // Setting Heroku Environment Variables
$ 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