Creating s3 buckets using AWS java sdk from scala

Issue #31 resolved
Former user created an issue

I have setup localstack and I'm using the createBucket() method from my scala test to create a new bucket, but it doesn't work. Further, when I use putObject("bucket_name","key_name",file) , it creates a new bucket named "key_name" with no content in it. Not sure what is wrong here. AWS SDK version 1.11.141 Localstack version 1.0-SNAPSHOT

Comments (3)

  1. Waldemar Hummer Account Deactivated

    Thanks for reporting. Would you be able to provide a minimal test case to reproduce this issue? Thanks

  2. Log in to comment