Skip to content

Commit c9b5cbb

Browse files
committed
Note that Carrierwave doesn't automatically create a bucket on Amazon S3
1 parent 25167ec commit c9b5cbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,8 @@ You'll need to configure a bucket, access id and secret key like this in an init
372372
config.s3_secret_access_key = 'xxxxxx'
373373
config.s3_bucket = 'name_of_bucket'
374374
end
375+
376+
You'll need to create the bucket on Amazon S3 if it doesn't already exist.
375377

376378
In your uploader, set the storage to :s3
377379

0 commit comments

Comments
 (0)