aw-server-rust
aw-server-rust copied to clipboard
fix(aw-client-rust): make create_bucket_simple useful
create_bucket_simple should expose the created bucket for later use. This would allow to expose the id, which can be generated based on the bucket name given and the hostname, what in turn leads to simpler creation of a new Bucket, as intended by the function.