minio / minio-dotnet

MinIO Client SDK for .NET
https://docs.min.io/docs/dotnet-client-quickstart-guide.html
Apache License 2.0
575 stars 230 forks source link

Add missing AWS regions and sort them alphabetically. #1174

Open notanaverageman opened 2 months ago

notanaverageman commented 2 months ago

Endpoints are taken from https://docs.aws.amazon.com/general/latest/gr/s3.html

notanaverageman commented 2 months ago

@ebozduman can you review this PR? It is a simple one that only adds missing endpoints. We can't use the library on missing regions.

ebozduman commented 2 months ago

@notanaverageman

Your change looks good. However, all the build checks are expected to pass for the PR to be merged. The functional test issue you see for this PR is due to a known issue, #1118 and we are working on it. As soon as #1118 is resolved, we'll merge this PR.