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' },