Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add support for missing regions #443

Open
10 of 16 tasks
liclac opened this issue Jul 31, 2018 · 1 comment
Open
10 of 16 tasks

Please add support for missing regions #443

liclac opened this issue Jul 31, 2018 · 1 comment

Comments

@liclac
Copy link

liclac commented Jul 31, 2018

According to this list: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html
And this definition file: https://github.com/AdRoll/goamz/blob/master/aws/regions.go

This library's region support is somewhat spotty:

  • us-east-1 - US East (N. Virginia)
  • us-east-2 - US East (Ohio)
  • us-west-1 - US West (N. California)
  • us-west-2 - US West (Oregon)
  • ca-central-1 - Canada (Central)
  • eu-central-1 - EU (Frankfurt)
  • eu-west-1 - EU (Ireland)
  • eu-west-2 - EU (London)
  • eu-west-3 - EU (Paris)
  • ap-northeast-1 - Asia Pacific (Tokyo)
  • ap-northeast-2 - Asia Pacific (Seoul)
  • ap-northeast-3 - Asia Pacific (Osaka-Local)
  • ap-southeast-1 - Asia Pacific (Singapore)
  • ap-southeast-2 - Asia Pacific (Sydney)
  • ap-south-1 - Asia Pacific (Mumbai)
  • sa-east-1 - South America (São Paulo)

Discovered after I tried to use Docker Registry with a bucket in London ^^;;

I would add these myself, but I'm unsure of where to look up the required data. Will gladly help out if you can tell me though.

@alimoeeny
Copy link
Contributor

Thanks @liclac please send a pr , most services use https://github.com/AdRoll/goamz/blob/master/aws/regions.go
there are exceptions if I remember but let's not worry about them.
I assume you know that this library is not meant to be used for new projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants