supabase_storage_create_bucket
Create a new storage bucket in Supabase with configurable options like public access, file size limits, and allowed MIME types.
Instructions
Create a new storage bucket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Bucket name | |
| public | No | Whether the bucket is public (default: false) | |
| fileSizeLimit | No | Max file size in bytes (optional) | |
| allowedMimeTypes | No | Allowed MIME types (optional) |