I am using https://www.npmjs.com/package/s3 package to download folder from s3 but I am not able to find any method to cancel the download or interrupt the download process.
So how can I interrupt the ongoing download or stop the download process? Any suggestions for packages offering this feature?
Folder size is upto 10GB and folder contains 1000s of file so it is creating multiple requests for same folder.