Fix code formatting

This commit is contained in:
Isa S 2023-01-23 13:59:24 +01:00 committed by GitHub
parent eb503c845e
commit 6d738dd1b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ if ENV['S3_ENABLED'] == 'true'
http_open_timeout: ENV.fetch('S3_OPEN_TIMEOUT'){ '5' }.to_i,
http_read_timeout: ENV.fetch('S3_READ_TIMEOUT'){ '5' }.to_i,
http_idle_timeout: 5,
retry_limit: ENV.fetch('S3_RETRY_LIMIT'){ '0'}.to_i,
retry_limit: ENV.fetch('S3_RETRY_LIMIT'){ '0' }.to_i,
}
)