Prerequisites
- A OneBucket account — request one.
- From your OneBucket console: your S3 endpoint and an access key / secret key pair.
OneBucket is deployed per cluster, so your endpoints look like
https://s3.<your-cluster>.onebucket.io. Copy the exact values from your console.Use it as S3
OneBucket speaks the S3 API with AWS SigV4 auth, so any S3 client or SDK works — just change the endpoint.- AWS CLI
- boto3 (Python)
s3cmd, rclone, and most S3-compatible tools.
Connect Claude
Prefer to work in natural language? Add OneBucket as an MCP connector and let Claude list, read, and manage your objects for you.OneBucket Connector for Claude
Add your
mcp-core.<your-cluster>.onebucket.io endpoint as a custom connector, sign in, and ask Claude to work with your buckets.Manage keys and tokens (CLI)
Theonebucket CLI handles authentication and tokens — your data operations go through the S3 client above.
Next steps
- Automate with AI — connect Claude for natural-language access to your storage.
- Span backends — copy, migrate, and locate objects across clouds, on-prem, and edge from the same client.
- Cut egress — prefetch hot objects into the edge cache so repeat reads are served locally.