storage_create_bucket
Create a new storage bucket in Supabase, with an option to make it public for unauthenticated client access.
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) |