Not all AWS regions supported in Region
francescoperera opened this issue · 3 comments
Does AWScala handle Seoul,Mumbai ,Ohio, Montreal, London as a Region? If so, can you point me to it?
I don't see them defined in Region0.scala
They should be handled correctly but they are just absent in Region0.scala. If you're in a hurry, would you send a pull request to fix that?
@seratch thanks for the reply. Not in a hurry right now but will send a PR when I do have some time.
I don't believe these missing regions: ap-south-1, ca-central-1, us-east-2, eu-west-2 will work at all using Region class, as the underlying amazon java sdk is on 1.11.57 and is missing these 4 enums from the latest.
You can still access these regions though if the region is explicity defined in the endpoint and is set with setEndpoint
, as this will override the region that is set when the service class is instantiated.