-
Notifications
You must be signed in to change notification settings - Fork 55
Remove hidden file handling #17
Comments
It should be possible to implement this as a proxy files layer, that would make things much nicer in the adder code. (also, with the current way it works, we send hidden files to the daemon, just so they get dropped there) |
Are you sure we send hidden files? It looks like the commands library is dropping them, as far as I can tell. |
Right, we do that (with a small bug - ipfs/go-ipfs-files#11), and it makes things much simpler if we don't care about handling (If we want to remove hidden handling from http api, we'll probably need to adjust what js-ipfs does) |
js-ipfs does it client-side as well. |
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
We should be able to handle this at the cmds (and maybe files) layer and filter hidden files out before they ever reach the CoreAPI. Does this make sense?
The text was updated successfully, but these errors were encountered: