diff --git a/src/js/restore.js b/src/js/restore.js index 514159c78..882cac367 100644 --- a/src/js/restore.js +++ b/src/js/restore.js @@ -153,6 +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: '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 f4d0c013e..087252c78 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -42,6 +42,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: '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 46fa7a5dc..ab9e77b23 100644 --- a/src/views/backups.js +++ b/src/views/backups.js @@ -48,6 +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: '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' },