`LD_PRELOAD`-based virtual s3 FS for systems without FUSE module installed
vadimkantorov opened this issue · 0 comments
vadimkantorov commented
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