From 2575dff1d5177895409390eab0afeddfea625068 Mon Sep 17 00:00:00 2001 From: Siim Liiser Date: Wed, 18 Sep 2024 14:42:53 +0300 Subject: [PATCH] Add Codeartifact to endpoints --- priv/endpoints.exs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/priv/endpoints.exs b/priv/endpoints.exs index 1d88e2f9..ce0d7bbc 100644 --- a/priv/endpoints.exs +++ b/priv/endpoints.exs @@ -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" => %{},