[Feature Request] Feature for Uploading Volumes to Objects Storage #662

Open
opened 2026-02-04 20:44:41 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @umut-akkaya-strt on GitHub (Mar 5, 2025).

Is this a feature for the backend or frontend?

Backend

What would you like?

Following volumes can be uploaded into an object storage like s3 and can be downloaded when a new instance is started.

VOLUME /app/public/user-avatars
VOLUME /app/public/project-background-images
VOLUME /app/private/attachments

Why is this needed?

Some of cloud services (AWS AppRunner) do not support persistent storage. In case of pause or failure all of the files located in these folders are lost. It would be better if this feature is implemented.

Originally created by @umut-akkaya-strt on GitHub (Mar 5, 2025). ### Is this a feature for the backend or frontend? Backend ### What would you like? Following volumes can be uploaded into an object storage like s3 and can be downloaded when a new instance is started. ```shell VOLUME /app/public/user-avatars VOLUME /app/public/project-background-images VOLUME /app/private/attachments ``` ### Why is this needed? Some of cloud services (AWS AppRunner) do not support persistent storage. In case of pause or failure all of the files located in these folders are lost. It would be better if this feature is implemented.
Author
Owner

@umut-akkaya commented on GitHub (Mar 5, 2025):

Well it seems AppRunner doesnt support websockets. So this feature still a good thing for other services but not for AppRunner because planka uses websockets.

@umut-akkaya commented on GitHub (Mar 5, 2025): Well it seems AppRunner doesnt support websockets. So this feature still a good thing for other services but not for AppRunner because planka uses websockets.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#662