Y
Hacker News
new
|
ask
|
show
|
jobs
by
afr0ck
1055 days ago
Linux has FUSE, which is a framework to develop user-level filesystems. Mounting S3 buckets is a very good use case. Sshfs and httpfs are more or less similar in this regard.
1 comments
anderspitman
1055 days ago
Yep, and WinFSP and dokany are two options for FUSE on Windows. I'd recommend using rclone or maybe check this list:
https://winfsp.dev/doc/Known-File-Systems/
link