A NoSuchBucketException is being thrown when trying to copy files into a Wasabi bucket that already exists
I have a Spring Boot application that manages files stored in a Wasabi bucket. I have a requirement to copy files from one location in the bucket to another, so I am using an S3TransferManager to handle this operation. However, whenever I try to copy a file, the SDK reports that the bucket doesn’t exist, even though I have visually verified its presence via the Wasabi console and also by checking for typos in the bucket name in my code.