Object Storage
Create S3-compatible buckets, manage access keys, and connect any S3 client.
Create a bucket
Object Storage → Create Bucket. Buckets are S3-compatible and work with any S3 client.
Access keys
Generate an access key and secret from the bucket page. Use them with:
aws configure set aws_access_key_id YOUR_KEY aws configure set aws_secret_access_key YOUR_SECRET aws --endpoint-url https://s3.veloxahost.com s3 ls
Tools like s3cmd and rclone work the same way —
point them at the VeloxaHost S3 endpoint.
Good practices
- One key per application; rotate periodically.
- Keep backups of important buckets in a second bucket.
- Use lifecycle-friendly prefixes (
logs/2026/08/) for easy cleanup.