Skip to content
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

LD_PRELOAD-based virtual s3 FS for systems without FUSE module installed #121

Open
vadimkantorov opened this issue Aug 21, 2024 · 0 comments

Comments

@vadimkantorov
Copy link

vadimkantorov commented Aug 21, 2024

Yes, LD_PRELOAD-based fs-related libc/stdio call interception is not ideal (and breaks wherever syscalls invocations are compiled in directly), but for many situations of simple data processing e.g. from Python, it could be sufficient

The need for this is for situations where one does not have FUSE kernel module available or does not have sudo permissions


I sent a same-worded feature request to mountpoint-s3, basically looking for some LD_PRELOAD-based impl of s3 fs calls interception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant