←back to thread

From S3 to R2: An economic opportunity

(dansdatathoughts.substack.com)
274 points dangoldin | 5 comments | | HN request time: 1.134s | source
1. arghwhat ◴[] No.38119553[source]
I wish the R2 access control was similar to S3 - able to issue keys with specific accesses to particular prefixes, and ability to delegate ability to create keys.

It currently feels a little limited and… bolted on to the Cloudflare UI.

replies(1): >>38120333 #
2. andrewstuart ◴[] No.38120333[source]
I think the idea is to use Cloudflare Workers to add more sophisticated functionality.
replies(2): >>38121406 #>>38125797 #
3. slig ◴[] No.38121406[source]
But then you start paying for Worker's bandwidth, correct?
replies(1): >>38121731 #
4. andrewstuart ◴[] No.38121731{3}[source]
https://blog.cloudflare.com/workers-now-even-more-unbound/
5. arghwhat ◴[] No.38125797[source]
But then I’m forced to write server code where previously I needed none.