NetStorageKit-Node
NetStorageKit-Node copied to clipboard
Unable to download large files
Currently it's not possible to download large files due to in-memory buffering. The download function should instead stream directly to disk.
It seems unable to upload large files too. a 5.5 meg file ends up truncated. Possibly for similar/the same reasons
I have a pr out for the upload fix: https://github.com/akamai/NetStorageKit-Node/pull/23
The download fix is different but likely very similar.