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?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?