Add SFO2 region in restore UI

This commit is contained in:
Girish Ramakrishnan
2018-09-26 12:02:03 -07:00
parent ca76626d55
commit b450efe5c2

View File

@@ -51,6 +51,7 @@ app.controller('RestoreController', ['$scope', '$http', 'Client', function ($sco
$scope.doSpacesRegions = [
{ name: 'AMS3', value: 'https://ams3.digitaloceanspaces.com' },
{ name: 'NYC3', value: 'https://nyc3.digitaloceanspaces.com' },
{ name: 'SFO2', value: 'https://sfo2.digitaloceanspaces.com' },
{ name: 'SGP1', value: 'https://sgp1.digitaloceanspaces.com' }
];