Is there a way to upload a file to IPFS chunk-by-chunk using the js-ipfs-http-client
package? To improve the concurrency model of my application, I’d like to avoid holding complete files in memory and instead just work with the chunks.
In the source, I can see a method called start
is not implemented. Is this supposed to enable this behavior in the long run?