Lost network connection while downloading s3 client within promise.all()
I am working on a nodejs-based server that downloads 1000 pdf files each 9MB from s3, compresses them into a zip file, and returns the URL. However, a problem is occurring while downloading from S3. When I start downloading on S3, About 100 downloads are downloaded and then Internet connection is not possible. Looks like … Read more