Skip to content

Commit 9d3dd4e

Browse files
author
Andy Olliver
committed
allow config for: s3_host_name
1 parent f8fa9a0 commit 9d3dd4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/models/cms/attachment.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def configure_paperclip
9898
:storage => rail_config(:storage),
9999
:s3_credentials => rail_config(:s3_credentials),
100100
:bucket => rail_config(:s3_bucket),
101+
:s3_host_name => rail_config(:s3_host_name),
101102
:s3_host_alias => rail_config(:s3_host_alias)
102103

103104
end

0 commit comments

Comments
 (0)