Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

hi. Im trying to create api token for r2

hi. Im trying to create api token for r2 on free account but its not working?

Hi!

Hi! I'm trying to migrate a bucket from Scaleway to R2 and I keep hitting the "The connection cannot be verified. Check the following and try again." message. As far as I can see I've set all the parameters correctly (endpoint, bucket name, API keys) and the source bucket is set to Public. Does anyone have any prior successful experience with Scaleway -> R2 migration and if so, is there anything special that needs to be done?...

Hi everyone!

Hi everyone! We’re running into a weird issue with our video uploads on Cloudflare R2, and we could use some help figuring it out. We’re using Vue.js v3 on the frontend with the Uppy library for uploading files, and Django v4 on the backend with Boto3 (v1.34) to handle all the R2-related API stuff. We’re creating presigned PUT URLs on the backend to upload files directly to the R2 bucket from the client side (browser), including multipart uploads....

we also tried using an access key/secret

we also tried using an access key/secret with full access to our S3 buckets, that we currently use in our workflow, but even with that working key the setup fails

Hi, i have a question about the rules

Hi, i have a question about the rules and R2, I have a rule that redirects all traffic on my domain. But i want to setup a custom domain for R2 storage and i want that the traffic on this domain is not redirecting, but showing the content. Will this custom domain thing overwrite the CloudFlare Rule?

ChatGPT - R2 Lifecycle Deletion Behavior

Funny, cause Chatgpt was the first I asked 🤣, the answer wasn't that reliable as you can see in our conversation. That's why I asked here which I almost never do. https://chatgpt.com/share/67b7f4a7-e994-800a-8728-938ba08f5dcc But thanks for trying...

Remove R2 compatibility notes on sdk cli...

It appears that the recent incompatibilities between the S3 libraries and R2 were resolved but that doesn't seem to be the case for me. I've posted a note here: https://github.com/cloudflare/cloudflare-docs/pull/19890#issuecomment-2655205092 but am wondering if anyone here knows more?

Hello everyone. I am new to Cloudflare

Hello everyone. I am new to Cloudflare and my first experience failed. I've decided to create R2 bucket in Cloudflare and store my blog's images there. I have created the storage, changed Nameservers and Connected Domain. Now my website looks like this https://schulmatheapp.de. I don't know what to do, even after reading https://developers.cloudflare.com/r2/buckets/public-buckets. Please help me, thanks in advance.
No description

Hi there, is currently any issues with

Hi there, is currently any issues with cloudflare r2 in EU Germany? suddenly we get 403 Forbidden on all links. we didn't change something on Cloudflare or DNS Records. CORS are disabled. Here is a link -> https://assets.gforgadget.gr/wp-content/uploads/2020/08/GforGadget_Logo-1.webp the website page is:https://gforgadget.gr/. with the R2.dev subdomain is working Any help appreciated!...

Hello, I want to upload pg data backup

Hello, I want to upload pg data backup to r2 at k8s, and I wrote manifest, but r2 status return InternalError. This is manifest: ```yaml ...

S3 to R2 Migration

Hello @Tanmay Kapoor I am trying to migrate AWS CloudFront S3 Bucket data to CloudFlare R2 Bucket. While migrating process I am using AWS bucket name, Access Key and Secret Key...

hey guys i’m really struggling with

hey guys i’m really struggling with setting up r2 for my nextjs project and the documentation isn’t helping pls guide me

```go

```go package amazon import ( "bytes"...

got an error

got an error x-amz-checksum-mode with value enabled not implemented...

So, after some thought and thorough

So, after some thought and thorough reading, I think the reason the documentation was misleading is this part here. It implies that the example code blocks are meant for: 1. Presigning, using a worker, or something else (it mentions a dedicated worker or other app just for signing...) 2. Using the presigned URL, from within a worker, one that has the R2 bucket binding, which will make it automatically authenticate against R2, and is why they omit the configs This to me seems rather useless... you run into the same limits (request size, etc) as if you had just used the R2 binding directly, and gain none of the benefits typically associated with (and mentioned at the top of the article) for presigning. But I digress. It seems like every person who has run into this here on Discord had the same assumption I did - presigning using this example to then use the presigned url outside a worker, which is not what the example, nor the special notes about authentication, are for at all....
No description

Hi, does Cloudflare plan to allow s3

Hi, does Cloudflare plan to allow s3 compatible providers (other than aws) for migrations with Sippy?

a cache rule would work fine to bypass

a cache rule would work fine to bypass all cache for requests which hit the custom domain regardless of where it comes from, just do hostname eq myr2hostname.com, bypass

R2's workers API documentation does not

R2's workers API documentation does not mention anything about promise rejection for put/delete, does that mean they will always succeed and there's no need to do things like retry?

[SOLVED] CORS public bucket

Hi friends, I have an R2 bucket with public access via custom domain. Access works, but no CORS headers are set. I have configured a basic CORS policy that simply allows all GET requests. Origin header is set in the request (via browser). What am I missing? Thanks! Policy: [{ "AllowedOrigins": [ "*" ], "AllowedMethods": [ "GET" ] }]...

Does `*.r2.cloudflarestorage.com` really

Does *.r2.cloudflarestorage.com really only support HTTP1? There's no HTTP2 or QUIC support on those domains? (I'm getting a Chrome net::ERR_H2_OR_QUIC_REQUIRED error when trying to do a fetch upload with duplex: "half")
Next