From: Michael Tremer Date: Fri, 14 Jul 2023 10:23:31 +0000 (+0000) Subject: importer: AWS: Add country code of NZ for ap-southeast-5 X-Git-Tag: 0.9.17~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0543670de71541d231bf6ca362c28b31de4903c;p=people%2Fms%2Flibloc.git importer: AWS: Add country code of NZ for ap-southeast-5 Signed-off-by: Michael Tremer --- diff --git a/src/scripts/location-importer.in b/src/scripts/location-importer.in index 28e8070..c578de0 100644 --- a/src/scripts/location-importer.in +++ b/src/scripts/location-importer.in @@ -1586,6 +1586,7 @@ class CLI(object): "ap-southeast-2": "AU", "ap-southeast-3": "MY", "ap-southeast-4": "AU", + "ap-southeast-5": "NZ", # Auckland, NZ "ap-southeast-6": "AP", # XXX: Precise location not documented anywhere "ap-northeast-1": "JP", "ca-central-1": "CA",