Skip to content

Commit

Permalink
Fix hostname of us-gov-west-1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmzx committed Oct 7, 2024
1 parent 821722c commit 7388ff2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion priv/endpoints.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3126,7 +3126,10 @@ chime_voice_regions = [
"hostname" => "kms-fips.us-gov-east-1.amazonaws.com",
"credentialScope" => %{"region" => "us-gov-east-1"}
},
"us-gov-west-1" => %{}
"us-gov-west-1" => %{
"hostname" => "kms-fips.us-gov-west-1.amazonaws.com",
"credentialScope" => %{"region" => "us-gov-west-1"}
}
}
},
"sms" => %{"endpoints" => %{"us-gov-east-1" => %{}, "us-gov-west-1" => %{}}},
Expand Down

0 comments on commit 7388ff2

Please sign in to comment.