-
Notifications
You must be signed in to change notification settings - Fork 32
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
Large files not uploaded (size > highWatermark) #15
Comments
I'm having this issue as well. Any movement on this? |
I suspect that the author won't prioritize this since the official AWS SDK handles this quite easily nowadays. You can throw anything on it (stream or buffer) and it just works =) I'm using the SDK instead of S3-streams and I'm a happy camper. |
My apology to Izaak for possibly leading richardson-trevor away from S3-Streams. But since my issue has been open for several months I suspect that the module might have been abandoned. Here is how I do it (returns a promise):
|
Thanks for the input, that's probably right on. We'll take a second look at that with what we're doing! Sent from my iPhone
|
I can't get large file uploads to work other than if I raise highWatermark to above the file size. I thought highWatermark was the limit for when a new chunk should be sent. Have I misunderstood something?
The text was updated successfully, but these errors were encountered: