mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
S3 support for static assets? #461
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jrobison-sb on GitHub (Apr 4, 2024).
I see that this app expects persistent storage for static assets, and also that some kind of integration with S3 has already been mentioned.
Is it currently possible to use S3 for static assets, so as to avoid needing to store them on a plain old persistent mount point / volume?
Thanks.
@meltyshev commented on GitHub (Apr 5, 2024):
Hi! We don't have this in our current plans yet, but it'd be useful to have this feature. We'd be happy if anyone would like to add this via PR.
@ADeeeee commented on GitHub (Apr 8, 2024):
Well, you could still use FUSE for mounting the S3 storage on docker or FUSE CSI for kubernetes now, but native support via API will be so nice.