awslabs / aws-sdk-kotlin

Multiplatform AWS SDK for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forcedPathStyle was needed and removed

NikolayMetchev opened this issue · comments

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

Thanks for the bug, indeed this appears to be accidentally removed (the intended removal should have been scoped to just shared configuration properties in ~/.aws/config).

Will work on a fix for this.

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

This should be fixed in 0.33.1-beta that was released yesterday.