Update exoscale regions
This commit is contained in:
+7
-6
@@ -89,8 +89,6 @@ const APP_TYPES = {
|
||||
|
||||
var SECRET_PLACEHOLDER = String.fromCharCode(0x25CF).repeat(8);
|
||||
|
||||
|
||||
|
||||
// List is from http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region
|
||||
const REGIONS_S3 = [
|
||||
{ name: 'Africa (Cape Town)', value: 'af-south-1' },
|
||||
@@ -152,11 +150,14 @@ const REGIONS_DIGITALOCEAN = [
|
||||
{ name: 'SYD1', value: 'https://syd1.digitaloceanspaces.com' }
|
||||
];
|
||||
|
||||
// https://www.exoscale.com/datacenters/
|
||||
const REGIONS_EXOSCALE = [
|
||||
{ name: 'AT-VIE-1', value: 'https://sos-at-vie-1.exo.io' },
|
||||
{ name: 'CH-DK-2', value: 'https://sos-ch-dk-2.exo.io' },
|
||||
{ name: 'CH-GVA-2', value: 'https://sos-ch-gva-2.exo.io' },
|
||||
{ name: 'DE-FRA-1', value: 'https://sos-de-fra-1.exo.io' },
|
||||
{ name: 'Vienna (AT-VIE-1)', value: 'https://sos-at-vie-1.exo.io' },
|
||||
{ name: 'Sofia (BG-SOF-1)', value: 'https://sos-bg-sof-1.exo.io' },
|
||||
{ name: 'Zurich (CH-DK-2)', value: 'https://sos-ch-dk-2.exo.io' },
|
||||
{ name: 'Geneva (CH-GVA-2)', value: 'https://sos-ch-gva-2.exo.io' },
|
||||
{ name: 'Frankfurt (DE-FRA-1)', value: 'https://sos-de-fra-1.exo.io' },
|
||||
{ name: 'Munich (DE-MUC-1)', value: 'https://sos-de-muc-1.exo.io' },
|
||||
];
|
||||
|
||||
// https://www.scaleway.com/docs/object-storage-feature/
|
||||
|
||||
Reference in New Issue
Block a user