Skip to content

Commit

Permalink
Add ca-west-1 endpoint (#1971)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwallace authored Jun 25, 2024
1 parent 86e4405 commit b28095b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions s3-endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ var awsS3EndpointMap = map[string]awsS3Endpoint{
"s3.ca-central-1.amazonaws.com",
"s3.dualstack.ca-central-1.amazonaws.com",
},
"ca-west-1": {
"s3.ca-west-1.amazonaws.com",
"s3.dualstack.ca-west-1.amazonaws.com",
},
"eu-west-1": {
"s3.eu-west-1.amazonaws.com",
"s3.dualstack.eu-west-1.amazonaws.com",
Expand Down

0 comments on commit b28095b

Please sign in to comment.