Skip to content

Commit de5560c

Browse files
authored
Merge pull request #1156 from amirasyraf/feat/ap-southeast-5-endpoint
feat: add new AWS region, ap-southeast-5 (Malaysia)
2 parents 259a5c3 + 0fab3a2 commit de5560c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!-- markdownlint-disable single-title -->
22
# v2.0.0 (Unreleased)
33

4+
ENHANCEMENTS
5+
6+
* Adds support for AWS region `ap-southeast-5` ([#1156](https://github.com/hashicorp/aws-sdk-go-base/pull/1156))
7+
48
# v2.0.0-beta.54 (2024-06-19)
59

610
BUG FIXES

internal/endpoints/endpoints.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ var partitions = []partition{
6767
"ap-southeast-2", // Asia Pacific (Sydney).
6868
"ap-southeast-3", // Asia Pacific (Jakarta).
6969
"ap-southeast-4", // Asia Pacific (Melbourne).
70+
"ap-southeast-5", // Asia Pacific (Malaysia).
7071
"ca-central-1", // Canada (Central).
7172
"ca-west-1", // Canada (Calgary).
7273
"eu-central-1", // Europe (Frankfurt).

0 commit comments

Comments
 (0)