-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Cloudflare R2 (S3) Support #155
Comments
I looked into this for a bit and tried a bunch of different methods but couldn't get the I also looked into the Workers method... yikes. Far more work effort than I feel like most hosts would be willing to put in. At that point you're basically just writing two file upload servers. So in summary: R2 is unsupported for now. If Cloudflare improves their implementation of S3 in the future, this may change. |
Any updates on this? r2 s3 compat seems good enough now, i had to edit as to why i had to edit the src, i'm pretty new to r2 so i dont know if there is a different way i'm not aware of but it seems like r2 has a private api endpoint for api calls and then u set a different domain for serving (that one cannot interact with the api from my testing) which is why i had to edit |
I've been using Cloudflare R2 with Mastodon, which is mainly S3-oriented. I've had no issues with it whatsoever. But, it's not my call to say whether it's safe to use or not. That's just my experience. |
I'm more inclined to support it now, though it would be a feature for 0.15.0 (see PR #220) |
Description
This is pretty much a ticket to check whether Cloudflare R2 is supported. Cloudflare says it's somewhat compatible, depending on what's used. Documentation & compatibility can be viewed here.
The text was updated successfully, but these errors were encountered: