TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

129 点作者 elithrar超过 2 年前

13 条评论

catapart超过 2 年前
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 未加载
TimCTRL超过 2 年前
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>.
fabian2k超过 2 年前
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.
dafelst超过 2 年前
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 未加载
adoxyz超过 2 年前
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 未加载
CodesInChaos超过 2 年前
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 未加载
waskip超过 2 年前
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 未加载
jve超过 2 年前
Oh, wow, upvotes keep coming in, but fell of of front page really fast. Fell out of HN algorithm grace really fast.
TheP1000超过 2 年前
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 未加载
archon810超过 2 年前
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_giraffe超过 2 年前
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.
underbluewaters超过 2 年前
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 未加载
maxgashkov超过 2 年前
Still no word on durability guarantees even for GA?