Hanzo AI

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.

API reference →

hanzo s3 buckets list

Every 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.

CommandWhat it does
hanzo s3 healthHealth reports whether this deployment can serve object storage.

buckets

CommandWhat it does
hanzo s3 buckets createMakes a new bucket for the caller's org and answers 201 with it.
hanzo s3 buckets listLists 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?

On this page