https://<bucket-name>.s3.raffusercloud.com and counts toward your account’s stored-storage total. This page walks the dashboard create flow.
Before you start
- A Raff Platform account
- A bucket name that fits the naming rules below — globally unique across all Raff accounts, since the name becomes part of a public DNS hostname
Your first bucket triggers checkout. When you create your first Object Storage bucket on the account, the dashboard takes you through the standard checkout flow to start the $7/month subscription (covers the first 100 GB across all your buckets). After that’s set up, every subsequent bucket on the same account is created directly with no checkout step — you’re already subscribed.
1. Open the Create Bucket page
From Object Storage → Buckets, click + Create Bucket at the top right. You land on a dedicated create page (not a modal).
2. Pick a bucket name
Type the name. The dashboard checks availability as you type and shows immediate feedback.
https://<your-name>.s3.raffusercloud.com — so you can confirm before committing.
Bucket naming rules
If the name is taken, the inline check fails and you’ll need to pick another. Common patterns: prefix with your company / project (
acme-images, acme-prod-logs).
Periods (
.) in the bucket name break the wildcard TLS certificate on the endpoint, since bucket.with.dots.s3.raffusercloud.com falls outside *.s3.raffusercloud.com. Stick to letters, numbers, and hyphens unless you specifically need path-style access.3. Pick a region
More regions are on the roadmap. Until additional regions launch, the choice is fixed.
4. Create
Click Create Bucket.- First bucket on the account — the dashboard takes you through checkout to start the Object Storage subscription (or apply your account balance). See Pricing for the balance / card model.
- Subsequent buckets — created instantly with no checkout; the new bucket joins your existing subscription, with stored bytes counted toward the same per-account total.
private ACL by default, 0 objects, and 0 B size.
After creation
Next steps
Upload files
Drag-and-drop upload via the dashboard.
Generate access keys
Create S3 credentials for programmatic access.
Use the S3 SDK
Connect from boto3 / aws-cli / SDKs.