ex-aws / ex_aws

A flexible, easy to use set of clients AWS APIs for Elixir
https://hex.pm/packages/ex_aws
MIT License
1.26k stars 521 forks source link

Fix s3 gov-us-east-1 and gov-us-west-1 URLs. #1017

Closed mmzx closed 6 months ago

mmzx commented 7 months ago

Govcloud uses FIPS endpoint. The URL references are here according to AWS docs:

https://aws.amazon.com/compliance/fips/

Screenshot 2023-12-01 at 15 45 09

bernardd commented 6 months ago

Thanks @mmzx!