Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new AWS Region, eu-south-2 #337

Merged
merged 2 commits into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-disable single-title -->
# v2.0.0 (Unreleased)

# v2.0.0-beta.18 (Unreleased)
# v2.0.0-beta.18 (2022-11-15)

ENHANCEMENTS

Expand Down
1 change: 1 addition & 0 deletions internal/endpoints/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ var partitions = []partition{
"eu-central-2", // Europe (Zurich).
"eu-north-1", // Europe (Stockholm).
"eu-south-1", // Europe (Milan).
"eu-south-2", // Europe (Spain).
"eu-west-1", // Europe (Ireland).
"eu-west-2", // Europe (London).
"eu-west-3", // Europe (Paris).
Expand Down
2 changes: 1 addition & 1 deletion v2/awsv1shim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4
github.com/google/go-cmp v0.5.9
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.17
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.18
github.com/hashicorp/go-cleanhttp v0.5.2
)

Expand Down