We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fs.createReadStream
I have a big file on file system and I want to upload it to AWS. Documentation says:
Since Got 12, the content-length header is not automatically set when body is an instance of fs.createReadStream(). ...
But when uploading to AWS, we need to set content-length. How can I calculate it?
content-length
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to discuss?
I have a big file on file system and I want to upload it to AWS.
Documentation says:
But when uploading to AWS, we need to set
content-length
. How can I calculate it?Checklist
The text was updated successfully, but these errors were encountered: