mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-04-25 13:45:54 +03:00
[GH-ISSUE #145] New feature: allow Google Cloud Storage S3 #117
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#117
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 @pierre-b on GitHub (Oct 9, 2025).
Original GitHub issue: https://github.com/eduardolat/pgbackweb/issues/145
Hi,
The S3 compatible Google Cloud Storage endpoint is not handled properly, I get error:
error testing destination: failed to test S3 bucket: operation error S3: HeadBucket, https response error StatusCode: 403, RequestID: , HostID: , api error Forbidden: ForbiddenI've tested the same bucket/endpoint with other S3 compatible projects successfully.
It's probably in the way the endpoint url is constructed at the end by the S3 sdk (https://storage.googleapis.com/BUCKET_NAME)
@pierre-b commented on GitHub (Oct 9, 2025):
Would be great to merge PR https://github.com/eduardolat/pgbackweb/pull/141 in case it fixes the same issue please!