Revert "ovh: storage URLs have changed"

This reverts commit 9e853c07eb.

The URL change is incorrect. storage subdomain is for openstack
This commit is contained in:
Girish Ramakrishnan
2021-03-05 00:15:43 -08:00
parent 68c67f351e
commit 7e02996b28
3 changed files with 21 additions and 21 deletions
+7 -7
View File
@@ -115,13 +115,13 @@ app.controller('RestoreController', ['$scope', 'Client', function ($scope, Clien
];
$scope.ovhRegions = [
{ name: 'Beauharnois (BHS)', value: 'https://storage.bhs.cloud.ovh.net', region: 'bhs' }, // default
{ name: 'Frankfurt (DE)', value: 'https://storage.de.cloud.ovh.net', region: 'de' },
{ name: 'Gravelines (GRA)', value: 'https://storage.gra.cloud.ovh.net', region: 'gra' },
{ name: 'Strasbourg (SBG)', value: 'https://storage.sbg.cloud.ovh.net', region: 'sbg' },
{ name: 'London (UK)', value: 'https://storage.uk.cloud.ovh.net', region: 'uk' },
{ name: 'Sydney (SYD)', value: 'https://storage.syd.cloud.ovh.net', region: 'syd' },
{ name: 'Warsaw (WAW)', value: 'https://storage.waw.cloud.ovh.net', region: 'waw' },
{ name: 'Beauharnois (BHS)', value: 'https://s3.bhs.cloud.ovh.net', region: 'bhs' }, // default
{ name: 'Frankfurt (DE)', value: 'https://s3.de.cloud.ovh.net', region: 'de' },
{ name: 'Gravelines (GRA)', value: 'https://s3.gra.cloud.ovh.net', region: 'gra' },
{ name: 'Strasbourg (SBG)', value: 'https://s3.sbg.cloud.ovh.net', region: 'sbg' },
{ name: 'London (UK)', value: 'https://s3.uk.cloud.ovh.net', region: 'uk' },
{ name: 'Sydney (SYD)', value: 'https://s3.syd.cloud.ovh.net', region: 'syd' },
{ name: 'Warsaw (WAW)', value: 'https://s3.waw.cloud.ovh.net', region: 'waw' },
];
// https://devops.ionos.com/api/s3/