logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 45230c56ab10cd40d7a2e6e241dd30ae4e40e6b0
parent: 3ab193bc3f40c0336a16dd21c3f3dc66eb86a842
Author: Eugen Rochko <eugen@zeonfederated.com>
Date:   Sun,  6 Nov 2016 18:55:20 +0100

Improve S3 config

Diffstat:

Mconfig/initializers/paperclip.rb3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/initializers/paperclip.rb b/config/initializers/paperclip.rb @@ -7,4 +7,7 @@ if ENV['S3_ENABLED'] == 'true' secret_access_key: ENV.fetch('AWS_SECRET_ACCESS_KEY'), s3_region: ENV.fetch('S3_REGION') } + + Paperclip::Attachment.default_options[:url] = ':s3_domain_url' + Paperclip::Attachment.default_options[:path] = '/:class/:attachment/:id_partition/:style/:filename' end