S3 backend for files #883
Replies: 2 comments 2 replies
-
I am currently using such a setup. What you're proposing could be natively integrated into NG, but it is probably out-of-scope for the project. Storage backends are assumed to be simple fuse mounts, so the easiest way to support virtually any backend (local, temporary, remote,... you name it) is to expose your target as a mount point and then point the
In my setup, I am mirroring a local directory to two different backends (S3 and ZFS) using rclone. The benefit I get from it is encrypted object storage under my full control, while simultaneously having the performance of locally cached files. |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm sure this is a pretty basic question, but I cannot figure how to get it working. This is my configuration:
but when starting the webserver container I get:
Where thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi !
It would be useful for min.io/scaleway/aws/... S3-like compatible storage
Beta Was this translation helpful? Give feedback.
All reactions