mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 13:45:54 +03:00
[GH-ISSUE #117] Using Cloudflare R2 Object Store #97
Labels
No labels
bug
confirmed next step
duplicate
enhancement
help wanted
in progress
in progress
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pgbackweb#97
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @possebon on GitHub (May 1, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/117
It seems that it's not possible to use the R2 Object Store as the S3 destination.
Cloudflare R2 does not have the region concept, and on pgbackweb S3 configuration, it shows the Region as required. I tried to don't fill it and Test the connection, but did not work.
Also at Cloudflare panel, when I create the access to R2 bucket, I received an API Token, I'm not sure if its required or not.
I use the R2 Object Store with success to backup Portainer config.
@possebon commented on GitHub (May 1, 2025):
I also tested including the https on endpoint at pgbackweb and did not work
@eduardolat commented on GitHub (May 1, 2025):
@possebon According to the docs:
Try setting to "auto"
https://developers.cloudflare.com/r2/api/s3/api/#bucket-region
@possebon commented on GitHub (May 1, 2025):
Worked perfectly! Thanks. To work it's required to put the https on the endpoint also.
@eduardolat commented on GitHub (May 1, 2025):
You're welcome!