Replies: 1 comment 1 reply
-
The example project to reproduce the issue: https://github.com/hantsy/aws-sdk-kotlin-spring-example/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we are using Aws SDK Kotlin to handle the AWS operations in our project, but update to the latest AWS SDK Kotlin 0.35-beta, we will face the endpoint url setting as pathstyle or host style, but either use current
http://localhost:4566
orhttp://s3.localhost.localstack.cloud:4566
, when running my tests locally I got exception like this.Before storing files into S3, we use a headbucket to check the existence of bucket name, if it is not existed, created one, but the headbucket code caused the exception.
Any S3Client function will raise an exception, and I can not see any log from the localstack console(I am using a LocalStack v3 from Docker).
Beta Was this translation helpful? Give feedback.
All reactions