Solved How do I add an S3 bucket as a volume in cloudron?
-
Hello, I would like to add an S3 bucket as a volume in cloudron.
How would I go about doing this?
-
@privsec S3 provides block storage and volumes is about file system. Both are not entirely compatible. There are projects like https://github.com/s3fs-fuse/s3fs-fuse which try to "mount" block storage into filesystem. But this is lossy and will fail in unexpected ways (things like permissions, chmod, file ownership etc might just disappear). So, Cloudron does not support this.
-
@privsec you can play with rclone mounts for this, however you want to minimize the network distance to avoid hiccups.
-
girish
-
girish