Bump fog-aws to v3.5.2
This will make it possible for Oracle Cloud to work with S3 by disabling Signature V4 streaming (https://github.com/fog/fog-aws/issues/523). Full CHANGELOG: https://github.com/fog/fog-aws/blob/master/CHANGELOG.md Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63041
Showing
... | ... | @@ -100,7 +100,7 @@ gem 'carrierwave', '~> 1.3' |
gem 'mini_magick' | ||
# for backups | ||
gem 'fog-aws', '~> 3.3' | ||
gem 'fog-aws', '~> 3.5' | ||
# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421. | ||
# Also see config/initializers/fog_core_patch.rb. | ||
gem 'fog-core', '= 2.1.0' | ||
... | ... |
Please register or sign in to comment