Fix UTF-8 characters not working with Azure Blob storage
This pulls in the changes in https://gitlab.com/gitlab-org/gitlab-fog-azure-rm/-/merge_requests/21 to force Azure to encode generated URLs. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/296736
Showing
... | ... | @@ -122,7 +122,7 @@ gem 'fog-local', '~> 0.6' |
gem 'fog-openstack', '~> 1.0' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
gem 'fog-aliyun', '~> 0.3' | ||
gem 'gitlab-fog-azure-rm', '~> 1.0', require: false | ||
gem 'gitlab-fog-azure-rm', '~> 1.0.1', require: false | ||
# for Google storage | ||
gem 'google-api-client', '~> 0.33' | ||
... | ... |
Please register or sign in to comment