node.js - Upload zip file contents to S3 -
i'm trying upload zip file s3. these zip files uploaded user , can range file size. first approach using unzip-to-s3 great, project using out of date library (unzip) keeps crashing "invalid signature 0x80014" error.
extracting zip , uploading s3 not idea because packages vary in sizes. , extracting files disk , uploading expensive task. (unzip-to-s3/unzip did job of since auto drain memory once file has been uploaded).
now question, how can upload zip file via node.js , extract in s3 without using aws lambda?
Comments
Post a Comment