Creating new bucket in Alpakka

Hi,

I’am looking forward to using alpakka (S3 module) in Scala as an alternative to Minio Client, but i realised that i can’t find a way to create new bucket with a given name? I am using the version 1.0-M2, which is listed in documentation.

Am I missing something or just the method is simply not there? If so, how can i substitute it?

You’re right, Alpakka S3 does not offer any support to administrate S3 buckets.

The Alpakka integrationtest use the aws command line tool to prepare the Minio docker instance.

Support for it might be a great addition to Alpakka, though.

Cheers,
Enno.

1 Like