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

    Henry

    03/17/2023, 7:36 AM
    Is something up with R2? I'm getting these errors in my worker:
    get: Please look at https://www.cloudflarestatus.com for issues or contact customer support. (10043)
    Anybody else? Started some time ago
  • h

    Henry

    03/17/2023, 7:39 AM
    Also getting these in the worker 🤔 but I wonder if this is me doing something wrong
  • n

    NT261

    03/17/2023, 8:51 AM
    Really hope this regression will be fixed soon, please let me know when new change is deployed
    s
    • 2
    • 11
  • w

    WeirdAndWry

    03/17/2023, 9:49 AM
    I've tested the Content-Encoding fix. I am storing gzipped objects whose name does not end in .gz, and I am using the R2 Worker API put() with httpMetadata: { contentType: 'application/geo+json', contentEncoding: 'gzip' } When testing with curl -v --compressed against r2.dev, a Accept-Encoding: deflate, gzip, br, zstd is sent, and the response is Content-Encoding: gzip and properly uncompressed by curl, without double compression. When testing with curl -v --compressed against a custom domain (so behind the CDN), a Accept-Encoding: deflate, gzip, br, zstd is sent, and the response is Content-Encoding: br and properly uncompressed by curl, without double compression. I guess the CDN is decompressing the gzip and recompressing into br on the fly. The issue is fixed for my use case, so thank you R2 team!
  • b

    buckett

    03/17/2023, 10:05 AM
    On the dashboard R2 bucket overview page there is a link to "Learn more" about Custom Domains that goes to https://developers.cloudflare.com/r2/data-access/public-buckets/#connect-your-bucket-to-a-custom-domain which 404s.
  • b

    buckett

    03/17/2023, 10:06 AM
    Now that's strange, does discord have a cached version? as it's 404ing for me.
  • s

    Sid | R2

    03/17/2023, 11:56 AM
    Hey yeah looks like Discord did cache this one. I've fixed the broken link now, it should go out with today's release!
  • x

    xsl

    03/17/2023, 2:18 PM
    Hello, I have a question about R2 and I need to ask for help.
  • x

    xsl

    03/17/2023, 2:18 PM
    Who should I call for assistance
  • k

    kian

    03/17/2023, 2:22 PM
    Just ask your question here
  • x

    xsl

    03/17/2023, 2:22 PM
    Okay, thanks
  • x

    xsl

    03/17/2023, 2:26 PM
    As shown in the picture, I emptied the storage bucket, but it still shows 27.86GB left, and I don't know how to clear it.
  • f

    Frederik

    03/17/2023, 2:28 PM
    no, unfortunately not. Are you using the S3 API from within a browser?
  • r

    Rush

    03/17/2023, 2:48 PM
    No, server. I am eyeing at upgrading from a self-hosted Minio instance to Cloudflare R2
  • r

    Rush

    03/17/2023, 2:48 PM
    we have small to medium object sizes and the number of small IO operations is dear to my heart
  • r

    Rush

    03/17/2023, 2:50 PM
    @Frederik is there a native HTTP2 API for using PUTs or is it only available for workers?
  • f

    Frederik

    03/17/2023, 3:58 PM
    I mean removing the R2 custom domain and re-adding it to your bucket. There's no need to modify anything on the Cloudflare zone.
  • f

    Frederik

    03/17/2023, 4:44 PM
    What problems are you seeing with HTTP1? Are you running into measurable problems, or do you theorize that it should be more efficient? For most server use cases, it shouldn't be a problem to have thousands of http1 connections on a server, especially with keep-alive connections.
  • f

    Frederik

    03/17/2023, 4:45 PM
    You might have ongoing multipart uploads still. You can look into if that's the case by using the ListMultipartUploads API. Let us know if that's not the cause of this, in that case we'd be very interested into looking into this further.
  • f

    Frederik

    03/17/2023, 4:47 PM
    Could you send me your accountID and the bucket name you're seeing this with in a DM?
  • x

    xsl

    03/17/2023, 4:47 PM
    How should I use the ListMultipartUploads API to view
  • x

    xsl

    03/17/2023, 4:50 PM
    How should I use the ListMultipartUploads API to view
  • x

    xsl

    03/17/2023, 4:51 PM
    Can you share the method?
  • k

    kian

    03/17/2023, 4:53 PM
    https://discord.com/channels/595317990191398933/940663374377783388/1035319797879148646
  • k

    kian

    03/17/2023, 4:53 PM
    That’s how to do it with rclone
  • x

    xsl

    03/17/2023, 4:56 PM
    Thanks, I'll give it a try
  • x

    xsl

    03/17/2023, 5:00 PM
  • k

    kian

    03/17/2023, 5:01 PM
    The rclone docs link was just for setup, you’ll want to run the backend command from my linked message
  • x

    xsl

    03/17/2023, 5:21 PM
    I can't use this command, please help
  • f

    Frederik

    03/17/2023, 6:09 PM
    Command should be
    rclone backend list-multipart-uploads r2:thinkbook
1...948949950...1050Latest