https://discord.cloudflare.com logo
Join Discord
Powered by
# r2
  • b

    Burrito

    04/10/2022, 8:23 PM
    Well I'm just speculating anyways and R2 is still in active development 😄
  • i

    Isaac McFadyen | YYZ01

    04/10/2022, 8:24 PM
    It's less constraints around geo-replication and more about the underlying architecture of both solutions. But no benchmarks have been published yet, so we'll see. 🤷‍♂️
  • u

    >_

    04/11/2022, 10:26 AM
    m
  • l

    lmtr0

    04/11/2022, 9:18 PM
    is it possible to use custom domains like r2.my.company in r2?
  • i

    Isaac McFadyen | YYZ01

    04/11/2022, 9:19 PM
    R2 is through a Worker so yeah.
  • l

    lmtr0

    04/11/2022, 9:19 PM
    Oh
  • l

    lmtr0

    04/11/2022, 9:19 PM
    nice
  • i

    Isaac McFadyen | YYZ01

    04/11/2022, 9:19 PM
    Just create a Worker like normal and then use the bindings.
  • i

    Isaac McFadyen | YYZ01

    04/11/2022, 9:19 PM
    Sorta like KV.
  • i

    Isaac McFadyen | YYZ01

    04/11/2022, 9:19 PM
    But different 😄
  • l

    lmtr0

    04/11/2022, 9:19 PM
    o
  • l

    lmtr0

    04/11/2022, 9:19 PM
    👀
  • l

    lmtr0

    04/11/2022, 9:20 PM
    Interesting
  • l

    lmtr0

    04/11/2022, 9:20 PM
    when I get acess I will try it out :)))))
  • k

    kian

    04/11/2022, 9:20 PM
    https://developers.cloudflare.com/r2/get-started/#4-bind-your-bucket-to-a-worker
  • k

    kian

    04/11/2022, 9:20 PM
    there's a lil bit of docs here
  • m

    MyZeD

    04/11/2022, 10:10 PM
    Did i get a notification like a email on invite?
  • l

    lmtr0

    04/11/2022, 10:19 PM
    from what I understood you will see the tab in between pages and workers tomorow
  • l

    lmtr0

    04/11/2022, 10:19 PM
    or bellow workers
  • l

    lmtr0

    04/11/2022, 10:19 PM
    can't remember
  • i

    Isaac McFadyen | YYZ01

    04/11/2022, 10:19 PM
    Yeah, below I beleive.
  • i

    Isaac McFadyen | YYZ01

    04/11/2022, 10:20 PM
    Not in the sub-tab, just as it's own tab.
  • l

    lmtr0

    04/11/2022, 10:20 PM
    does r2 provide an s3 api?
  • l

    lmtr0

    04/11/2022, 10:21 PM
    forget it
  • c

    Craiggles

    04/11/2022, 11:13 PM
    Are you saying Streams are not count against compute time? Or just a better method with workers? I'm still new to Cloudflare. As for limiting the ranges, I did a terrible job explaining. The ideal scenerio for me is that multi-range requests are bundled into a single request (thinking cost and usage). For that to happen I assumed that you have to limit how many ranges you can add into a single multi-range request. Would this also simplify the complexity of setting up the service?
  • a

    andrew

    04/12/2022, 8:26 AM
    the R2 vs. KV conversation is interesting
  • a

    andrew

    04/12/2022, 8:27 AM
    would love to read a deep dive on the performance tradeoffs between both some day
  • a

    andrew

    04/12/2022, 8:51 AM
    that said, given the value size limit of KV, this comparison is only interesting if you're dealing with objects <= 25MB range requests are off the table with KV, i'm sure and you have the rich ecosystem of tooling and libraries around the S3 API standard that you don't really get with KV
  • j

    James

    04/12/2022, 2:15 PM
    What's the difference between
    etag
    and
    httpEtag
    in the
    R2Object
    bindings?
  • v

    Vitali

    04/12/2022, 5:20 PM
    Copy code
    httpEtag = `"${etag}"`
1...202122...1050Latest