harshil1712
CDCloudflare Developers
•Created by CheapUniverse on 4/17/2025 in #general-help
Your subscription to R2 was previously removed. In order to access your buckets, please add the R2 s
Hey, did this got resolved or do you still need assistance?
2 replies
CDCloudflare Developers
•Created by bruhsoundeffect on 4/18/2025 in #general-help
R2 Bucket Returns 403 to new fal.ai turbo lora endpoint for images url
Hey, I am not familiar with fal.ai. The turbo endpoint you mentioned, I am assuming that it is coming from fal?
If the same URL works with a different endpoint on fal, it should work with the turbo endpoint as well. Unless, fal does something different with how it uses the URL
3 replies
CDCloudflare Developers
•Created by mr.niko.la on 4/7/2025 in #general-help
workers ai whisper v3 turbo max file size
Hey, I have an example that might help.
https://github.com/harshil1712/podcast-app-template/blob/main/app/utils/helpers.ts
2 replies
CDCloudflare Developers
•Created by rrrrranch on 4/8/2025 in #general-help
CMS in Workers
Hey, I used to work with a CMS company before, and I can say this is a good combination! Especially, coming from legacy systems like Joomla.
I am not sure if you have any specific questions, but happy to help if you do
2 replies
CDCloudflare Developers
•Created by jaybee on 1/27/2025 in #r2
hey guys i’m really struggling with
ah true. I thought this was for uploading. If it's for viewing, as mentioned you can check the auth, and if valid use the S3 API to fetch the image.
23 replies
CDCloudflare Developers
•Created by jaybee on 1/27/2025 in #r2
hey guys i’m really struggling with
Is this pre-signed URL or directly the S3 API?
23 replies
CDCloudflare Developers
•Created by jaybee on 1/27/2025 in #r2
hey guys i’m really struggling with
There are different ways to do achieve this. We don't share in the docs, because we want the users to have the freedom to think how they want to do this. You can use the Workers API with auth, or setup pre-signed URLs, but again with proper auth.
23 replies
CDCloudflare Developers
•Created by jaybee on 1/27/2025 in #r2
hey guys i’m really struggling with
Hey, we have the documentation for that. Did you check that?
23 replies
CDCloudflare Developers
•Created by jaybee on 1/27/2025 in #r2
hey guys i’m really struggling with
Hey, can you please elaborate what are you trying to do? How are you trying to access your bucket? Is your next.js app hosted on Workers? Without much details, it is really difficult to understand your struggles and provide any help.
Here's also a repo that might help: https://github.com/harshil1712/nextjs-r2-demo
23 replies
CDCloudflare Developers
•Created by ayushh on 1/26/2025 in #general-help
Generate R2 Objecs Public URL
You can setup your domain and to make your bucket public. You can access the file with something like: sub.domain.tld/file/key
6 replies
CDCloudflare Developers
•Created by ayushh on 1/26/2025 in #general-help
Generate R2 Objecs Public URL
Hey, this is a pre-signed URL. Not sure if that's what you are looking for
6 replies
CDCloudflare Developers
•Created by Pascal on 1/21/2025 in #general-help
Help with Laravel R2 Integration - "Header 'x-amz-checksum-crc32' Not Implemented"
Hey, this is caused due to the recent change in the AWS SDKs. You can find a solution here: https://developers.cloudflare.com/r2/examples/aws/aws-sdk-php/
2 replies
CDCloudflare Developers
•Created by Rubi on 1/17/2025 in #r2
got an error
yes, I tested it myself. If you really need checksum, you might have to wait for the implementation? I am sorry, but I don't have the correct answer for you.
6 replies
CDCloudflare Developers
•Created by Rubi on 1/17/2025 in #r2
got an error
Yeah, for CopyObject it seems like you don't have to do anything with the checksum.
6 replies
CDCloudflare Developers
•Created by Rubi on 1/17/2025 in #r2
got an error
Can you share the exact code? It works for me, so not sure why it won't work for you
6 replies