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

    johtso

    03/01/2023, 12:04 AM
    with both cache everything and 1 month edge TTL
  • e

    Erisa | Support Engineer

    03/01/2023, 12:04 AM
    on a custom domain matching the rule? shouldnt be happening if its setup correctly
  • j

    johtso

    03/01/2023, 12:06 AM
    does edge caching not work with range requests?
  • j

    johtso

    03/01/2023, 12:06 AM
    the files are 420MB or less, which should be within the limits I think
  • j

    johtso

    03/01/2023, 12:11 AM
    or do I need to make my files smaller?
  • d

    Dustin

    03/01/2023, 1:14 AM
    can an r2 bucket that is not empty be removed by support? I would really prefer not deleting all of the objects in the bucket manually
  • j

    jlam

    03/01/2023, 1:28 AM
    you can use rclone purge
  • u

    ucinteractivesl

    03/01/2023, 1:54 AM
    Does anyone know what is the region name of my bucket?
  • u

    ucinteractivesl

    03/01/2023, 1:54 AM
    Where can I find it?
  • d

    Dustin

    03/01/2023, 2:03 AM
    this will run up a mighty bill if you have a lot of objects...not?
  • j

    jlam

    03/01/2023, 2:06 AM
    Deleteobject and deletebucket API calls are free. And you don't pay for egress/bandwidth anyway. And since you're deleting, you're not retrieving the file so again no bandwidth
  • j

    jlam

    03/01/2023, 2:08 AM
  • d

    Dustin

    03/01/2023, 3:19 AM
    ah perfect, thanks for that tidbit of info
  • b

    Barton

    03/01/2023, 5:53 AM
    You should set it to "auto": https://developers.cloudflare.com/r2/data-access/s3-api/api/#bucket-region
  • m

    modrin

    03/01/2023, 7:53 AM
    Hi! Anyone else still receiving
    500 Internal Server Error
    for multipart uploads?
  • s

    skaboy007

    03/01/2023, 9:50 AM
    Hi everyone a quick question about "Options" request. I'm getting 403 forbidden on a custom domain
  • s

    skaboy007

    03/01/2023, 9:50 AM
    any idea how to go around it
  • e

    Erisa | Support Engineer

    03/01/2023, 9:55 AM
    what response body do you get back?
  • s

    skaboy007

    03/01/2023, 9:58 AM
    moment
  • w

    wlp2s0

    03/01/2023, 10:01 AM
  • s

    skaboy007

    03/01/2023, 10:01 AM
    that's my M8 his going to follow up
  • e

    Erisa | Support Engineer

    03/01/2023, 10:02 AM
    theres a lot of things that can cause a 403 so without the response body its mostly just guesswork
  • w

    wlp2s0

    03/01/2023, 10:02 AM
    The problem is only with Firefox trying to access HLS with indexed mp4 chunks. It sends OPTIONS request. I have workaround with nginx to set headers and return status to 204. It works. But I can't find a solution (without use of workers) to change return status. As per headers - it's easy to modify them, return status is still 403
  • w

    wlp2s0

    03/01/2023, 10:07 AM
    So, my question actually is (can't find in documentation): is there a way to modify response? Like - if Hostname equals .... AND request method = OPTIONS, retuns status - always 204
  • k

    kian

    03/01/2023, 10:07 AM
    You don't need to do that, just setup CORS on the bucket
  • k

    kian

    03/01/2023, 10:07 AM
    https://developers.cloudflare.com/r2/learning/cors
  • w

    wlp2s0

    03/01/2023, 10:09 AM
    Well, CORS is set on the bucket.
  • s

    skaboy007

    03/01/2023, 10:10 AM
    on a custom domain. it should work but its not
  • k

    kian

    03/01/2023, 10:11 AM
    What's the CORS configuration & URL of the bucket?
  • w

    wlp2s0

    03/01/2023, 10:13 AM
    CORS configuration doesn't allow OPTIONS in the methods
1...920921922...1050Latest