Dashboard
Home/Object Storage

■ S3-compatible object storage

Buckets
that speak
S3.

Drop-in replacement for AWS S3. Point your existing SDK at our endpoint and keep shipping — same API, same multipart uploads, same pre-signed URLs.

~/my-app — uploads.js
# point your SDK at our endpoint
const s3 = new S3Client({
endpoint: 'https://buckets.simplifyd.com',
region: 'ng-west-1',
credentials: { ... },
});

# use it like S3
await s3.putObject({
Bucket: 'avatars',
Key: 'users/42.png',
Body: buffer,
});

✔ uploaded · 1.2 MB · 84 ms
S3 v4
API compatibility
Per-bucket
Access keys
Free
Requests & ingress

Capabilities

Anything you
put in S3.

User uploads, static assets, video, backups, ML datasets, archives. If it fits in S3, it fits here — with the same SDKs you already have.

S3 v4 signature
Full Signature V4 support. Any S3-compatible client just works — point it at our endpoint and go.
Multipart uploads
Stream large files from anywhere. Multipart chunks, parallel uploads, resumable transfers — all standard.
Pre-signed URLs
Generate scoped, time-limited URLs for direct browser uploads and downloads. Keep traffic off your origin.
Per-bucket credentials
Each bucket comes with its own access key and secret, scoped to that bucket. Rotate them at any time.
Usage metrics
Bytes used and object count are reported per bucket so billing and capacity planning stay grounded in real numbers.
One CLI command
Create a bucket, list buckets, fetch credentials, delete — all from the same Simplifyd CLI you already use.

◆ Zerodata-aware

Buckets that ship
datafree.

Bytes served through your bucket to subscribers on MTN, Airtel, Glo, 9mobile and Safaricom are eligible for zerodata delivery. Your users get the file. They don’t get billed for the bytes.

Zerodata egress
₦800
per GB · data-free to subscriber
Standard egress
₦75 / GB

Pricing

Storage
and egress.
Nothing else.

No request fees. No retrieval tier. No per-bucket charges. You pay for the bytes at rest and the bytes that leave — period.

Storage
Bytes at rest, including all object metadata.
₦18 / GB / mo
Zerodata egress
Bytes delivered to subscribers on partner carriers, data-free to them.
₦800 / GB
Standard egress
Bytes leaving the bucket to any non-zerodata destination.
₦75 / GB
Requests
PUT, GET, LIST, DELETE — all of them.
Free
Ingress
Uploads in. Always.
Free

FAQ

Common questions.

Which SDKs work with the API?
Anything that speaks S3 Signature V4. The AWS SDKs (JavaScript, Python, Go, Java, Rust, .NET), the AWS CLI, and any other S3-compatible client work unchanged — just point the endpoint at https://s3.simplifyd.com.
How do I authenticate?
Every bucket comes with its own access key and secret. Use them like any other S3 credentials. You can rotate them at any time from the dashboard or the CLI.
Can I generate pre-signed URLs?
Yes. Pre-signed PUT and GET URLs are first-class — generate them server-side with a TTL and hand them to a browser or mobile client for direct uploads and downloads.
How am I billed?
You pay for the bytes at rest (per GB per month) and the bytes that leave the bucket (per GB egress, with the zerodata rate for traffic to partner carriers). Requests and ingress are free.

Fast deploys.
#Zerodata access.

Install the CLI, run one command, and your app is live on Simplifyd’s infrastructure — the meter only ticks while it’s running.