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
@@ -113,6 +113,7 @@ app.controller('RestoreController', ['$scope', 'Client', function ($scope, Clien
{ 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' },
];