SupraSummus / ipfs-api-mount

Mount IPFS directory as local FS.
MIT License
27 stars 5 forks source link

mount option is "rw" #13

Closed RubenKelevra closed 4 years ago

RubenKelevra commented 4 years ago

As far as I understand the filesystem mounted with ipfs-api-mount is completely read-only.

But the mount point is set to 'rw'.

This is leading to unnecessary requests hitting your python code (I guess).