scaleway: add warsaw

This commit is contained in:
Girish Ramakrishnan
2023-02-06 22:15:25 +01:00
parent fcf9d390c8
commit 0e0017da10
+4 -2
View File
@@ -124,6 +124,7 @@ const REGIONS_S3 = [
{ name: 'US West (Oregon)', value: 'us-west-2' },
];
// https://wasabi.com/locations/
const REGIONS_WASABI = [
{ name: 'Amsterdam (EU Central 1)', value: 'https://s3.eu-central-1.wasabisys.com' },
{ name: 'Frankfurt (EU Central 2)', value: 'https://s3.eu-central-2.wasabisys.com' },
@@ -160,8 +161,9 @@ const REGIONS_EXOSCALE = [
// https://www.scaleway.com/docs/object-storage-feature/
const REGIONS_SCALEWAY = [
{ name: 'FR-PAR', value: 'https://s3.fr-par.scw.cloud', region: 'fr-par' }, // default
{ name: 'NL-AMS', value: 'https://s3.nl-ams.scw.cloud', region: 'nl-ams' }
{ name: 'Paris (FR-PAR)', value: 'https://s3.fr-par.scw.cloud', region: 'fr-par' }, // default
{ name: 'Amsterdam (NL-AMS)', value: 'https://s3.nl-ams.scw.cloud', region: 'nl-ams' },
{ name: 'Warsaw (PL-WAW)', value: 'https://s3.pl-waw.scw.cloud', region: 'nl-ams' }
];
const REGIONS_LINODE = [