Commit b01f4740 by HormyAJP Committed by Tute Costa

Update docs for s3_permissions (#2310)

s3_permissions can no longer be a symbol. Must be a string.
Providing a string causes hard to debug errors in AWS.
parent 7edb35a2
......@@ -45,10 +45,10 @@ module Paperclip
#
# You can set permission on a per style bases by doing the following:
# :s3_permissions => {
# :original => :private
# :original => "private"
# }
# Or globally:
# :s3_permissions => :private
# :s3_permissions => "private"
#
# * +s3_protocol+: The protocol for the URLs generated to your S3 assets.
# Can be either 'http', 'https', or an empty string to generate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment