ovh: add sydney region

This commit is contained in:
Girish Ramakrishnan
2020-09-02 19:30:55 -07:00
parent e13cb1debd
commit 1000d88508
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
{ 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' },
];