Merge branch 'remove-backup-strategies' into 'master'
Stop supporting Google Cloud and Azure as backup strategies ## What does this MR do? It removes support for Azure and Google Cloud as backup strategies (via Fog). Motivation behind this decision can be found in !4928, !6713 but basically they require a lot of gems that are unrelated to the backup use-case. ## Are there points in the code the reviewer needs to double check? Am I missing any other location where we'd use these gems? See merge request !7739
Showing
... | ... | @@ -85,10 +85,8 @@ gem 'dropzonejs-rails', '~> 0.7.1' |
# for backups | ||
gem 'fog-aws', '~> 0.9' | ||
gem 'fog-azure', '~> 0.0' | ||
gem 'fog-core', '~> 1.40' | ||
gem 'fog-local', '~> 0.3' | ||
gem 'fog-google', '~> 0.3' | ||
gem 'fog-openstack', '~> 0.1' | ||
gem 'fog-rackspace', '~> 0.1.1' | ||
... | ... |
Please register or sign in to comment