We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 259a5c3 + 0fab3a2 commit de5560cCopy full SHA for de5560c
CHANGELOG.md
@@ -1,6 +1,10 @@
1
<!-- markdownlint-disable single-title -->
2
# v2.0.0 (Unreleased)
3
4
+ENHANCEMENTS
5
+
6
+* Adds support for AWS region `ap-southeast-5` ([#1156](https://github.com/hashicorp/aws-sdk-go-base/pull/1156))
7
8
# v2.0.0-beta.54 (2024-06-19)
9
10
BUG FIXES
internal/endpoints/endpoints.go
@@ -67,6 +67,7 @@ var partitions = []partition{
67
"ap-southeast-2", // Asia Pacific (Sydney).
68
"ap-southeast-3", // Asia Pacific (Jakarta).
69
"ap-southeast-4", // Asia Pacific (Melbourne).
70
+ "ap-southeast-5", // Asia Pacific (Malaysia).
71
"ca-central-1", // Canada (Central).
72
"ca-west-1", // Canada (Calgary).
73
"eu-central-1", // Europe (Frankfurt).
0 commit comments