-
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ForcePathStyle has been configured on both S3Configuration and the client/global level #1292
Comments
The problem seems to be not with Spring Cloud AWS but with AWS SDK itself or it is by design. In your code you inject
You can reproduce it easily with testing pure builder:
In your specific sample I think you can just inject |
Thanks for your help |
Type: Bug
Component:
S3
Describe the bug
Using io.awspring.cloud version 3.2.1
Using dependencies: spring-cloud-aws-starter and spring-cloud-aws-starter-s3.
Also using software.amazon.awssdk:apache-client:2.25.70 to customize AWSClient.
Sample
S3 pathStyle can't configure by auto-configured.
Plese reference to demo from the attachement.
demo.zip
The text was updated successfully, but these errors were encountered: