Skip to content

Commit d3fa7b0

Browse files
committed
CORS-4126: add descriptions for ap-southeast-6
The upgrade to AWS SDK v2 removes the ability to look up the region description; thus, we are keeping the lookup map in the installer code. This updates the lookup map to support new region ap-southeast-6 Reference https://docs.aws.amazon.com/global-infrastructure/latest/regions/aws-regions.html
1 parent d8cd79c commit d3fa7b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/types/aws/regions.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ var (
1515
"ap-northeast-2": "Asia Pacific (Seoul)",
1616
"ap-southeast-1": "Asia Pacific (Singapore)",
1717
"ap-southeast-2": "Asia Pacific (Sydney)",
18+
"ap-southeast-6": "Asia Pacific (New Zealand)",
1819
"ap-east-2": "Asia Pacific (Taipei)",
1920
"ap-southeast-7": "Asia Pacific (Thailand)",
2021
"ap-northeast-1": "Asia Pacific (Tokyo)",

0 commit comments

Comments
 (0)