I am facing Error: Downloaded size does not match Content-Length when I call downloadDir
I am downloading the s3 folder with various .ts files with various size (5MB - 300MB)
Error: Downloaded size does not match Content-Length at MultipartETag.<anonymous> (/home/xxx/yyy/node_modules/s3/lib/index.js:482:25) at MultipartETag.emit (events.js:198:13) at MultipartETag.EventEmitter.emit (domain.js:448:20) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19)
How do I fix it?
Thanks.