Skip to content

Commit

Permalink
Documentation for buckets in the s3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Sep 12, 2008
1 parent ce2f389 commit 7c598fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/paperclip/storage.rb
Expand Up @@ -80,7 +80,10 @@ def flush_deletes #:nodoc:
# This is not required, however, and the file may simply look like this:
# access_key_id: 456...
# secret_access_key: 456...
# In which case, those access keys will be used in all environments.
# In which case, those access keys will be used in all environments. You can also
# put your bucket name in this file, instead of adding it to the code directly.
# This is useful when you want the same account but a different bucket for
# development versus production.
# * +s3_permissions+: This is a String that should be one of the "canned" access
# policies that S3 provides (more information can be found here:
# http://docs.amazonwebservices.com/AmazonS3/2006-03-01/RESTAccessPolicy.html#RESTCannedAccessPolicies)
Expand Down

0 comments on commit 7c598fb

Please sign in to comment.