diff --git a/config/initializers/paperclip.rb b/config/initializers/paperclip.rb index 4bbf8b827b54aa23a5997edf383015684b70f3ba..ce4185e024dbf92e7c02357e0dd37276a948ed3d 100644 --- a/config/initializers/paperclip.rb +++ b/config/initializers/paperclip.rb @@ -36,6 +36,9 @@ if ENV['S3_ENABLED'] == 'true' }, s3_options: { signature_version: ENV.fetch('S3_SIGNATURE_VERSION') { 'v4' }, + http_open_timeout: 5, + http_read_timeout: 5, + http_idle_timeout: 5, } )