afero
afero copied to clipboard
Rclone
Added Rclone virtual filesystem with the full functionality of afero and afero.Fs functions available in rclone.
Hi, cool fs abstraction. You should take a closer look at other implementation in regard to what kind of errors are returned in case some methods are not supported or in case operations fail.
Usually os.PathError or os.LinkError are used. tarfs/zipfs might be good references.
@kargakis please take a look
@bep take a look please
@mbertschler @kargakis @bep where is everybody?
@mkvolkov that is a good question, I can only answer for myself; I'm rather busy these days, and I often need to put a priority on the repositories that I consider "mine". I'm a big fan of Rclone, though.