scalix_storage_create_bucket
Create a new Scalix Storage bucket in the project (S3-compatible object storage). Bucket names must be unique within the project. Setting public=true makes every object in the bucket readable without authentication — leave it false (the default) and use presigned URLs for private sharing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Bucket name, unique within the project | |
| public | No | true = all objects publicly readable without auth; false (default) = private, share via presigned URLs |