Update fog-aws to v3.9.0
CHANGELOG: https://github.com/fog/fog-aws/blob/master/CHANGELOG.md Diff: https://github.com/fog/fog-aws/compare/v3.8.0..v3.9.0 This fixes a case-sensitivity issue that caused issues with some S3 providers or ones in front of a load balancer: https://gitlab.com/gitlab-org/gitlab/-/issues/261667 This also fixes an issue with IRSA session names not being generated automatically: https://gitlab.com/gitlab-org/charts/gitlab/-/issues/1832
Showing
... | @@ -113,7 +113,7 @@ gem 'carrierwave', '~> 1.3' | ... | @@ -113,7 +113,7 @@ gem 'carrierwave', '~> 1.3' |
gem 'mini_magick', '~> 4.10.1' | gem 'mini_magick', '~> 4.10.1' | ||
# for backups | # for backups | ||
gem 'fog-aws', '~> 3.8' | gem 'fog-aws', '~> 3.9' | ||
# Locked until fog-google resolves https://github.com/fog/fog-google/issues/421. | # Locked until fog-google resolves https://github.com/fog/fog-google/issues/421. | ||
# Also see config/initializers/fog_core_patch.rb. | # Also see config/initializers/fog_core_patch.rb. | ||
gem 'fog-core', '= 2.1.0' | gem 'fog-core', '= 2.1.0' | ||
... | ... |
Please register or sign in to comment