How do I add an S3 bucket as a volume in cloudron?
Solved
Support
-
wrote on Mar 5, 2023, 10:42 AM last edited by girish Mar 5, 2023, 11:33 AM
Hello, I would like to add an S3 bucket as a volume in cloudron.
How would I go about doing this?
-
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.
-
Hello, I would like to add an S3 bucket as a volume in cloudron.
How would I go about doing this?
-
-