This repository was archived by the owner on Aug 12, 2020. It is now read-only.
This repository was archived by the owner on Aug 12, 2020. It is now read-only.
Support for cat'ing and get'ing subtrees. #174
Closed
Description
unixfs-engine needs to support:
export('/ipfs/QmHash', ipldResolver)
export('/ipfs/QmHash/a', ipldResolver)
export('/ipfs/QmHash/b.txt', ipldResolver)
export('/ipfs/QmHash/a/b/c.txt', ipldResolver)
export('QmHash/a/b/c.txt', ipldResolver)
export('QmHash/a/b/c.txt', ipldResolver)
- It also needs to support a subtree that starts on a non protobuf node, but the path leads to the start of a file that is a protobuf.
This is blocking ipfs/js-ipfs#875
Metadata
Metadata
Assignees
Labels
No labels