CLIS3
S3
6 `hanzo` commands for S3, each calling one operation on api.hanzo.ai.
Package s3 is object storage: your buckets and the files in them, with signed URLs for upload and download.
6 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo s3 buckets objects list <bucket> | GET /v1/s3/buckets/{bucket}/objects | Browse one level of a bucket |
hanzo s3 buckets objects create <bucket> | POST /v1/s3/buckets/{bucket}/objects | Get a URL to upload one object directly |
hanzo s3 buckets rm <bucket> | DELETE /v1/s3/buckets/{bucket} | Delete an empty bucket |
hanzo s3 buckets list | GET /v1/s3/buckets | List your org's buckets |
hanzo s3 buckets create | POST /v1/s3/buckets | Create a bucket in your org |
hanzo s3 health | GET /v1/s3/health | Whether object storage is usable here |
How is this guide?