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

    fieu

    03/06/2023, 3:29 PM
    thanks @xetic
  • f

    fieu

    03/06/2023, 3:31 PM

    https://chad.pm/WinSCP_FEOVKMw5iq.png▾

  • f

    fieu

    03/06/2023, 3:31 PM
    getting this error
  • f

    fieu

    03/06/2023, 3:31 PM
    it's alright i'll just use the web interface
  • f

    fieu

    03/06/2023, 3:31 PM
    tried virtual host and path style
  • r

    Ryder Cragie

    03/06/2023, 4:42 PM
    Apparently they can’t.
  • s

    Skye

    03/06/2023, 4:44 PM
    If there's nothing in your buckets, and they're not bound to any domains, there's no possible way for you to get any billable usage
  • s

    Skye

    03/06/2023, 4:45 PM
    Which obviously isn't a perfect solution, but at least it's not a monthly subscription or anything
  • r

    Ryder Cragie

    03/06/2023, 4:54 PM
    I’d rather it not be in my subscriptions at all though.
  • r

    Ryder Cragie

    03/06/2023, 4:54 PM
    I’m trying to remove everything so that I can remove my payment method.
  • s

    Sid | R2

    03/06/2023, 5:02 PM
    Can/did you mention this in your support ticket?
  • r

    Ryder Cragie

    03/06/2023, 5:03 PM
    I’ve just replied and explained it.
  • r

    Ryder Cragie

    03/06/2023, 5:03 PM
    2720723
  • w

    wot

    03/06/2023, 6:01 PM
    I have a presigned s3 url for putobject but only the final chunk of the uploaded file is stored on r2. I can see all the put requests with the content ranges being sent.
  • k

    kian

    03/06/2023, 6:08 PM
    PutObject
    isn't for multipart uploads
  • k

    kian

    03/06/2023, 6:08 PM
    It sounds like you want
  • c

    cake

    03/06/2023, 6:40 PM
    I was using a bucket for logpush for a few days, and I can't delete the bucket because the buckets not empty. It's got thousands of tiny little files in it. Is there a way to quickly delete the entire bucket?
  • z

    Zeblote

    03/06/2023, 6:40 PM
    no
  • z

    Zeblote

    03/06/2023, 6:40 PM
    have to use something like rclone purge and wait
  • c

    cake

    03/06/2023, 6:49 PM
    rclone?
  • z

    Zeblote

    03/06/2023, 6:50 PM
  • w

    wot

    03/06/2023, 8:06 PM
    I think you're right, thanks for the help today!
  • d

    Dapeng

    03/06/2023, 11:38 PM
    What is the best cost effective way to delete all objects in R2 bucket? I have a bucket to save some files temporarily. I need delete all of them in a month or so.
  • k

    kian

    03/06/2023, 11:39 PM
    Deletes are free so you can just run
    rclone purge
    from your computer
  • d

    Dapeng

    03/06/2023, 11:40 PM
    Thanks @kian
  • r

    rodbs

    03/06/2023, 11:50 PM
    Does R2 works locally (I'm using Remix)? I cannot make it work when trying to save and load json files? Mostly when I try to get the object the body is empty:
    Copy code
    const object = await context.env.R2BUCKET.get('aa.json');
      const headers = new Headers();
      object.writeHttpMetadata(headers);
      headers.set('etag', object.httpEtag);
     
      return json({
         data: new Response(object.body, { headers })
        }}
  • k

    kian

    03/06/2023, 11:54 PM
    Have you
    put
    previously?
  • k

    kian

    03/06/2023, 11:54 PM
    Local development won't use your actual R2 bucket's state
  • r

    rodbs

    03/07/2023, 12:36 AM
    Yeap, I did a `put`previously. What does it mean it won't use the R2 bucket's state? it's not like KV?
  • j

    Justin beaver

    03/07/2023, 12:54 AM
    Hi, I am trying out the R2 Migrator, I created a public S3 bucket and IAM user that has all permissions on any S3 resources, but the Migrator complains that it couldn't verify the connection, has anyone had similar issue?
1...932933934...1050Latest