mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-27 06:35:54 +03:00
[GH-ISSUE #1987] Go Example code doesn't work #241
Labels
No labels
bug
compatibility-issue
docker
documentation
enhancement
help wanted
needs information
pull-request
question
stale
unfortunate
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/fake-gcs-server#241
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 @djnym on GitHub (Jul 15, 2025).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1987
Ran into a problem and can reproduce it with main branch and example code as below.
Checkout and build docker image
Run docker image
Run example code
@timtatt commented on GitHub (Jul 17, 2025):
Ran into this same problem, found that if the ports are mapped to a different external port i.e 1234:4443, you need to provide
-public-url localhost:1234as a command to the docker imageIn your case may be as simple as
-public-url localhost:8080@sooncj commented on GitHub (Feb 4, 2026):
in the latest version it worked for me with
-public-host localhost