goofys icon indicating copy to clipboard operation
goofys copied to clipboard

Mount 'all' s3 buckets

Open tam203 opened this issue 6 years ago • 8 comments

Help wanted:

I've been experimenting developing a FUSE system that mounts 'all' of s3 (that the mounting user has access to) and determines which bucket and item you want based on path name. i.e. "///". A number of compromises have to be made, such as not being able to ls on the mount point as in theory you can access every single public bucket.

The performance is about 25% or less of goofys so I'm interested in either forking goofys or getting this feature added to goofys.

Is there any fundamental reasons that goofys couldn't do this and where would I start? Thanks for the help.

tam203 avatar Jan 08 '18 13:01 tam203