afero icon indicating copy to clipboard operation
afero copied to clipboard

Rclone

Open mkvolkov opened this issue 2 years ago • 6 comments

Added Rclone virtual filesystem with the full functionality of afero and afero.Fs functions available in rclone.

mkvolkov avatar Aug 22 '22 08:08 mkvolkov

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 22 '22 08:08 CLAassistant

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.

jxsl13 avatar Aug 28 '22 11:08 jxsl13

@kargakis please take a look

mkvolkov avatar Sep 01 '22 13:09 mkvolkov

@bep take a look please

mkvolkov avatar Sep 15 '22 05:09 mkvolkov

@mbertschler @kargakis @bep where is everybody?

mkvolkov avatar Nov 02 '22 03:11 mkvolkov

@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.

bep avatar Nov 02 '22 08:11 bep