Skip to content

Commit

Permalink
Merge pull request #1083 from IonutFelicianFederiga/feature/eu-south-…
Browse files Browse the repository at this point in the history
…2-s3

added s3 support for eu-south-2
  • Loading branch information
bernardd authored Sep 10, 2024
2 parents 65662df + 26a7b28 commit c0b431f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions priv/endpoints.exs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ chime_voice_regions = [
"eu-west-3" => %{"description" => "EU (Paris)"},
"eu-north-1" => %{"description" => "EU (Stockholm)"},
"eu-south-1" => %{"description" => "EU (Milan)"},
"eu-south-2" => %{"description" => "EU (Spain)"},
"me-south-1" => %{"description" => "Middle East (Bahrain)"},
"sa-east-1" => %{"description" => "South America (Sao Paulo)"},
"us-east-1" => %{"description" => "US East (N. Virginia)"},
Expand Down Expand Up @@ -1811,6 +1812,10 @@ chime_voice_regions = [
"signatureVersions" => ["s3", "s3v4"]
},
"eu-south-1" => %{},
"eu-south-2" => %{
"hostname" => "s3.eu-south-2.amazonaws.com",
"signatureVersions" => ["s3", "s3v4"]
},
"eu-west-2" => %{},
"eu-west-3" => %{},
"eu-north-1" => %{},
Expand Down

0 comments on commit c0b431f

Please sign in to comment.