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 !
eadz (author)
Sun Jun 08 21:46:55 -0700 2008
commit  0d293d4515876dd93a89521c17621bda612bfd9b
tree    89041562322408598582e9883109aac19cb4d44a
parent  b6211f21c13ef655b7e2f60bdbd8b42f9c35bd46
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: