spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

Is there any way to set the AmazonS3 bean withPathStyleAccessEnabled property to true in the application.yml file?

Open juanmbellini opened this issue 7 years ago • 1 comments

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.

juanmbellini avatar Jun 01 '18 22:06 juanmbellini

No there is not.

spencergibb avatar Jan 29 '19 02:01 spencergibb