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)
1 Reply
zegevlier
zegevlier14mo ago
No, workers aren't very well suited for that kind of application. You'd be better off if you kept using lambda or a similar for that. Workers have a very limited amount of memory and, since there is no filesystem, everything would have to be done in-memory
Want results from more Discord servers?
Add your server