diff --git a/src/js/restore.js b/src/js/restore.js index a7452e205..a9279a48d 100644 --- a/src/js/restore.js +++ b/src/js/restore.js @@ -158,7 +158,7 @@ app.controller('RestoreController', ['$scope', 'Client', function ($scope, Clien { 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' }, - { name: 'Virginia (US East 1)', value: 'https://s3.us-east-2.wasabisys.com ' } + { name: 'Virginia (US East 2)', value: 'https://s3.us-east-2.wasabisys.com' } ]; $scope.storageProvider = [ diff --git a/src/views/app.js b/src/views/app.js index 8e879e8ed..35a01462f 100644 --- a/src/views/app.js +++ b/src/views/app.js @@ -48,7 +48,7 @@ angular.module('Application').controller('AppController', ['$scope', '$location' { 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' }, - { name: 'Virginia (US East 1)', value: 'https://s3.us-east-2.wasabisys.com ' } + { name: 'Virginia (US East 2)', value: 'https://s3.us-east-2.wasabisys.com' } ]; $scope.doSpacesRegions = [ diff --git a/src/views/backups.js b/src/views/backups.js index 8ded086c2..a8d0c9d8f 100644 --- a/src/views/backups.js +++ b/src/views/backups.js @@ -53,7 +53,7 @@ angular.module('Application').controller('BackupsController', ['$scope', '$locat { 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' }, - { name: 'Virginia (US East 1)', value: 'https://s3.us-east-2.wasabisys.com ' } + { name: 'Virginia (US East 2)', value: 'https://s3.us-east-2.wasabisys.com' } ]; $scope.doSpacesRegions = [