Add new ionos profitbricks regions
This commit is contained in:
@@ -185,9 +185,11 @@ const REGIONS_OVH = [
|
|||||||
{ name: 'Warsaw (WAW)', value: 'https://s3.waw.cloud.ovh.net', region: 'waw' },
|
{ name: 'Warsaw (WAW)', value: 'https://s3.waw.cloud.ovh.net', region: 'waw' },
|
||||||
];
|
];
|
||||||
|
|
||||||
// https://devops.ionos.com/api/s3/
|
// https://docs.ionos.com/cloud/managed-services/s3-object-storage/endpoints
|
||||||
const REGIONS_IONOS = [
|
const REGIONS_IONOS = [
|
||||||
{ name: 'DE', value: 'https://s3-de-central.profitbricks.com', region: 's3-de-central' }, // default
|
{ name: 'Frankfurt (DE)', value: 'https://s3-de-central.profitbricks.com', region: 's3-de-central' }, // default
|
||||||
|
{ name: 'Berlin (eu-central-2)', value: 'https://s3-eu-central-2.ionoscloud.com', region: 'eu-central-2' }, // default
|
||||||
|
{ name: 'Logrono (eu-south-2)', value: 'https://s3-eu-south-2.ionoscloud.com', region: 'eu-south-2' }, // default
|
||||||
];
|
];
|
||||||
|
|
||||||
// this is not used anywhere because upcloud needs endpoint URL. we detect region from the URL (https://upcloud.com/data-centres)
|
// this is not used anywhere because upcloud needs endpoint URL. we detect region from the URL (https://upcloud.com/data-centres)
|
||||||
|
|||||||
Reference in New Issue
Block a user