awssdk.services.s3: The bucket you are attempting to access must be addressed using the specified endpoint
The bounty expires in 5 days. Answers to this question are eligible for a +300 reputation bounty. Nuñito Calzada is looking for an answer from a reputable source. I have this piece of code: private String putS3Object(String objectKey, String mimeType, byte[] content) { S3Client s3 = S3Client.builder() .region(Region.EU_CENTRAL_1) // Set region to eu-central-1 .build(); log.info(“adding […]