How to mount S3 Object Storage on docker container?

is there any workaround to mount s3 object storage ?
i already try using goofys, rclone, and s3fs.
all of them require fuse for mount
got a post from FUSE inside Docker - Stack Overflow
it request privileged and device argument on docker run.
since render don’t allow privileged on docker, i don’t find any solution :frowning:

You’re exactly right with your findings - mounting S3 requires via the likes of Fuse require privileged access which we don’t provide - you’re only option here is to interface with s3 via it’s API as opposed to as a file system

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.