Fix large backups not working with Azure Blob storage
This commit bumps the gitlab-fog-azure-rm gem version to v1.0, which fixes an issue when backups exceed 33 MB in size: https://gitlab.com/gitlab-org/gitlab-fog-azure-rm/-/merge_requests/19
Showing
... | @@ -120,7 +120,7 @@ gem 'fog-local', '~> 0.6' | ... | @@ -120,7 +120,7 @@ gem 'fog-local', '~> 0.6' |
gem 'fog-openstack', '~> 1.0' | gem 'fog-openstack', '~> 1.0' | ||
gem 'fog-rackspace', '~> 0.1.1' | gem 'fog-rackspace', '~> 0.1.1' | ||
gem 'fog-aliyun', '~> 0.3' | gem 'fog-aliyun', '~> 0.3' | ||
gem 'gitlab-fog-azure-rm', '~> 0.9', require: false | gem 'gitlab-fog-azure-rm', '~> 1.0', require: false | ||
# for Google storage | # for Google storage | ||
gem 'google-api-client', '~> 0.33' | gem 'google-api-client', '~> 0.33' | ||
... | ... |
Please register or sign in to comment