Girish Ramakrishnan
2021-02-03 16:33:41 -08:00
parent 4d2ba3b082
commit 9e853c07eb
3 changed files with 21 additions and 21 deletions

View File

@@ -71,13 +71,13 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
];
$scope.ovhRegions = [
{ 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' },
{ 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' },
];
$scope.storageProvider = [