mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 13:45:54 +03:00
[GH-ISSUE #94] Using Minio S3 Storage + Cloudflare Tunnel #75
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#75
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 @ejscheepers on GitHub (Feb 10, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/94
Hi, I am using Minio S3 and I use Cloudflare Tunnels to access it.
When I try and add it as a destination I get this error:
error testing destination: failed to test S3 bucket: operation error S3: HeadBucket, https response error StatusCode: 403, RequestID: 1822C9C04DD03A2B, HostID: dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8, api error Forbidden: ForbiddenNot sure if this is an error with PgBackWeb, I can confirm that I can access buckets via other software.
Do I need to add special policy on bucket or something?
@sqkkyzx commented on GitHub (May 2, 2025):
I encountered the same problem with the object storage of other service providers. Could it be because only Path Style s3 urls are supported? I usually use Virtual Hosted Style.