mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
9 lines
236 B
Ruby
9 lines
236 B
Ruby
Paperclip.interpolates(:s3_eu_url) do |att, style|
|
|
"#{att.s3_protocol}://s3-eu-west-1.amazonaws.com/#{att.bucket_name}/#{att.path(style)}"
|
|
end
|
|
|
|
module AWS
|
|
module S3
|
|
DEFAULT_HOST = "s3-eu-west-1.amazonaws.com"
|
|
end
|
|
end |