So i am able to configure a local s3 bucket using localstack with the following command
aws --endpoint-url=http://localhost:4572 s3 mb s3://mytestbucket
How am I able to change the configuration for the java AWS SDK in order to write/read from/to this bucket instead of remote aws s3?
I have looked at the configuration but not able to find any tangible