Skip to content

Commit

Permalink
Merge pull request #1088 from salemove/add-codeartifact-endpoints
Browse files Browse the repository at this point in the history
Add Codeartifact to endpoints
  • Loading branch information
bernardd authored Oct 8, 2024
2 parents edd230a + 2575dff commit 3f60706
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions priv/endpoints.exs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,23 @@ chime_voice_regions = [
"us-west-2" => %{}
}
},
"codeartifact" => %{
"endpoints" => %{
"us-east-1" => %{},
"us-east-2" => %{},
"us-west-2" => %{},
"eu-west-1" => %{},
"eu-west-2" => %{},
"eu-west-3" => %{},
"eu-central-1" => %{},
"eu-north-1" => %{},
"eu-south-1" => %{},
"ap-southeast-1" => %{},
"ap-southeast-2" => %{},
"ap-northeast-1" => %{},
"ap-south-1" => %{}
}
},
"firehose" => %{
"endpoints" => %{
"af-south-1" => %{},
Expand Down

0 comments on commit 3f60706

Please sign in to comment.