-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
I would like to implement filesystem access in my project, but it requires some thought.
We could reproduce the classic open/read/write API, but how should we expose
"mount points" for applications?
Ideally, I would like to provide FS access to the local disk, but also have a transparent
access to file storage systems like S3.
Reactions are currently unavailable