Skip to content

Instantly share code, notes, and snippets.

@takuyan
Created July 15, 2011 01:22
Show Gist options
  • Save takuyan/1083849 to your computer and use it in GitHub Desktop.
Save takuyan/1083849 to your computer and use it in GitHub Desktop.
how to use paperclip :region option
# config/s3.yml
development:
bucket: sample-dev
access_key_id: xxxxxxxxxxxxxxxx
secret_access_key: yyyyyyyyyyyyyyyyy
region: tokyo
production:
bucket: sample-production
access_key_id: iiiiiiiiiiiiiiiii
secret_access_key: jjjjjjjjjjjjjjjjj
region: tokyo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment