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

    Zeblote

    03/10/2023, 4:17 PM
    otherwise no, it will cache the file and then serve the range requests (which might take a while)
  • c

    Chaika

    03/10/2023, 4:18 PM
    ah interesting it has to be able to fit in cache, but unlike Polish, it does serve the result on the first request
  • c

    Celareon

    03/10/2023, 4:19 PM
    Seeing as I'll probably put it in front of a cdn, I can remove the exif data. I just need to be sure it saves then in the bucket for other purposes. But I'll test it out tomorrow
  • c

    Chaika

    03/10/2023, 4:21 PM
    Yea like others said it shouldn't strip it/modify your file at all beyond Compression, or when you retrieve it via the S3 API. I was just talking about CDN Behavior with Polish (which is a Pro or above feature)
  • a

    aeharding

    03/11/2023, 3:13 AM
    In my experience range requests aren't reliable with objects beyond 512mb when using a custom domain (with caching), causes issues with PeerTube for example since it will ignore the header
  • p

    pedrocx486

    03/11/2023, 5:29 AM
    Ahah! You found it! I tested again before reinstalling and for some reason it wasn't correct! I was application/octet-stream for some reason.
  • p

    pedrocx486

    03/11/2023, 5:29 AM
    I did a clean reinstall of the cli and it works, but I'll keep using rclone for now
  • d

    dav1d

    03/11/2023, 1:26 PM
    I assume any S3 compatible API is supported by the migrator? Confused by
    Currently, only Amazon S3 is supported.
    , I am wondering if I can migrate from B2 (which is S3 compatible)?
  • s

    Skye

    03/11/2023, 1:26 PM
    It's currently only S3, not s3 compatible apis
  • d

    dav1d

    03/11/2023, 1:26 PM
    ah, unfortunate, thanks
  • j

    Jalotis

    03/11/2023, 9:41 PM
    getting a 4XX error when trying to create a new bucket, is this a known issue?
  • e

    Erisa | Support Engineer

    03/11/2023, 9:42 PM
    Anything interesting in the response body?
  • j

    Jalotis

    03/11/2023, 9:43 PM
    good call, already enabled it though
  • e

    Erisa | Support Engineer

    03/11/2023, 9:44 PM
    How recently?
  • e

    Erisa | Support Engineer

    03/11/2023, 9:44 PM
    There was a bug a while ago where subscribing to R2 wouldnt let you immediately create a bucket afterwards, but as far as i was aware that was resolved
  • j

    Jalotis

    03/11/2023, 9:45 PM
    Within the last hour
  • j

    Jalotis

    03/11/2023, 9:49 PM
    fyi - same error appearing on the R2 bucket site trying to retrieve which buckets to show for the account
  • j

    Jalotis

    03/11/2023, 9:49 PM
    on https://dash.cloudflare.com//r2/overview
  • j

    Jalotis

    03/11/2023, 9:53 PM
    Working now!
  • b

    bajosi

    03/11/2023, 9:54 PM
    Storage is billed using gigabyte-month (GB-month) as the billing metric. A GB-month is calculated by recording total bytes stored for the duration of the month.
    what is the minimum computation time? i mean can i store 300gb for a day, and rest is empty?
  • k

    kian

    03/11/2023, 9:55 PM
    Peak daily usage
  • b

    bajosi

    03/11/2023, 9:56 PM
    thanks
  • t

    thomasg

    03/12/2023, 1:15 AM
    Also getting 403s on this page, how did you get it working @Jalotis ? is it just that it takes a long time to enable your account?
  • t

    thomasg

    03/12/2023, 1:16 AM
    Getting the same exact response bodies, just enabled R2 on my account
  • j

    Jalotis

    03/12/2023, 1:20 AM
    Just had to wait about half an hour
  • j

    Jalotis

    03/12/2023, 1:20 AM
    My assumption is that their backend waits for the callback if the payment succeeded (or card check)
  • j

    Jalotis

    03/12/2023, 1:21 AM
    @thomasg hope that helps
  • t

    thomasg

    03/12/2023, 1:23 AM
    Gotcha, when I got that prompt, it said starting at 5$/month but I only got 'charged' 0$, all normal there too?
  • t

    thomasg

    03/12/2023, 1:24 AM
    Just getting started with R2, is miniflare the recommended approach for local dev?
  • j

    James

    03/12/2023, 1:24 AM
    wrangler dev --local
    is generally recommended, which uses miniflare under the hood 🙂
1...940941942...1050Latest