fyarepo
Results
3
comments of
fyarepo
Hi, I have 5000 svg files in the zip file e.g., test.zip const directory = await unzipper.Open.s3(s3, params); for (const file of directory.files) { console.log("File==" + file.path); var result =...
Running on Lambda
For S3 upload stream, we tried "s3-stream" or "s3-streaming-upload". However it cannot upload to S3. What can we do?