Skip to content
Snippets Groups Projects
Commit 17e26f8a authored by THE BOSS ♨'s avatar THE BOSS ♨ Committed by Yamagishi Kazutoshi
Browse files

Fix typo in paperclip.rb (#5936)

parent 2526ef10
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ if ENV['S3_ENABLED'] == 'true'
s3_region = ENV.fetch('S3_REGION') { 'us-east-1' }
s3_protocol = ENV.fetch('S3_PROTOCOL') { 'https' }
s3_hostname = ENV.fetch('S3_HOSTNAME') { "s3-#{s3_region}}.amazonaws.com" }
s3_hostname = ENV.fetch('S3_HOSTNAME') { "s3-#{s3_region}.amazonaws.com" }
Paperclip::Attachment.default_options.merge!(
storage: :s3,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment