Elliot DeNolf
Elliot DeNolf
@TimLanzi @Stroi Can either of you give me an idea of your throughput for uploads? Seems like this might be tricky to reproduce.
I found a thread that deals with this specific issue: https://github.com/aws/aws-sdk-js-v3/issues/3560 I would give a few of these solutions a try.
It's possible `http2` was added in a later node version. Try node 20 or newer if you are not already. Pure speculation on my part as there are quite a...
Can anyone else confirm @creative-andrew 's solution works for them? Alternatively, here is another request handler config formed from [a solution given in the linked thread](https://github.com/aws/aws-sdk-js-v3/issues/3560#issuecomment-1904565558) `pnpm add @smithy/node-http-handler https-browserify...
Love to see everyone getting crafty in this interim period 👍
@domenico-ruggiano The patch is not officially supported. It will need to be redone by the author.
Thanks for the report @beewhoo . I'll need to do some digging on what's available with GCP for streaming from disk without loading the file into memory.
I have not had a chance, but this _does_ seem possible according to the example [here](https://github.com/googleapis/nodejs-storage/blob/main/samples/streamFileUpload.js). Open to accepting a PR.
@josephjorgensen Thought about this a bit more. Where are you deploying this? Do you have the ability to write to disk? A half-measure may also be to support the `useTempFiles`...
Reproduced w/ the demo repo, _but could not within the monorepo's test suite_. Not sure why that would be different.