onestyle
onestyle
Explore posts from servers
CDCloudflare Developers
Created by onestyle on 4/13/2024 in #general-help
Is there an expiration limit for images signed url?
1 replies
CDCloudflare Developers
Created by onestyle on 3/10/2024 in #general-help
How to get images from R2 to CF images
Hey, I want to upload large images to R2 (average Image size ~20MB). How can I copy these images to CF images for delivery? Workers won't be able to handle this.
6 replies
CDCloudflare Developers
Created by onestyle on 3/6/2024 in #general-help
Can I use CF CDN to cache my images in CF images
Can I use CF CDN to cache my images in CF images?
4 replies
CDCloudflare Developers
Created by onestyle on 1/20/2024 in #general-help
what is stream service actual pricing?
Where can I find the actual stream service pricing? I cannot find it anywhere except for a basic bundle pricing, how about anything beyond these plans? https://www.cloudflare.com/products/cloudflare-stream/
5 replies
CDCloudflare Developers
Created by onestyle on 10/13/2023 in #general-help
Compress R2 -> CF Images
Hey, I'm working on an app that will handle hundreds of thousands of images. My user will upload high quality images to R2 (max 50mb). I want to copy these images to CF Images. How can I let CF handle image compression/resize in this transition. I'm okay that the images are reduced to below 10mb. Do I have to use another cloud provider to do this compression myself? Or can I upload images to CF Images and it does the resizing automatically
1 replies
CDCloudflare Developers
Created by onestyle on 10/2/2023 in #general-help
R2, bulk download files
Hey, I want to allow my users to download hundreds of images at once. On AWS I can use lambda to compress the files and share the output zip file path. How can I handle this on cloudflare? (Given the limitations of cloudflare workers)
2 replies
CDCloudflare Developers
Created by onestyle on 10/1/2023 in #general-help
R2 CDN
Is R2 worker cache is the same as Cloudflare CDN? How can I add cloudflare cdn in front of my private R2 bucket? I will use presigned URLs to access files
6 replies
CDCloudflare Developers
Created by onestyle on 10/1/2023 in #general-help
Is 10MB a hard limit for images?
I'm considering using cloudflare images, but I'll need to support images up to 50mb (and keep the original image), is this something doable with cloudflare images or is the 10mb a hard limit?
2 replies
CDCloudflare Developers
Created by onestyle on 10/1/2023 in #general-help
R2 temporary token for a bucket
Hey, I'm coming with an AWS background. I'm trying R2 out and need help. How can I let the user interact with my data directly from/to R2 client side? On AWS I can use STS to generate temporary limited credentials for a specific bucket or even object (folder), how can I do the same for R2?
5 replies