Replies: 2 comments
-
Hey @mpribela , could you be more specific, I don't understand the question. Could you please provide a example of what you mean? |
Beta Was this translation helpful? Give feedback.
-
When I define my own S3AsyncClient, I can set forcePathStyle to true. But by default, the provided S3AsyncClient doesn't have this option set and I thought that there could be a configuration property such as `spring.cloud.aws.forcePathStyle'. Right now I am facing an issue and setting up this property is what it makes work. I am running localstack in docker container with exposed port 4566.
I get an error:
in the application.properties:
when I try:
the bucket is created. I am not sure if forcePathStyle to true is the solution or a side effect of why it works. So I wanted to override only this property. |
Beta Was this translation helpful? Give feedback.
-
Hi, is there a way to set 'force path style' via properties? If not, do you plan to add it?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions