Closed bbengfort closed 7 years ago
Mount Points:
My inspiration is currently from S3. In order to set up a store on S3, you have to create a bucket, and buckets have to be unique across the system. Each bucket is therefore the root, so you get paths as follows:
s3://mybucket/path/to/foo.txt
My current plan is as follows:
This plan obviously has some flaws though:
Create the FUSE components to interact with the file system.