added attachment_fu and made the set of changes
[selectricity-live] / vendor / plugins / attachment_fu / amazon_s3.yml.tpl
diff --git a/vendor/plugins/attachment_fu/amazon_s3.yml.tpl b/vendor/plugins/attachment_fu/amazon_s3.yml.tpl
new file mode 100644 (file)
index 0000000..81cb807
--- /dev/null
@@ -0,0 +1,14 @@
+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: 

Benjamin Mako Hill || Want to submit a patch?