Skip to content

Commit

Permalink
add aws ap-southeast-4 region (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmuge committed Feb 8, 2023
1 parent c329569 commit 5211dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3-endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ var awsS3EndpointMap = map[string]string{
"cn-north-1": "s3.dualstack.cn-north-1.amazonaws.com.cn",
"cn-northwest-1": "s3.dualstack.cn-northwest-1.amazonaws.com.cn",
"ap-southeast-3": "s3.dualstack.ap-southeast-3.amazonaws.com",
"ap-southeast-4": "s3.dualstack.ap-southeast-4.amazonaws.com",
}

// getS3Endpoint get Amazon S3 endpoint based on the bucket location.
Expand Down

0 comments on commit 5211dc3

Please sign in to comment.