Skip to content

Instantly share code, notes, and snippets.

@johanb
Created May 24, 2012 15:46
Show Gist options
  • Save johanb/2782321 to your computer and use it in GitHub Desktop.
Save johanb/2782321 to your computer and use it in GitHub Desktop.
config.s3_backend = Refinery::Core.s3_backend
config.s3_bucket_name = ENV['FOG_DIRECTORY']
config.s3_access_key_id = ENV['AWS_ACCESS_KEY_ID']
config.s3_secret_access_key = ENV['AWS_SECRET_ACCESS_KEY']
config.s3_region = ENV['FOG_REGION']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment