The purpose of enableRegionalUsEast1Endpoint method associated with AmazonS3ClientBuilder in aws S3 SDK is to (see here):
"Enable resolving region us-east-1 as a regional endpoint instead of defaulting to the global endpoint"
But I do not see any similar methods that can enable resolving to any other regional endpoint, apart from us-east-1.
Question: What is the way to enable regional endpoint with AWS Java SDK, for regions other than us-east-1?
Context: My end goal is to be able to generate presigned URLs with regional domain e.g. https://<BUCKET_NAME>.s3.us-west-2.amazonaws.com/<KEY>....