updated top the the new version of attachment_fu plugin to work out some
[selectricity] / config / amazon_s3.yml
diff --git a/config/amazon_s3.yml b/config/amazon_s3.yml
new file mode 100644 (file)
index 0000000..5c585e7
--- /dev/null
@@ -0,0 +1,17 @@
+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

Benjamin Mako Hill || Want to submit a patch?