Skip to content

Commit

Permalink
corrected region description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionut Felician Federiga committed Aug 29, 2024
1 parent a9926b5 commit 26a7b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions priv/endpoints.exs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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 (Madrid)"},
"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 @@ -1751,7 +1751,7 @@ chime_voice_regions = [
"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 26a7b28

Please sign in to comment.