[technical debt] Decouple MFS from UnixFS #8541
Labels
kind/bug
A bug in existing code (including security flaws)
need/triage
Needs initial labeling and prioritization
Milestone
Checklist
Installation method
built from source
Version
Config
.
Description
The general theme of this issue is:
The concrete part of this issue, local to the
go-ipfs
implementation, is to remove the MFS from theipfs add
command, limiting it only to theipfs files
one. Achieving this will point us in the right direction regarding the general theme above.More specifically and as a starting point, we should remove the MFS root form the the
Adder
structure. This is not the permanent MFS root used in theipfs files
command (stored in the repo) but just an ephemeral directory needed to support basic FS operations resulting from the unwanted coupling of UnixFS/MFS.The text was updated successfully, but these errors were encountered: