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.27k stars 526 forks source link

adding me to "aws" partition #846

Closed avivek closed 2 years ago

avivek commented 2 years ago

As part of PR https://github.com/ex-aws/ex_aws/pull/845 we added the support for endpoints in me-south-1. But it does not work unless the me-south-1 region is added to the default config to reference to the AWS partition.

So new region needs to be first tied to a partition by making the changing in the below file and then the endpoints.exs file is referenced by the code

fixes #844

@bernardd pls merge and give us a tag to reference. Thanks

avivek commented 2 years ago

Hi @bernardd , Can you please review this PR and give us a tag to reference in downstream project. Thanks.