Merge branch 'sh-add-azure-blob-support' into 'master'
Add Azure Blob Storage support See merge request gitlab-org/gitlab!38882
Showing
... | ... | @@ -119,6 +119,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', '~> 0.7', require: false | ||
# for Google storage | ||
gem 'google-api-client', '~> 0.33' | ||
... | ... |
Please register or sign in to comment