Is it possible to backend vykar-server with S3? #142
Answered
by
m3nu
hadleyrich
asked this question in
Q&A
-
|
I didn't see it in the documentation but please point me in the right direction if I've missed it. I'm wondering if it would be possible to run vykar-server for clients to use as the backend and then have vykar-server store the actual blobs on an S3 compatible store? If there isn't built in support I could fuse mount the data-dir but wanted to check if there are ways that vykar-server uses the filesystem that would be incompatible or inefficient over fuse mounted S3. |
Beta Was this translation helpful? Give feedback.
Answered by
m3nu
May 11, 2026
Replies: 1 comment 3 replies
-
|
You can already use S3 directly? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
vykar-server only supports local files as backend. Using a remote file system would change many current reliability and performance assumptions. So it's a bigger change.