From e9d2a53aaf4d29ba323f6348ea59d43175e0cc49 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 8 May 2023 14:04:23 +0200 Subject: [PATCH] Add new ionos profitbricks regions --- dashboard/src/js/client.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dashboard/src/js/client.js b/dashboard/src/js/client.js index 49cc01204..b201d7e04 100644 --- a/dashboard/src/js/client.js +++ b/dashboard/src/js/client.js @@ -185,9 +185,11 @@ const REGIONS_OVH = [ { 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 = [ - { 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)