S3
The `hanzo s3` commands.
Also for this capability: API · CLI · MCP · SDKs
Object storage: your buckets and the files in them, with signed URLs for upload and download.
hanzo s3 buckets listEvery command takes --json for the raw response and --help for its own flags. Sign in once with hanzo auth login; the commands below use that session, and the org they act in is the one it carries.
| Command | What it does |
|---|---|
hanzo s3 health | Health reports whether this deployment can serve object storage. |
buckets
| Command | What it does |
|---|---|
hanzo s3 buckets create | Makes a new bucket for the caller's org and answers 201 with it. |
hanzo s3 buckets list | Lists the caller org's own buckets. |
hanzo s3 buckets objects create <bucket> | Mints a presigned PUT URL the caller uploads to DIRECTLY. |
hanzo s3 buckets objects get <bucket> | Lists one folder level of a bucket. |
hanzo s3 buckets rm <bucket> | Removes an EMPTY bucket and answers 204. |
How is this guide?