-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ofs): introduce ofs execute bin #4033
Conversation
Now the ofs command running information as below
|
I will do another part about fuse implementation detail in the next PR. |
Comparing ofs --mount-path /path/to/mount/path --backend "fs://?root=/tmp" I prefer to have ofs s3://bucket/root/path /mount/path The required values are the |
We may add some commands, like mount or unmount. |
Exit ofs should unmount the fs. We don't need to provide more commands for this application. |
Now the ofs command as below
cc @Xuanwo |
Thank you! I have additional ideas for the UX of ofs, but I believe this PR is ready to be merged as is. |
We can talk about this in another issue. |
part of #3782