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

    SK

    02/17/2022, 9:47 PM
    egress is only free up to the amount stored in the bucket, past that there is a fee
  • k

    kavinplays

    02/18/2022, 3:27 AM
    Oof
  • c

    csears

    02/18/2022, 4:02 PM
    Does anyone know if R2 will support triggering a worker when an object is created or modified? I'm using this now with S3 and Lambda and it's fairly critical for my use case
  • e

    Erisa | Support Engineer

    02/18/2022, 5:01 PM
    the blog says > You can bind a Worker to a specific bucket, dynamically transforming objects as they are written to or read from storage buckets. The deep integration between Workers and R2 makes building data pipelines and manipulating objects incredibly easy. So maybe? We'll have to wait and see what the actual implementation will look like
  • c

    csears

    02/18/2022, 5:10 PM
    Gotcha. I'm hoping they separate out the write trigger from the read trigger.
  • s

    skminhong

    02/19/2022, 3:56 AM
    👀
  • k

    kavinplays

    02/19/2022, 5:08 AM
    you got access?
  • s

    skminhong

    02/19/2022, 5:48 AM
    No, but wrangler already has subcommands for R2
  • i

    Isaac McFadyen | YYZ01

    02/19/2022, 1:13 PM
    Yeah,
    wrangler2
    has had them for a while now.
  • l

    lmtr0

    02/20/2022, 6:20 PM
    Hello there, good day! I received this email a while ago
    Copy code
    Thank you for your interest in the Cloudflare R2 Storage early access program. We will be in touch regarding your request. 
    
    Best, 
    The Cloudflare Team
    is this a "We will be considering your request in the future" or a confirmation email?
  • l

    lmtr0

    02/20/2022, 6:21 PM
    confirmation not as in "you got access to the product" but as in "we received the form you sent"
  • k

    kian

    02/20/2022, 6:21 PM
    same one I got when I filled out the form in December
  • k

    kian

    02/20/2022, 6:21 PM
    so the latter I assume
  • l

    lmtr0

    02/20/2022, 6:23 PM
    got it
  • l

    lmtr0

    02/20/2022, 6:23 PM
    thanx
  • e

    Erisa | Support Engineer

    02/20/2022, 9:43 PM
    yap, it confirms that your request for access has been received
  • k

    kavinplays

    02/21/2022, 5:57 AM
    It didn't even receive my request then, lol
  • e

    Erisa | Support Engineer

    02/21/2022, 6:24 PM
    send it again!
  • c

    csmykay

    02/24/2022, 4:35 PM
    Any update on R2 beta release/access?
  • c

    csmykay

    02/24/2022, 4:35 PM
    We are in the middle of building out a new application with CF pages/functions and workers and would rather start with R2 instead of an external blob/object provider.
  • i

    Isaac McFadyen | YYZ01

    02/24/2022, 4:36 PM
    Nope, once anything changes there will be an annoucement 🙂
  • i

    Isaac McFadyen | YYZ01

    02/24/2022, 4:36 PM
    Although R2 will have an S3-compatible API, so that might help you with your current problem.
  • c

    csmykay

    02/24/2022, 4:36 PM
    O.k. thanks for the update.
  • c

    csmykay

    02/24/2022, 4:40 PM
    BTW you are a machine @User you are everyone on the boards 🙂
  • g

    grenierdev

    02/25/2022, 12:55 AM
    Two quick questions for R2. 1) Is there any plan for R2 to support an API to append data to an existing object? Use cases: data logs, append-only file (database, versioning, etc). 2) Does R2 have plan to support HTTP range requests? If so, will it support multipart ranges?
  • v

    Vitali

    02/25/2022, 7:25 PM
    @User for #1 are you asking about appending to an already published object or what GCS calls streaming transfers? If it's the former, then that's doable - start a multipart upload, upload a part that's a copy of the entire original file, add another part that appends, publish. If the latter then we're aware of it but don't have immediate plans. Please make sure to communicate it so it's prioritized accordingly. For #2 we will support range requests. Multipart ranges won't be available initially but please surface that in feature requests you communicate so we can prioritize it accordingly.
  • v

    Vitali

    02/25/2022, 7:26 PM
    @User Matthew mentioned in the quarterly earnings call that R2 is targeting Q2 for an open beta period (https://www.datacenterdynamics.com/en/news/cloudflares-r2-storage-service-takes-100s-of-pbyte-of-business-in-closed-beta/).
  • g

    grenierdev

    02/25/2022, 7:28 PM
    Thanks for your answer @User . For clarification on appending. I meant something that allows the client to append, let say a 1mb of data, on a existing 1gb object without reuploading the whole thing.
  • v

    Vitali

    02/25/2022, 7:28 PM
    @User re "will [it] support triggering a worker when an object is created or modified? I'm using this now with S3 and Lambda and it's fairly critical for my use case" We're aware of this feature but we don't know when it will become available. Would be interesting to better understand the use-case (i.e. what are you thinking of doing in response to these events)
  • v

    Vitali

    02/25/2022, 7:30 PM
    @User I believe that's what
    UploadPartCopy
    in S3 terminology gets you unless you see a problem with that? We have an operation like that.
1...789...1050Latest