diff --git a/src/js/restore.js b/src/js/restore.js index afc01de2d..51454e9cb 100644 --- a/src/js/restore.js +++ b/src/js/restore.js @@ -108,12 +108,12 @@ app.controller('RestoreController', ['$scope', 'Client', function ($scope, Clien ]; $scope.ovhRegions = [ - { name: 'Beauharnois (BHS)', value: 'https://s3.bhs.cloud.ovh.net', region: 'us-east-1' }, // default - { name: 'Frankfurt (DE)', value: 'https://s3.de.cloud.ovh.net', region: 'us-east-1' }, - { name: 'Gravelines (GRA)', value: 'https://s3.gra.cloud.ovh.net', region: 'us-east-1' }, - { name: 'Strasbourg (SBG)', value: 'https://s3.sbg.cloud.ovh.net', region: 'us-east-1' }, - { name: 'London (UK)', value: 'https://s3.uk.cloud.ovh.net', region: 'us-east-1' }, - { name: 'Warsaw (WAW)', value: 'https://s3.waw.cloud.ovh.net', region: 'us-east-1' }, + { 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: 'Warsaw (WAW)', value: 'https://s3.waw.cloud.ovh.net', region: 'waw' }, ]; $scope.wasabiRegions = [ diff --git a/src/views/app.js b/src/views/app.js index 713c86393..02207df46 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -70,12 +70,12 @@ angular.module('Application').controller('AppController', ['$scope', '$location' ]; $scope.ovhRegions = [ - { name: 'Beauharnois (BHS)', value: 'https://s3.bhs.cloud.ovh.net', region: 'us-east-1' }, // default - { name: 'Frankfurt (DE)', value: 'https://s3.de.cloud.ovh.net', region: 'us-east-1' }, - { name: 'Gravelines (GRA)', value: 'https://s3.gra.cloud.ovh.net', region: 'us-east-1' }, - { name: 'Strasbourg (SBG)', value: 'https://s3.sbg.cloud.ovh.net', region: 'us-east-1' }, - { name: 'London (UK)', value: 'https://s3.uk.cloud.ovh.net', region: 'us-east-1' }, - { name: 'Warsaw (WAW)', value: 'https://s3.waw.cloud.ovh.net', region: 'us-east-1' }, + { 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: 'Warsaw (WAW)', value: 'https://s3.waw.cloud.ovh.net', region: 'waw' }, ]; $scope.storageProvider = [ diff --git a/src/views/backups.js b/src/views/backups.js index 68b3ae6c2..fe122c845 100644 --- a/src/views/backups.js +++ b/src/views/backups.js @@ -70,12 +70,12 @@ angular.module('Application').controller('BackupsController', ['$scope', '$locat ]; $scope.ovhRegions = [ - { name: 'Beauharnois (BHS)', value: 'https://s3.bhs.cloud.ovh.net', region: 'us-east-1' }, // default - { name: 'Frankfurt (DE)', value: 'https://s3.de.cloud.ovh.net', region: 'us-east-1' }, - { name: 'Gravelines (GRA)', value: 'https://s3.gra.cloud.ovh.net', region: 'us-east-1' }, - { name: 'Strasbourg (SBG)', value: 'https://s3.sbg.cloud.ovh.net', region: 'us-east-1' }, - { name: 'London (UK)', value: 'https://s3.uk.cloud.ovh.net', region: 'us-east-1' }, - { name: 'Warsaw (WAW)', value: 'https://s3.waw.cloud.ovh.net', region: 'us-east-1' }, + { 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: 'Warsaw (WAW)', value: 'https://s3.waw.cloud.ovh.net', region: 'waw' }, ]; $scope.storageProvider = [