Commit 92b3307b by Jonathan Chen Committed by Sid Raval

Docs: Provide example for s3_host_name (#2379)

* Provide example for s3_host_name

Gives an example, since not everyone knows the format required.

* Shorten line per Hound comment
parent 3d340883
...@@ -94,7 +94,8 @@ module Paperclip ...@@ -94,7 +94,8 @@ module Paperclip
# to interpolate. Keys should be unique, like filenames, and despite the fact that # to interpolate. Keys should be unique, like filenames, and despite the fact that
# S3 (strictly speaking) does not support directories, you can still use a / to # S3 (strictly speaking) does not support directories, you can still use a / to
# separate parts of your file name. # separate parts of your file name.
# * +s3_host_name+: If you are using your bucket in Tokyo region etc, write host_name. # * +s3_host_name+: If you are using your bucket in Tokyo region
# etc, write host_name (e.g., 's3-ap-northeast-1.amazonaws.com').
# * +s3_region+: For aws-sdk v2, s3_region is required. # * +s3_region+: For aws-sdk v2, s3_region is required.
# * +s3_metadata+: These key/value pairs will be stored with the # * +s3_metadata+: These key/value pairs will be stored with the
# object. This option works by prefixing each key with # object. This option works by prefixing each key with
......
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