I am using Spring Cloud with AWS S3. I expect it to work with the AWS_PROFILE environment variable and use the credentials defined in my .aws/credentials
file under the given profile. This does not happen, and I keep getting 403 errors when trying to access objects in the given bucket. How can I tell Spring Cloud to use a given profile?