Skip to content

Commit

Permalink
add support for asia-pacific region (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinhaashish committed May 19, 2022
1 parent e765365 commit 02c1827
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 @@ -44,6 +44,7 @@ var awsS3EndpointMap = map[string]string{
"us-gov-east-1": "s3.dualstack.us-gov-east-1.amazonaws.com",
"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",
}

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

0 comments on commit 02c1827

Please sign in to comment.