There was an error while loading. Please reload this page.
2 parents 74a2159 + 9d3dd4e commit 77898c3Copy full SHA for 77898c3
app/models/cms/attachment.rb
@@ -98,6 +98,7 @@ def configure_paperclip
98
:storage => rail_config(:storage),
99
:s3_credentials => rail_config(:s3_credentials),
100
:bucket => rail_config(:s3_bucket),
101
+ :s3_host_name => rail_config(:s3_host_name),
102
:s3_host_alias => rail_config(:s3_host_alias)
103
104
end
0 commit comments