Docs · Services
Object Storage (S3)
S3-compatible buckets on MinIO. Use any S3 client (aws-cli, mc, Cyberduck, boto3) pointed at s3.cloudnx.in.
Tutorial
1. Create a bucket
Bucket names are S3-style: 3–63 lowercase chars, no consecutive dots/dashes.
cloudnx bucket create my-bucket2. Mint an access key
From /portal/storage → Access keys, or:
cloudnx s3 access-key create3. Use with aws-cli
Configure a profile pointing at our endpoint and you can use the standard aws s3 commands.
aws configure set aws_access_key_id $KEY --profile cloudnx
aws configure set aws_secret_access_key $SECRET --profile cloudnx
aws s3 --endpoint-url https://s3.cloudnx.in --profile cloudnx ls s3://my-bucketPricing
₹3/GB-month stored · ₹4/GB egress outside CloudNx.
CLI
All operations have a cloudnx bucket subcommand. Run cloudnx bucket --help for the full surface.