js-ipfs-http-client
js-ipfs-http-client copied to clipboard
[WIP] feat: make ipfs add --nocopy works
Related to https://github.com/ipfs/js-ipfs-api/issues/562
Provide the Abspath header in the stream for files so the filestore can find the actual file on disk. It works but I still get errors like 'Error: expected protobuf dag node' for some files but not for some others.
@kevina, any ideas ?
The goal of this PR will start working with the update for https://github.com/ipfs/js-ipfs-api/issues/522
That said, I'm not sure what the code in your PR is trying to achieve. Could you clarify?
@MichaelMure this PR is now unblocked because options are correctly passed. Wanna look at it again?