archiecobbs / s3backer

FUSE/NBD single file backing store via Amazon S3
Other
535 stars 77 forks source link

Use bucket "directories" instead of prefix #130

Closed akamensky closed 3 years ago

akamensky commented 4 years ago

Using prefix requires knowing it ahead of time. Which might not be the case or a bit of a hustle to do. Most of S3 implementations support directories. I think it would be great to be able to use bucket/directory in mounting options. This would also open a possibility for listing all available "disks" and keep structure cleaner.

Upsides:

Downsides: I don't really see any other than time spent implementing this.

archiecobbs commented 4 years ago

Nice idea. Check out 9aa82ec and see if that works (I have not tested it myself yet).

archiecobbs commented 3 years ago

Fixed in 9aa82ec.