mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[Bug]: Public S3 folder doesn't authorize on Cloudflare R2 #672
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 @adiologydev on GitHub (Mar 26, 2025).
Where is the problem occurring?
I encountered the problem while using the application (Frontend)
What browsers are you seeing the problem on?
Firefox
Current behaviour
Hey,
I'm using Cloudflare R2 as my S3 provider on Planka.
It works great for private uploads i.e. everything that goes in
privatesubdirectory in the R2 bucket because Planka uses proper access key and secret to authorize and retrieve that data.However, when it comes to things like user profile pictures which are stored
publicsubdirectory of the bucket, it tries to do a direct GET request and fails.R2 only allows you to use public paths if you use an R2 or custom domain which doesn't behave the same as S3.
Is there any workaround to this?
Desired behaviour
The public data should either authorize with S3 or allow for a workaround with public proxy (such as R2 domain/custom domain) in the case of Cloudflare R2.
Steps to reproduce
Other information
No response