Skip to content

Commit b1f7a71

Browse files
committed
add new AWS region - ap-southeast-6
1 parent 9b927a4 commit b1f7a71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

endpoints.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,10 @@ var awsS3EndpointMap = map[string]awsS3Endpoint{
244244
"s3.ap-east-2.amazonaws.com",
245245
"s3.dualstack.ap-east-2.amazonaws.com",
246246
},
247+
"ap-southeast-6": {
248+
"s3.ap-southeast-6.amazonaws.com",
249+
"s3.dualstack.ap-southeast-6.amazonaws.com",
250+
},
247251
}
248252

249253
// getS3ExpressEndpoint get Amazon S3 Express endpoing based on the region

0 commit comments

Comments
 (0)