S3-compatible object storage backed by Rook-Ceph on Kubernetes. Store and serve any data, at any scale.
Use any S3-compatible tool or SDK — boto3, awscli, rclone, MinIO client. Per-GB monthly pricing with no egress fees.
Every bucket includes a dedicated endpoint, per-bucket access keys, and configurable public or private visibility.
Provision a bucket from the dashboard and start uploading in seconds.
Simple per-GB monthly pricing. No egress fees, no request fees, no surprises.
1.0000 € / GB / month
You set a quota in GB when creating a bucket. You are billed for the quota allocated, not the data actually stored.
Example
All prices in EUR, VAT excluded where applicable.
Create a bucket in the dashboard, then connect with any S3-compatible tool.
import boto3
s3 = boto3.client(
"s3",
endpoint_url="https://s3.pidginhost.cloud",
aws_access_key_id="YOUR_ACCESS_KEY",
aws_secret_access_key="YOUR_SECRET_KEY",
)
s3.upload_file("file.txt", "my-bucket", "file.txt")
aws configure set aws_access_key_id YOUR_ACCESS_KEY
aws configure set aws_secret_access_key YOUR_SECRET_KEY
aws s3 ls s3://my-bucket \
--endpoint-url https://s3.pidginhost.cloud
aws s3 cp file.txt s3://my-bucket/ \
--endpoint-url https://s3.pidginhost.cloud
Large datasets, enterprise retention policies, or on-premise Ceph — contact us.
Get in touchUse S3 storage as a backend for your Kubernetes workloads — Loki, Velero, GitLab, and more.
Kubernetes Clusters