Amazon web services – BadRequest when getting presigned object with token and credential values changing
I have a presigned S3 URL that returns a JSON file. I need to use this URL in my Spring Boot application to retrieve the file, so I'm using WebClient. Here is my code: @RestController public class Demo { private…