Add Digitalocean Spaces Frankfurt region

This commit is contained in:
Johannes Zellner
2019-06-12 10:11:46 +02:00
parent 2a07c063ab
commit d899935b56
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -54,6 +54,7 @@ app.controller('RestoreController', ['$scope', '$http', 'Client', function ($sco
$scope.doSpacesRegions = [
{ name: 'AMS3', value: 'https://ams3.digitaloceanspaces.com' },
{ name: 'FRA1', value: 'https://fra1.digitaloceanspaces.com' },
{ name: 'NYC3', value: 'https://nyc3.digitaloceanspaces.com' },
{ name: 'SFO2', value: 'https://sfo2.digitaloceanspaces.com' },
{ name: 'SGP1', value: 'https://sgp1.digitaloceanspaces.com' }