Skip to content

Commit

Permalink
add note about :url option needing to be a string, not a symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jjb committed May 11, 2012
1 parent 71a2960 commit 9ab9286
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/paperclip/storage/s3.rb
Expand Up @@ -62,6 +62,9 @@ module Storage
# the domain-style (:s3_domain_url). Anything else here will be treated like path-style.
#
# Notes:
# * The value of this option is a string, not a symbol.
# <b>right:</b> <tt>":s3_domain_url"</tt>
# <b>wrong:</b> <tt>:s3_domain_url</tt>
# * If you use a CNAME for use with CloudFront, you can NOT specify https as your
# :s3_protocol;
# This is *not supported* by S3/CloudFront. Finally, when using the host
Expand Down

0 comments on commit 9ab9286

Please sign in to comment.