File Storage · head to head
Cloudflare R2 vs Storj

Cloudflare R2
File Storage
S3-compatible object storage that charges nothing for egress to the internet
- From
- Free
- Rated
- -

Storj
File Storage
S3-compatible object storage distributed in encrypted pieces across independently operated nodes
- From
- Free
- Rated
- -
The short version
- Each has a real cost: Cloudflare R2 there is no archive tier below Infrequent Access, so genuinely cold data costs roughly ten to fifteen times what it would cost in a deep archive class and there is nowhere cheaper to lifecycle it to.; Storj billing includes a per segment charge and every object consumes at least one segment, so a bucket holding millions of small files can cost several times what the four dollar per terabyte headline implies.
- They diverge on capability: Cloudflare R2 covers Zero egress billing, Storj covers Erasure coded distribution.
- Prices and features above were last checked on 31 August 2026.
Where they differ
Only the attributes on which Cloudflare R2 and Storj actually diverge.
| Attribute | Cloudflare R2 | Storj |
|---|---|---|
| Pricing model | Per gigabyte stored per month | Per terabyte per month |
| Platforms | Web, API | Web, API, Linux, macOS, Windows |
Identical on both: starting price (Free), free tier (Yes), user rating (Not yet rated), category (File Storage).
What each one covers
Drawn from each product's published feature list. An absence here means we hold no record of it - not that the product lacks it.
Only in Cloudflare R2
- Zero egress billing
- S3 API compatibility
- Worker binding
- Jurisdictional restriction
- Infrequent Access tier
- Custom domain serving
Only in Storj
- Erasure coded distribution
- Client side encryption
- S3-compatible gateway
- Native uplink access
- Object Lock and versioning
- Storj Select
What people use each for
The jobs each tool is most often brought in to do.
Cloudflare R2
- Serving a large media or asset library to the public where transfer out, not storage, is the dominant costnot Storj
- Hosting a container or artefact registry that thousands of CI runners pull from every daynot Storj
- Distributing model weights or open datasets that are downloaded far more often than they are updatednot Storj
- Moving off S3 specifically to stop paying data transfer charges on a read heavy bucketnot Storj
Storj
- An offsite backup or archive target where the data is large, written once and occasionally restorednot Cloudflare R2
- Serving large media files internationally without paying hyperscaler egress ratesnot Cloudflare R2
- Storing data where the objection to AWS, Azure or Google is jurisdiction and concentration rather than costnot Cloudflare R2
- A second, independent copy of a dataset that already lives in a hyperscaler bucketnot Cloudflare R2
Where each one falls short
Documented limitations, not opinions. Every one is a constraint you would hit in normal use.
Cloudflare R2
- There is no archive tier below Infrequent Access, so genuinely cold data costs roughly ten to fifteen times what it would cost in a deep archive class and there is nowhere cheaper to lifecycle it to.
- Class A operations are billed at 4.50 USD per million, so a workload that writes millions of small objects can spend more on operations than on the storage those objects occupy.
- Infrequent Access carries both a retrieval fee and a thirty day minimum storage duration, so data that is deleted or re-read sooner ends up more expensive than if it had stayed on Standard.
- You choose a location hint rather than a region, so you cannot prove to an auditor which datacentre holds an object unless you use a jurisdiction restricted bucket, and jurisdictions are limited.
- Support level follows your Cloudflare account plan rather than the storage spend, so a team on a low tier account gets ticket support with no storage specific SLA, and an R2 incident is a Cloudflare incident you cannot fail over from because the free egress only exists inside Cloudflare.
Storj
- Billing includes a per segment charge and every object consumes at least one segment, so a bucket holding millions of small files can cost several times what the four dollar per terabyte headline implies.
- Reconstructing an object requires responses from dozens of independent nodes, so time to first byte is noticeably higher than a centralised bucket and it is a poor fit behind a latency sensitive read path.
- Performance depends on the mix of node operators serving you at that moment rather than on a datacentre you can raise a ticket against, so slow reads are diagnosed statistically rather than fixed.
- The hosted S3 gateway terminates encryption on Storj infrastructure, so using the convenient access path gives up the end to end encryption that is the main architectural argument for the service.
- The S3 gateway is compatible rather than identical, so tools that lean on less common API calls, multipart edge cases or unusual header behaviour need testing before you commit a workload to it.
Pricing, plan by plan
Cloudflare R2
Free- Free tierFree
- 10 GB stored per month
- 1 million Class A operations
- 10 million Class B operations
- Standard$0.015/month
- Per gigabyte stored per month
- 4.50 USD per million Class A operations
- 0.36 USD per million Class B operations
- Infrequent Access$0.01/month
- Per gigabyte stored per month
- Per gigabyte data retrieval fee
- Thirty day minimum storage duration
Storj
Free- Free trialFree
- 25 GB stored
- 25 GB egress per month
- No card required to start
- Storj$4/month
- 4 USD per terabyte stored per month
- 7 USD per terabyte of egress
- Per segment fee on top of stored volume
Which should you pick?
Choose Cloudflare R2 if
- You need zero egress billing.
- You want to start without paying.
- You work on Web, API.
- You also want s3 api compatibility.
Choose Storj if
- You need erasure coded distribution.
- You want to start without paying.
- You work on Web, API, Linux, macOS, Windows.
- You also want client side encryption.
Questions people ask
- Is Cloudflare R2 or Storj better?
- Neither clearly leads. Cloudflare R2 starts at Free and Storj at Free, and user ratings are close enough to be indistinguishable. Choose on capability and platform support.
- Which is cheaper, Cloudflare R2 or Storj?
- Cloudflare R2 starts at Free and Storj at Free.
- Does Cloudflare R2 or Storj run on more platforms?
- Cloudflare R2 runs on Web, API. Storj runs on Web, API, Linux, macOS, Windows.
- Can I use Cloudflare R2 for free?
- Both have a free tier, so you can try either at no cost before committing.
- What is Cloudflare R2 best used for?
- Cloudflare R2 is most often used for serving a large media or asset library to the public where transfer out, not storage, is the dominant cost, hosting a container or artefact registry that thousands of ci runners pull from every day, distributing model weights or open datasets that are downloaded far more often than they are updated, moving off s3 specifically to stop paying data transfer charges on a read heavy bucket. Of those, serving a large media or asset library to the public where transfer out, not storage, is the dominant cost and hosting a container or artefact registry that thousands of ci runners pull from every day are not what Storj is typically brought in for.
- What can Cloudflare R2 do that Storj cannot?
- Cloudflare R2 covers Zero egress billing, S3 API compatibility, Worker binding, Jurisdictional restriction. Storj covers Erasure coded distribution, Client side encryption, S3-compatible gateway, Native uplink access.
Answered from the vendors’ own pages
Cloudflare R2: Is egress really free, with no hidden transfer charge?
Yes for data served out of R2 to the internet. You still pay per operation for the requests that serve it, and if you pull data into R2 from another provider you pay that provider the egress on the way in.
Storj: Why is my bill higher than four dollars per terabyte?
Almost always the per segment fee. Objects are split into segments and small files each consume one, so a few million tiny objects generate a segment charge that dwarfs the storage line.
Cloudflare R2: How does the total cost compare with S3 for a public download bucket?
Storage is more expensive per terabyte than S3 Infrequent Access, but S3 charges roughly 90 USD per terabyte served. Any bucket that serves more than about a fifth of its stored volume each month is cheaper on R2.
Storj: Can node operators read my data?
No. Files are encrypted client side and each operator holds only an erasure coded fragment, which is not a readable portion of the file.
Cloudflare R2: Can I use R2 without using the rest of Cloudflare?
Yes, it works through the plain S3 API from anywhere. You lose the Worker binding and the free CDN caching in front of it, which is where a lot of the practical benefit sits.
Storj: Is there a minimum retention period?
No. You are billed for what you store while you store it, unlike several competitors that bill a ninety day minimum whatever you delete.
Cloudflare R2: Does R2 have a cold archive class like Glacier?
No. Infrequent Access is the coldest tier, at two thirds of the Standard rate plus retrieval fees.
Storj: Is it fast enough to serve a website from?
For large files with parallel reads, yes. For many small objects where time to first byte matters, put a CDN in front of it or use something centralised.
Related pages
More on Cloudflare R2
Other head to heads
- Cloudflare R2 vs Tigris
- Cloudflare R2 vs Backblaze
- Cloudflare R2 vs IDrive e2
- Cloudflare R2 vs Scality RING
- Cloudflare R2 vs MinIO
- Cloudflare R2 vs Cloudian
- Cloudflare R2 vs Panzura
- Cloudflare R2 vs Ceph
- Cloudflare R2 vs pCloud
- Cloudflare R2 vs Nasuni
- Cloudflare R2 vs TrueNAS
- Cloudflare R2 vs Sync.com
- Cloudflare R2 vs VAST Data
- Cloudflare R2 vs Duplicati
- Cloudflare R2 vs LucidLink
- Storj vs Tigris
- Storj vs Backblaze
- Storj vs IDrive e2
- Storj vs Scality RING
- Storj vs MinIO
- Storj vs Cloudian
- Storj vs Panzura
- Storj vs Ceph
- Storj vs pCloud
- Storj vs Nasuni
- Storj vs TrueNAS
- Storj vs Sync.com
- Storj vs VAST Data
- Storj vs Duplicati
- Storj vs LucidLink
