Respect user configured schema when generating object storage URLs
When generating S3 compatible URLs we should respect user configuration in `congig/gitlab.yml`; In GDK we are using local minio over HTTP.
Showing
... | ... | @@ -109,7 +109,7 @@ gem 'dropzonejs-rails', '~> 0.7.1' |
# for backups | ||
gem 'fog-aws', '~> 2.0' | ||
gem 'fog-core', '~> 1.44' | ||
gem 'fog-google', '~> 1.3' | ||
gem 'fog-google', '~> 1.3.2' | ||
gem 'fog-local', '~> 0.3' | ||
gem 'fog-openstack', '~> 0.1' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
... | ... |
Please register or sign in to comment