01 / Object storage
S3, without the egress bill.
Signature v4, multipart, presigned URLs, versioning, object lock. Point your existing SDK at a new endpoint and nothing else changes — including your Terraform.
11×9 durability3 replicas31 PoP edge cacheSSE-KMS
// swap the endpoint, keep the code
const s3 = new S3Client({
endpoint: "https://s3.fra1.n4n.host",
region: "fra1",
credentials: n4nKeys,
});
// everything below is unchanged
await s3.send(new PutObjectCommand({…}));
Tiering, handled
tier-cold watches access patterns and moves cold objects to archive at $0.004/GB. It writes the rule, shows the saving, and keeps the rollback for 30 days.
Edge cache included
Every bucket is fronted by 31 PoPs. Public objects cache automatically and purge by prefix. No separate CDN product, no second invoice.
Compliance ready
Object lock in governance and compliance modes, per-bucket residency pinning, SSE-KMS with your keys, immutable audit trails.
ClassStorageRetrievalUse it for
Standard$0.012/GBfreeAssets, uploads, builds
Infrequent$0.007/GB$0.002/GBLogs, older media
Archive$0.004/GB$0.01/GBBackups, compliance holds
Migrate a bucket with one command
n4n storage mirror s3://old-bucket --live