diff --git a/lib/paperclip/storage/s3.rb b/lib/paperclip/storage/s3.rb index 8ae09c3a8..d0044ec5a 100644 --- a/lib/paperclip/storage/s3.rb +++ b/lib/paperclip/storage/s3.rb @@ -94,7 +94,8 @@ module Storage # 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 # 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_metadata+: These key/value pairs will be stored with the # object. This option works by prefixing each key with