supabase_create_bucket
Create a new storage bucket in Supabase with configurable access settings. Set bucket as public or private, define file size limits, and specify allowed MIME types for organized data storage.
Instructions
[UNIFIED] Create a new storage bucket. Can be public (accessible without auth) or private.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| name | Yes | ||
| public | No | ||
| file_size_limit | No | ||
| allowed_mime_types | No |