appwrite_create_bucket
Create a new storage bucket in Appwrite to organize and manage files with configurable security, compression, and file type restrictions.
Instructions
[UNIFIED] Create a new storage bucket.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| bucket_id | Yes | ||
| name | Yes | ||
| permissions | No | ||
| file_security | No | ||
| enabled | No | ||
| maximum_file_size | No | ||
| allowed_file_extensions | No | ||
| compression | No | none | |
| encryption | No | ||
| antivirus | No |