DanGamble
DanGamble
CDCloudflare Developers
Created by DanGamble on 4/14/2025 in #workers-help
Unzipping a large (500mb - 2gb) zip file
I currently have a worker that allows an upload of a large zip file. I then need to process this zip file and extract all of it's contents. I was hoping to do that via streaming which I thought I was doing with the below code. Is it possible to actually unzip a zip file this large on Cloudflare currently? Would Durable Objects be an option if workers alone aren't?
1 replies