Hanzo Storage
S3-compatible object storage
Drop-in replacement for Amazon S3. Store files, model weights, backups, and media. Built on MinIO with SSO, encryption at rest, and a web console.
Enterprise Object Storage
Use any S3 client or SDK. Works with existing tools and workflows.
S3 API Compatible
Works with AWS SDKs, boto3, mc CLI, rclone, and any S3-compatible tool. Zero migration effort.
Encryption at Rest
Server-side encryption with AES-256. Client-side encryption support. Key rotation.
High Throughput
Optimized for large file uploads and AI workloads. Multi-part uploads, parallel downloads.
Web Console
Browse buckets, upload files, manage permissions, and monitor usage from a clean web UI.
Versioning & Lifecycle
Object versioning, lifecycle rules, and automatic tier management for cost optimization.
IAM Integration
SSO via Hanzo IAM. Bucket policies, access keys, and fine-grained permission management.
Works With Your Existing Tools
import boto3
s3 = boto3.client("s3",
endpoint_url="https://s3.s3.hanzo.ai",
aws_access_key_id="your-access-key",
aws_secret_access_key="your-secret-key",
)
# Upload a file
s3.upload_file("model.safetensors", "models", "v1/model.safetensors")
# Generate presigned URL
url = s3.generate_presigned_url("get_object",
Params={"Bucket": "models", "Key": "v1/model.safetensors"},
ExpiresIn=3600,
)25% of compute goes back to open source
Every deployment is SBOM-verified. Contributors to MinIO earn a share of compute revenue — transparent, on-chain, and customizable by the community.
Store Everything. Scale Infinitely.
Get started with 10 GB free. No egress fees on Hanzo Cloud.
Open source
Forked from MinIO (AGPL-3.0). We track upstream and contribute fixes back where possible.