cmcclu5@fediverser.communick.devBtoPython@fediverser.communick.dev•RMount allows you to create a file-system like connection to a cloud storage i.e. S3 or SSH serverEnglish
0·
11 months agoWhat benefits would this have over something like s3fs? I’ve never had issues with that, but it doesn’t cover all the use cases you outlined. There are robust alternatives for SSH as well that have connection error monitoring to avoid the situation you outlined.
I normally do that as well, but some people prefer to mount s3 as a file system like mentioned in this post. I’ve had to use it for work when my boss required it. I’d personally use the CLI for everything.