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 !
drnic (author)
Tue Apr 22 21:06:29 -0700 2008
commit  b9c5f79b11a8a9252fbdac34d3043c497aba542d
tree    843849343553c364a6f8994c8a4c6e8f4e9820f7
parent  0598b0b33a3ab0e62f27bc261c8d4f4360282166
attachment_fu / amazon_s3.yml.tpl
100644 15 lines (12 sloc) 0.239 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
development:
  bucket_name: appname_development
  access_key_id:
  secret_access_key:
 
test:
  bucket_name: appname_test
  access_key_id:
  secret_access_key:
 
production:
  bucket_name: appname
  access_key_id:
  secret_access_key: