TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cloudflare’s Zero Egress Fee Object Storage, R2, Is Now GA

129 pointsby elithrarover 2 years ago

13 comments

catapartover 2 years ago
One thing I really like about CloudFlare is that they seem to have people who can correctly identify friction-points for developers and have a solid plan on how to solve them. Looking forward to messing with this!
评论 #32926607 未加载
TimCTRLover 2 years ago
I wish we had the same pricing model for Cloudflare Images. I have never understood the CF Images pricing model [1]<p>1. <a href="https:&#x2F;&#x2F;www.cloudflare.com&#x2F;en-gb&#x2F;products&#x2F;cloudflare-images&#x2F;#:~:text=Images%20are%20priced%20at%20%245%20per%20100%2C000%20images%20stored%20and%20%241%20per%20100%2C000%20images%20delivered%20%E2%80%94%20with%20no%20egress%20costs%20or%20additional%20charges%20for%20resizing%20and%20optimization" rel="nofollow">https:&#x2F;&#x2F;www.cloudflare.com&#x2F;en-gb&#x2F;products&#x2F;cloudflare-images&#x2F;...</a>.
fabian2kover 2 years ago
I find it much easier to reason about pure storage-based pricing compared to storage and egress-based pricing. I can much easier limit how much people can store in my application than add something much harder to understand like transfer quotas. So independent of how R2 compares purely on price I think having a big entry with a much simpler pricing scheme is a win already.
dafelstover 2 years ago
While conceptually I love the idea of not having to explicitly set the region of an object I&#x27;m storing, I feel like (especially in a distributed team or product) this could end up with a mishmash of data distributed all over the place with a bunch of different and unpredictable access time and latency characteristics.<p>Maybe the solution here is &quot;just make sure the asset is cached on the edge&quot; but for first access there has still got to be some impact no?<p>I&#x27;d love to see some test&#x2F;benchmarks on access latency for stuff uploaded by say a colleague or app hosted in the EU or Asia with me in the US.
评论 #32926582 未加载
adoxyzover 2 years ago
Loving R2. I am having an issue of uploading larger files though, like 100MB+. The error I get is:<p>Unable to write file at location: JrF3FnkA9W.webm. An exception occurred while uploading parts to a multipart upload. The following parts had errors: - Part 17: Error executing &quot;UploadPart&quot; on {URL}<p>with the message:<p>&quot;Reduce your concurrent request rate for the same object.&quot;<p>Is this an issue on my end or CloudFlare&#x27;s? I&#x27;m not doing anything aggressive, trying to upload 1 video at a time using Laravel&#x27;s S3 filesystem driver. It works great on smaller files.
评论 #32928470 未加载
CodesInChaosover 2 years ago
Using the same price for read requests, regardless of size feels weird to me (S3 is the same for internal use). The cost to the provider of serving a 100kB file and a 100GB file must be quite different, so why price them the same to the user?
评论 #32931617 未加载
waskipover 2 years ago
I’m storing 87TB on <a href="https:&#x2F;&#x2F;wasabi.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;wasabi.com&#x2F;</a> for ~$515 a month
评论 #32925859 未加载
评论 #32925849 未加载
评论 #32925875 未加载
jveover 2 years ago
Oh, wow, upvotes keep coming in, but fell of of front page really fast. Fell out of HN algorithm grace really fast.
TheP1000over 2 years ago
The automatic region thing is problematic for many companies.<p>I would much rather be able to explicitly choose this and know that customers data is where I told them it would be.
评论 #32928048 未加载
archon810over 2 years ago
Does anyone from the R2 team happen to know if there&#x27;s a roadmap ETA on this one yet?<p><a href="https:&#x2F;&#x2F;community.cloudflare.com&#x2F;t&#x2F;r2-per-bucket-token&#x2F;411050&#x2F;" rel="nofollow">https:&#x2F;&#x2F;community.cloudflare.com&#x2F;t&#x2F;r2-per-bucket-token&#x2F;41105...</a><p>The fact that you can&#x27;t separate data for prod and dev with a product that&#x27;s in GA now is kind of nuts.
banana_giraffeover 2 years ago
I really want to use this, but sadly the one thing that&#x27;s missing is any sort of bucket access logging.<p>Unless I&#x27;m missing something with how this fits in with Cloudflare&#x27;s other services.
underbluewatersover 2 years ago
I&#x27;m excited to see more details on how R2 data is going to be replicated across different data centers in the future. I had assumed this was already operational based on previous blog posts so I&#x27;m a little disappointed to learn that is still TBD. It&#x27;s a major reason I chose R2 over S3 as I don&#x27;t want to manage moving around data for different tenants myself.
评论 #32926708 未加载
maxgashkovover 2 years ago
Still no word on durability guarantees even for GA?