mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 06:05:54 +03:00
[GH-ISSUE #992] Not able to mimic Fake GCS Storage #153
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#153
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 @sourabhsparkala on GitHub (Nov 21, 2022).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/992
Hello All,
I am new to GOLang development
I am trying to setup GCP Emulator
First I started the server as stated in various examples
I also set this
I am assumed that by doing so, a new server would be hosted in localhost:9000 and point the
StorageRootfolder path as the new storage folder.And when I call this below method to list the objects found inside
StorageRooti.e/test/module. I do not get any objects.Your insights would be helpful.
@klyubavsky commented on GitHub (Jun 11, 2023):
Hi, @fsouza
Could you take a look on this issue? I'm facing the same. After environment variable "STORAGE_EMULATOR_HOST" being set client can't find object in storage, as fakestorage server responds 404.
@klyubavsky commented on GitHub (Jun 12, 2023):
All of a sudden my case was completely fixed after switching from
HosttoPublicHost.@sourabhsparkala I believe yours will be also
@fsouza maybe include an example with STORAGE_EMULATOR_HOST env var in documentation?
@pocockn commented on GitHub (Jan 19, 2024):
@klyubavsky I'm seeing this issue, could you show an example of working config please