From d5e9e556ab6b25fd1a9887e2c819358125a3b6c3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 2 Sep 2024 20:58:14 +0200 Subject: [PATCH] digitalocean: add LON1 region --- CHANGES | 1 + dashboard/src/js/client.js | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index cb48054a5..1c84e9b0d 100644 --- a/CHANGES +++ b/CHANGES @@ -2835,4 +2835,5 @@ * frontend: fix translation resolver to actually fallback to english * i18n: fix crash if language file is missing * memory: fix slider UI where max was incorrectly set +* digitalocean: add LON1 Spaces region diff --git a/dashboard/src/js/client.js b/dashboard/src/js/client.js index f3c394de8..9d43f1f76 100644 --- a/dashboard/src/js/client.js +++ b/dashboard/src/js/client.js @@ -171,6 +171,7 @@ const REGIONS_WASABI = [ const REGIONS_DIGITALOCEAN = [ { name: 'AMS3', value: 'https://ams3.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' },