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

    HardAtWork

    05/11/2023, 10:01 AM
    I mean, if you are running 100TB a month non-Ent, you are either a very enthusiastic hobbyist or underestimating your own needs as a business...
  • h

    HardAtWork

    05/11/2023, 10:01 AM
    Or you just haven't upgraded yet
  • m

    modrin

    05/11/2023, 10:02 AM
    I think one solution for that was to use signed URLs as the traffic will not go through CDN
  • h

    HardAtWork

    05/11/2023, 10:07 AM
    I mean, I would expect signed URLs to be charged even harder... And it still hits the CDN. Any request to Cloudflare is CDNned, it just might not be cached.
  • h

    HardAtWork

    05/11/2023, 10:07 AM
    Also because Signed URLs require a lot more server-side logic, so I would assume they are more expensive for CF than a regular request
  • v

    vvo

    05/11/2023, 3:21 PM
    👋 The R2 product page says "Global object storage", is there precise documentation on what global means in this context? I've seen different topics saying it's not really global, plus, you do have to select a region for the bucket. Appreciate the comments.

    https://cdn.discordapp.com/attachments/940663374377783388/1106239712169046026/CleanShot_2023-05-11_at_5.19.04.pngâ–¾

  • u

    Unsmart | Tech debt

    05/11/2023, 3:23 PM
    There are different regions across the globe you can use, but at the current moment a single bucket only stores data in a single region. Eventually there will be options to store your data from a single bucket across many regions.
  • h

    HardAtWork

    05/11/2023, 3:27 PM
    Auto-migration, etc
  • v

    vvo

    05/11/2023, 3:28 PM
    It could be debatable, but this seems misleading. Mainly because it's the first item on the list. And if by global Cloudflare means "You can choose the region where to put your data" well this is not a feature, it's a basic need (data needs to be somewhere yes).
  • k

    Karew

    05/11/2023, 3:29 PM
    The bullet is vague at best, yeah
  • a

    avnerheart

    05/11/2023, 3:35 PM
    We're experiencing an issue where files that we've uploaded to R2 cannot be viewed on certain mobile devices. These are somewhat large audio files. The error returned in the mobile browser is:
    A server with the specified hostname could not be found
    However, many people can access it on their mobile devices, but some people cannot. Any idea why this might be?
  • k

    Karew

    05/11/2023, 3:36 PM
    Did you just set up the custom domain?
  • a

    avnerheart

    05/11/2023, 3:36 PM
    no is that something we need to do?
  • k

    Karew

    05/11/2023, 3:37 PM
    How are you linking to the file? Is it an r2.dev link?
  • a

    avnerheart

    05/11/2023, 3:37 PM
    yes it's an r2 dev link
  • k

    Karew

    05/11/2023, 3:37 PM
    r2.dev is not for production, set up a custom domain and configure Cache Rules for your R2 files on it
  • a

    avnerheart

    05/11/2023, 3:39 PM
    Okay thank you so much!
  • o

    onedr0p

    05/11/2023, 6:27 PM
    Has anyone done a migration from a minio bucket to r2 bucket? I am trying to use the
    mc mirror
    command but it is painfully slow ~7.13 KiB/s
  • z

    Znuff

    05/12/2023, 2:55 AM
    There's no way to move a bucket from US to EU, right?
  • z

    Znuff

    05/12/2023, 2:55 AM
    other then migrating everything
  • k

    Karew

    05/12/2023, 3:28 AM
    Not currently
  • k

    Karew

    05/12/2023, 3:29 AM
    You might have better luck with something like rclone. But also if you can, run rclone on a server so that your local network isn't a factor in the transfer
  • z

    Znuff

    05/12/2023, 3:30 AM
    Thought so 🙂
  • f

    frydim1

    05/12/2023, 3:41 AM
    what is the best way to move a bucket from US to EU after creation ? I created one with rclone and just checked it defaulted to the us-east despite being a finland server
  • f

    frydim1

    05/12/2023, 3:42 AM
    also i have a bucket I can't delete that i created by accident, deleted the only file from the web interface hours ago and still can't delete because says is not empty...
  • k

    Karew

    05/12/2023, 3:42 AM
    Is there anything in the bucket you want to transfer?
  • f

    frydim1

    05/12/2023, 3:43 AM
    yes, around 15 tb
  • k

    Karew

    05/12/2023, 3:44 AM
    You will need to create a new bucket on the Cloudflare dashboard, and select the region you want. Then use a tool like rclone to copy everything between the buckets. The buckets need to co-exist, so they will need different names
  • k

    Karew

    05/12/2023, 3:45 AM
    Then you can delete everything from the old bucket and delete the bucket.
    rclone cleanup
    will also cancel any pending multipart uploads for a bucket, if you have one that seems empty but really isn't
  • f

    frydim1

    05/12/2023, 3:45 AM
    can you rename a bucket after creation ?
1...101810191020...1050Latest