diff --git a/src/js/restore.js b/src/js/restore.js index 882cac367..a7452e205 100644 --- a/src/js/restore.js +++ b/src/js/restore.js @@ -153,8 +153,8 @@ app.controller('RestoreController', ['$scope', 'Client', function ($scope, Clien { name: 'Osaka (AP Northeast 2)', value: 'https://s3.ap-northeast-2.wasabisys.com' }, { name: 'Paris (EU West 2)', value: 'https://s3.eu-west-2.wasabisys.com' }, { name: 'Plano (US Central 1)', value: 'https://s3.us-central-1.wasabisys.com' }, - { name: 'Sidney (AP Southeast 2)', value: 'https://s3.ap-southeast-2.wasabisys.com' }, { name: 'Singapore (AP Southeast 1)', value: 'https://s3.ap-southeast-1.wasabisys.com' }, + { name: 'Sydney (AP Southeast 2)', value: 'https://s3.ap-southeast-2.wasabisys.com' }, { name: 'Tokyo (AP Northeast 1)', value: 'https://s3.ap-northeast-1.wasabisys.com' }, { name: 'Toronto (CA Central 1)', value: 'https://s3.ca-central-1.wasabisys.com' }, { name: 'Virginia (US East 1)', value: 'https://s3.us-east-1.wasabisys.com' }, diff --git a/src/views/app.js b/src/views/app.js index a633ed74e..8e879e8ed 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -43,8 +43,8 @@ angular.module('Application').controller('AppController', ['$scope', '$location' { name: 'Osaka (AP Northeast 2)', value: 'https://s3.ap-northeast-2.wasabisys.com' }, { name: 'Paris (EU West 2)', value: 'https://s3.eu-west-2.wasabisys.com' }, { name: 'Plano (US Central 1)', value: 'https://s3.us-central-1.wasabisys.com' }, - { name: 'Sidney (AP Southeast 2)', value: 'https://s3.ap-southeast-2.wasabisys.com' }, { name: 'Singapore (AP Southeast 1)', value: 'https://s3.ap-southeast-1.wasabisys.com' }, + { name: 'Sydney (AP Southeast 2)', value: 'https://s3.ap-southeast-2.wasabisys.com' }, { name: 'Tokyo (AP Northeast 1)', value: 'https://s3.ap-northeast-1.wasabisys.com' }, { name: 'Toronto (CA Central 1)', value: 'https://s3.ca-central-1.wasabisys.com' }, { name: 'Virginia (US East 1)', value: 'https://s3.us-east-1.wasabisys.com' }, diff --git a/src/views/backups.js b/src/views/backups.js index ab9e77b23..8ded086c2 100644 --- a/src/views/backups.js +++ b/src/views/backups.js @@ -48,8 +48,8 @@ angular.module('Application').controller('BackupsController', ['$scope', '$locat { name: 'Osaka (AP Northeast 2)', value: 'https://s3.ap-northeast-2.wasabisys.com' }, { name: 'Paris (EU West 2)', value: 'https://s3.eu-west-2.wasabisys.com' }, { name: 'Plano (US Central 1)', value: 'https://s3.us-central-1.wasabisys.com' }, - { name: 'Sidney (AP Southeast 2)', value: 'https://s3.ap-southeast-2.wasabisys.com' }, { name: 'Singapore (AP Southeast 1)', value: 'https://s3.ap-southeast-1.wasabisys.com' }, + { name: 'Sydney (AP Southeast 2)', value: 'https://s3.ap-southeast-2.wasabisys.com' }, { name: 'Tokyo (AP Northeast 1)', value: 'https://s3.ap-northeast-1.wasabisys.com' }, { name: 'Toronto (CA Central 1)', value: 'https://s3.ca-central-1.wasabisys.com' }, { name: 'Virginia (US East 1)', value: 'https://s3.us-east-1.wasabisys.com' },