Skip to content

Instantly share code, notes, and snippets.

@takuyan
Created July 19, 2011 02:07
Show Gist options
  • Save takuyan/1091165 to your computer and use it in GitHub Desktop.
Save takuyan/1091165 to your computer and use it in GitHub Desktop.
If you useing S3 except default, add this to config/s3.yml. For paperclip/S3.
# config/s3.yml
development:
bucket: sample-dev
access_key_id: xxxxxxxxxxxxxxxx
secret_access_key: yyyyyyyyyyyyyyyyy
s3_host_name: s3-ap-northeast-1.amazonaws.com
production:
bucket: sample-production
access_key_id: iiiiiiiiiiiiiiiii
secret_access_key: jjjjjjjjjjjjjjjjj
s3_host_name: s3-us-west-1.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment