Hacker News new | ask | show | jobs
by zwass 1612 days ago
Thank you for sharing! We are also interested in R2, but it sounded like it would not be available for quite some time when we spoke to Cloudflare.
1 comments

Depending on the size of the objects, one could use Workers KV ($5 per 1M writes, $5 per 10M reads, 25M size limit) as a pseudo-R2 store [0] via Workers Unbound (~$1 per 6M requests), especially with the recent optimizations bringing the bills (of Workers Unbound proxying KV) down by 70% [1]

[0] https://news.ycombinator.com/item?id=28747798

[1] https://blog.cloudflare.com/workers-optimization-reduces-you...