-
Notifications
You must be signed in to change notification settings - Fork 49
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
forcedPathStyle was needed and removed #1098
Comments
It is also still in the docs: https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/config-endpoint.html |
Thanks for the bug, indeed this appears to be accidentally removed (the intended removal should have been scoped to just shared configuration properties in Will work on a fix for this. |
|
This should be fixed in 0.33.1-beta that was released yesterday. |
Describe the bug
Hi, in the latest version of the AWS SDK forcePathStyle has been removed (f6502eb) which is a workaround mentioned #842 (comment)
This has broken the S3 client as described in that bug
Expected behavior
The s3 workaround to keep working.
Current behavior
can't use S3 client for CI use case.
Steps to Reproduce
see original bug for details
Possible Solution
put back forcedPathStyle
Context
No response
AWS Kotlin SDK version used
0.33.0-beta
Platform (JVM/JS/Native)
JVM
Operating System and version
Linux
The text was updated successfully, but these errors were encountered: