Calling getRegionName() on a awsS3Client backed by minio throws IllegalStateException.
The Minio configuration does include a region name. So, it is wierd that getRegionName() fails. That too, it throws IllegalStateException.
"java.lang.IllegalStateException: No valid region has been specified. Unable to return region name"
What's going wrong?