upload_file
Upload any local file to a storage bucket. Provide the local file path (absolute or relative) and the destination path within the bucket.
Instructions
Upload any local file to a storage bucket. local_path can be absolute (/Users/...) or relative to buckets/{bucket}/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket | Yes | Bucket name | |
| local_path | Yes | File path — absolute (/Users/leo/logo.svg) or relative to buckets/{bucket}/ (images/logo.svg) | |
| storage_path | Yes | Destination path inside the bucket (e.g. 'branding/logo.svg') | |
| upsert | No |