-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: getaddrinfo ENOTFOUND #95
Comments
collin
added a commit
to collin/grunt-s3
that referenced
this issue
Aug 22, 2013
collin
added a commit
to collin/grunt-s3
that referenced
this issue
Aug 22, 2013
coen-hyde
added a commit
to coen-hyde/grunt-s3
that referenced
this issue
Aug 24, 2013
* master: call res.resume() to prevent pifantastic#95
This is fixed for me by using "us-standard" as the "region" option in my JS. BUCKETNAME.s3.amazonaws.com rather than |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running into this issue with the latest version of
grunt-s3
:Automattic/knox#192
I get
Error: getaddrinfo ENOTFOUND
after a while when uploading many files.I found that adding
res.resume()
to theclient.putFile
callback intasks/lib/s3.js
solved the problem.The text was updated successfully, but these errors were encountered: