zer0tonin / Mikochi

A minimalist file-manager with streaming capabilities
MIT License
224 stars 12 forks source link

S3/minio support #4

Open zer0tonin opened 7 months ago

zer0tonin commented 7 months ago

We currently only support mounting a directory from the disk. People might want to use Mikochi to browse file stored on object storage (ie. s3). To support that we could either:

  1. write an alternative implementation of the backend/browser module that ues s3 instead of the disk
  2. document mapping s3 to a filesystem directory, using something like s3fs-fuse or riofs