spaces: add missing regions
This commit is contained in:
@@ -180,16 +180,19 @@ const REGIONS_HETZNER = [
|
||||
{ name: 'Nuremberg (NBG1)', value: 'https://nbg1.your-objectstorage.com' }
|
||||
];
|
||||
|
||||
// https://docs.digitalocean.com/products/platform/availability-matrix/
|
||||
// https://docs.digitalocean.com/products/spaces/details/availability/
|
||||
const REGIONS_DIGITALOCEAN = [
|
||||
{ name: 'AMS3', value: 'https://ams3.digitaloceanspaces.com' },
|
||||
{ name: 'ATL1', value: 'https://atl1.digitaloceanspaces.com' },
|
||||
{ name: 'BLR1', value: 'https://blr1.digitaloceanspaces.com' },
|
||||
{ name: 'FRA1', value: 'https://fra1.digitaloceanspaces.com' },
|
||||
{ name: 'LON1', value: 'https://lon1.digitaloceanspaces.com' },
|
||||
{ name: 'NYC3', value: 'https://nyc3.digitaloceanspaces.com' },
|
||||
{ name: 'SFO2', value: 'https://sfo2.digitaloceanspaces.com' },
|
||||
{ name: 'SFO3', value: 'https://sfo3.digitaloceanspaces.com' },
|
||||
{ name: 'SGP1', value: 'https://sgp1.digitaloceanspaces.com' },
|
||||
{ name: 'SYD1', value: 'https://syd1.digitaloceanspaces.com' }
|
||||
{ name: 'SYD1', value: 'https://syd1.digitaloceanspaces.com' },
|
||||
{ name: 'TOR1', value: 'https://tor1.digitaloceanspaces.com' }
|
||||
];
|
||||
|
||||
// https://www.exoscale.com/datacenters/
|
||||
|
||||
Reference in New Issue
Block a user