@SP4C3W0LF commented on GitHub:
ln -s /bin/fusermount /bin/fusermount3
that should fix it
@fernando-granco commented on GitHub:
why not just install fusemount3 with
apt-get install fuse3
Can't install it on 18.04
@gmaster12 commented on GitHub:
ln -s /bin/fusermount /bin/fusermount3
that should fix it
Very much appreciated. I had the same problem 5/5/23 and this link fixed it. Not sure what's…
@bugbounce commented on GitHub:
I will start on this. I need the experience :) Any guidelines would be helpful.
@paolafrancesca commented on GitHub:
thanks @bugbounce I think the only parts that are unit testable are the server.go for the func options, handlers.go with a mock fulfilling the storage…
@nl5887 commented on GitHub:
Implemented. Use -provider=local for local storage, use -provider=s3 for S3 storage. Functionality needs to be tested.