Amazon web services – Can I use application.properties to define the S3 endpoint for the AWS SDK for Java?
I'm working on a Spring Boot application that interfaces with AWS S3, and I need to use LocalStack. I want to configure the endpoint in application.properties rather than in the Java code with .withEndpointConfiguration(). This is because I can't modify…