spring-cloud-aws
spring-cloud-aws copied to clipboard
Is there any way to set the AmazonS3 bean withPathStyleAccessEnabled property to true in the application.yml file?
I'm using the AmazonS3 bean to generate presigned urls to upload stuff to a bucket. The problem is that these urls are https enabled, but there is not valid certificate for them, so the best approach is to use the path-style urls.
In order to receive a path-style url from the method of the AmazonS3 bean, I need to set this option.
No there is not.