public
Description: Treat an ActiveRecord model as a file attachment, storing its patch, size, content type, etc.
Homepage: http://weblog.techno-weenie.net
Clone URL: git://github.com/technoweenie/attachment_fu.git
Click here to lend your support to: attachment_fu and make a donation at www.pledgie.com !
attachment_fu / amazon_s3.yml.tpl
100644 18 lines (15 sloc) 0.368 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
development:
bucket_name: appname_development
access_key_id:
secret_access_key:
distribution_domain: XXXX.cloudfront.net
 
test:
bucket_name: appname_test
access_key_id:
secret_access_key:
distribution_domain: XXXX.cloudfront.net
 
production:
bucket_name: appname
access_key_id:
secret_access_key:
distribution_domain: XXXX.cloudfront.net