andrewrk / node-s3-client

high level amazon s3 client for node.js
MIT License
1k stars 303 forks source link

S3 uploaddir() not working for large no of files #95

Closed sachin-gill closed 8 years ago

sachin-gill commented 8 years ago

We are using the API to upload a directory containing about 39k files. The total size of the folder is about 260MB. The upload process terminates after uploading about 2.5k files without any error or completion. Its aborts randomly. The majority of files are small in size. Can you confirm is this a known issue. Thanks

fallanic commented 8 years ago

looks like I'm experiencing the same issue. the process exits randomly with code 0. Using node 0.10.40

adamtsai1 commented 8 years ago

I am experiencing this issue as well.

dvalentiate commented 8 years ago

this issue should be fixed with pull request #110 or #130 .

faceleg commented 8 years ago

Merged #130