I need to mount an s3 bucket inside my container. But it seems to not be possible as fuse seems to not be enabled.
My usecase requires a lot of read and writes, which are cached and optimized in mountpoint-s3 and what I currently use in my codebase, rearchitecting this to using boto3 will take a lot of work and be very slow for my end user