[GH-ISSUE #145] New feature: allow Google Cloud Storage S3 #117

Open
opened 2026-02-26 21:34:30 +03:00 by kerem · 1 comment
Owner

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: Forbidden

I'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)

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: Forbidden` I'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)
Author
Owner

@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!

<!-- gh-comment-id:3385079270 --> @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!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pgbackweb#117
No description provided.