Incrementally upload zip data from memory to a single file on AWS S3 bucket using Node.js streams
I have a ReadableStream of uncompressed text data that I need to store on a single zip-compressed file on S3.
I have a ReadableStream of uncompressed text data that I need to store on a single zip-compressed file on S3.