]> git.ipfire.org Git - location/libloc.git/commitdiff
importer: Add some more AWS regions master
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Mar 2026 15:03:10 +0000 (15:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Mar 2026 15:03:10 +0000 (15:03 +0000)
It does not seem to be very plausible that me-west-1 is in Israel, as
there seems to be a separate region called il-central-1 already. This is
just the best information I have right now.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/location-importer.in

index 1ff818ce2596ce68f8f60935e0f8f141f381c5c6..fb4dead5e126007dc8bc7c9f67ed9a95dc80f70c 100644 (file)
@@ -2250,6 +2250,7 @@ class CLI(object):
                        "ap-northeast-2" : "KR",
                        "ap-northeast-3" : "JP",
                        "ap-east-1"      : "HK",
+                       "ap-east-2"      : "TW",
                        "ap-south-1"     : "IN",
                        "ap-south-2"     : "IN",
                        "ap-southeast-1" : "SG",
@@ -2277,12 +2278,14 @@ class CLI(object):
                        # Middle East
                        "me-central-1"   : "AE",
                        "me-south-1"     : "BH",
+                       "me-west-1"      : "IL", # Tel Aviv, but not confirmed
 
                        # Mexico
                        "mx-central-1"   : "MX",
 
                        # South America
                        "sa-east-1"      : "BR",
+                       "sa-west-1"      : "CL",
 
                        # Undocumented, likely located in Berlin rather than Frankfurt
                        "eusc-de-east-1" : "DE",