Skip to content

Commit

Permalink
Update s3-endpoints.go: add il-central-1 (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
emaildanwilson authored Oct 27, 2023
1 parent 26ae627 commit 4ec0ff8
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 @@ -50,6 +50,7 @@ var awsS3EndpointMap = map[string]string{
"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",
"il-central-1": "s3.dualstack.il-central-1.amazonaws.com",
}

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

0 comments on commit 4ec0ff8

Please sign in to comment.