Merge branch 'support-google-cloud-storage-backups' into 'master'
Re-add Google Cloud Storage as a backup strategy Closes #26362 See merge request !8481
Showing
... | @@ -84,10 +84,14 @@ gem 'dropzonejs-rails', '~> 0.7.1' | ... | @@ -84,10 +84,14 @@ gem 'dropzonejs-rails', '~> 0.7.1' |
# for backups | # for backups | ||
gem 'fog-aws', '~> 0.9' | gem 'fog-aws', '~> 0.9' | ||
gem 'fog-core', '~> 1.40' | gem 'fog-core', '~> 1.40' | ||
gem 'fog-google', '~> 0.5' | |||
gem 'fog-local', '~> 0.3' | gem 'fog-local', '~> 0.3' | ||
gem 'fog-openstack', '~> 0.1' | gem 'fog-openstack', '~> 0.1' | ||
gem 'fog-rackspace', '~> 0.1.1' | gem 'fog-rackspace', '~> 0.1.1' | ||
# for Google storage | |||
gem 'google-api-client', '~> 0.8.6' | |||
# for aws storage | # for aws storage | ||
gem 'unf', '~> 0.1.4' | gem 'unf', '~> 0.1.4' | ||
... | ... |
Please register or sign in to comment