grunt-s3
grunt-s3 copied to clipboard
Fatal error: write EPIPE
I'm trying to upload files, the biggest one is about 2 Mb.
I get alternatively Fatal error: getaddrinfo ENOTFOUND
and Fatal error: write EPIPE
errors always about different files.
The upload finally worked after some retries.
It works only with fast networks.
Do you have any suggestion to help me debugging this issue? I only get Error: Upload error: path/to/resource (gzip) (400)
and than Fatal error: write EPIPE
or
Error: Upload error: /path/to/resource (gzip) (Error: getaddrinfo ENOTFOUND)
Fatal error: Cannot call method 'resume' of undefined
Seeing the same issue
i'm only getting the second one here: Error: Upload error: /path/to/resource (gzip) (Error: getaddrinfo ENOTFOUND) Fatal error: Cannot call method 'resume' of undefined
I had to specify region like "us-east" or "us-east-1" I think.
Specifying the region fixed the issue for me. Maybe the docs should be updated to indicate which settings are optional and which are required.
Specifying the region doesn't seem to be fixing it for me. Actually makes it fail immediately instead of after a random amount of files.
I was able to force it to work by setting my maxOperation to 1.