andrewrk / node-s3-client

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

Cannot upload folder when files already exist #187

Open LukasBombach opened 7 years ago

LukasBombach commented 7 years ago

Uploading a folder does not work when files already exist on s3. It takes a while until an error is thrown:

Your socket connection to the server was not read from or written to within the timeout period. Idle connections will be closed.

TylorS commented 6 years ago

This is also occurring to me, but it only started today after using the same configuration for a few weeks.