mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
Support storing images and media files in S3 instead of local disk #905
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 @stufently on GitHub (Jan 25, 2026).
Which part of the project does this feature apply to?
Backend
What would you like?
Please add an option to use an S3-compatible storage backend for images and other media files.
Using local disk can be limiting in distributed or containerized environments, while S3 provides scalable, reliable, and cost-effective storage.
It would be helpful to have configuration settings for:
This feature would improve scalability and make deployments more flexible.
Why is this needed?
No response
Other information
No response
@meltyshev commented on GitHub (Jan 25, 2026):
Hi! S3 is already available. Not in the docs yet, but you can configure it using:
We also use S3 for our instance - and it works with self-hosted providers, but usually you need to set
S3_FORCE_PATH_STYLE=trueto make it work.