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
Ssergey5/5/2024

Hey! I'm trying to understand Data

Hey! I'm trying to understand Data Locations for R2 better. I'm currently creating a new bucket and I expect most of the traffic coming there to be from US-East. When creating a bucket I'm giving this as a location hint, but despite that, bucket is still being created in the region closer to my location (EU). Is there any other way to specify the desired bucket location?
AAlejandro4/29/2024

Unauthorized:SigV2 authorization is not supported. Please use SigV4 instead

Akeeba:internalGetBucket(): [500] Unauthorized:SigV2 authorization is not supported. Please use SigV4 instead. Hi I am trying to configure R2 with this Joomla plugin but I get the following error: "Akeeba:internalGetBucket(): [500] Unauthorized:SigV2 authorization is not supported. Please use SigV4 instead." This plugin works perfectly with AWS S3 and with DigitalOcean's Space (which is also an S3 compatible service)....
No description
DDanny4/26/2024

Deleted objects

Hey everyone, urgent situation. One of our team members accidentally nuked 3 of our R2 buckets content. Is there any way to request a backup or something similar from Cloudflare?
Rring04/19/2024

Anyone using python / boto3 to upload

Anyone using python / boto3 to upload to r2? I'm getting Invalid Argument: X-Amz-Security-Token error when I try to upload. I've verfied that all variables are right: bucket, endpoint_url, region, access_key, secret_key, session_token
Jjohnpyp4/14/2024

R2 marketing

Hi, for the cloudflare team, wanted to let you know that the main marketing product page for R2 is currently incorrect and very misleading... as has been asked about and corrected many times in this channel, R2 isn't actually globally distributed at all :/ I just realized this today, and have been using R2 for multiple years at this point, so I'm actually quite surprised. The incorrect top-line descriptions and then basically no corrections or mention of it at all in the docs are really unfortun...
No description
Nniconiahi4/11/2024

is there a good example repository where

is there a good example repository where i can find an example of an R2 object being used to set as source for a media element? I'm wondering about the wire up, I'm close but not exactly there would be awesome, thanks...
DDennisMotta4/3/2024

GCS ACLs

Google Cloud Storage migration does not seem to work when using Buckets with Fine-grained access control, is that right?
No description
Rraiyansarker4/2/2024

can you provide an url for mp3?

can you provide an url for mp3?
EErisa4/2/2024

Just the domain is needed

Just the domain is needed
NNitish3/26/2024

can i do something i will 2 copies of

can i do something i will 2 copies of image https://pbs.twimg.com/media/GJgAFS0WgAAxuy6?format=jpg&name=small so i will serve directly from r2 using my custom cdn and size wil be in query params like twitter does?
Kkian3/25/2024

Take a look at the response body

Take a look at the response body
Ssamuel__3/13/2024

could i dm you with my current dns

could i dm you with my current dns settings?
DDanTheGoodman3/13/2024

Sometimes when doing a head request, I

Sometimes when doing a head request, I am getting the error "reason":"Bad Request","statusCode":400},"message":"UnknownError". This is happening a lot
DDanTheGoodman3/7/2024

It seems my bucket has ground to a near

It seems my bucket has ground to a near halt. I was previously uploading a 130MiB/s+ and now I'm seeing Completed 312.0 MiB/4.7 GiB (4.1 MiB/s) with 1 file(s) remaining from the aws cli. df681cd207a9e2afa394d260c486fd1e bucket tts-data
Rrahulsingla2/28/2024

This is happening with lot of users from

This is happening with lot of users from few days. Anyway to get this unblocked or update anything from our side
P_Pear2/23/2024

Hi! I'm looking for some help with my r2

Hi! I'm looking for some help with my r2 bucket. I'm using it via Pages and a binding. I see my put request was successful but I don't see anything in the bucket in the dashboard. I also don't see anything when trying to list all objects via the AWS s3 SDK, but if i get the key in the worker it returns what looks to be the file I uploaded. Any ideas?...
AAdi2/7/2024

Sorry, what's KV v2?

Sorry, what's KV v2?
MMetin2Unity2/3/2024

I've been trying to connect to support

I've been trying to connect to support for hours but I couldn't connect.
Ddave2/1/2024

just change the method to `PUT` and it'

just change the method to PUT and it'll work. You'll likely want to add If-Unmodified-Since to ensure write-once only. The rest is optional, though I would really encourage all of the headers here for various reasons. 🙂 ```typescript const signed_url = await aws_client.sign( new Request(url, {...
SShubham1/23/2024

R2 presigned urls

We are using presigned URL and using that URL to upload with timeout of 15min, we are using files of around 8-10 GB.
Next