How do I add an S3 bucket as a volume in cloudron?
Solved
Support
-
@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.
-
-