hlteoh37 commented on PR #20496: URL: https://github.com/apache/flink/pull/20496#issuecomment-1208039386
> @hlteoh37 does this cover the AWS SDK v2 usage too? Nope, this only covers AWS SDK v1, which stores a fixed list of `Regions` in a enum, so we have problems when AWS launches a new region. For AWS SDK v2, we use `Region.of()`, which does not validate whether Region exists against a fixed list, so we don't have the same issue. For future users, linking docs [here](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/region-selection.html) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
