Hanzo
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 →

CommandCallsWhat it does
hanzo s3 buckets objects list <bucket>GET /v1/s3/buckets/{bucket}/objectsBrowse one level of a bucket
hanzo s3 buckets objects create <bucket>POST /v1/s3/buckets/{bucket}/objectsGet a URL to upload one object directly
hanzo s3 buckets rm <bucket>DELETE /v1/s3/buckets/{bucket}Delete an empty bucket
hanzo s3 buckets listGET /v1/s3/bucketsList your org's buckets
hanzo s3 buckets createPOST /v1/s3/bucketsCreate a bucket in your org
hanzo s3 healthGET /v1/s3/healthWhether object storage is usable here

How is this guide?