Skip to content

Commit

Permalink
Merge pull request #1090 from mmzx/fix-govwest1
Browse files Browse the repository at this point in the history
Add/fix hostname of us-gov-west-1.
  • Loading branch information
bernardd authored Oct 8, 2024
2 parents f19cb97 + 7388ff2 commit edd230a
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 edd230a

Please sign in to comment.