Skip to content

Commit

Permalink
Note that Carrierwave doesn't automatically create a bucket on Amazon S3
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorturk committed Feb 17, 2011
1 parent 25167ec commit c9b5cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rdoc
Expand Up @@ -372,6 +372,8 @@ You'll need to configure a bucket, access id and secret key like this in an init
config.s3_secret_access_key = 'xxxxxx'
config.s3_bucket = 'name_of_bucket'
end

You'll need to create the bucket on Amazon S3 if it doesn't already exist.

In your uploader, set the storage to :s3

Expand Down

0 comments on commit c9b5cbb

Please sign in to comment.