mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 22:25:50 +03:00
[GH-ISSUE #1234] Basic operation with fake-gcs-server #176
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#176
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 @RaulPampliegaMayoral on GitHub (Jun 29, 2023).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1234
Hello!

I am trying to use fake-gcs-server with springboot and testcontainers. I have everything working correctly and with preloaded data in the /storage folder.
If I make a request to see the buckets apparently everything works correctly
If I make a request to see the metadata of a particular bucket, everything works correctly.
But when I ask for the different objects in a bucket I get a 404 response
I've been stuck on this for a while now and can't make any progress, any idea why that might be?
Thanks in advance
@RaulPampliegaMayoral commented on GitHub (Jun 29, 2023):
It seems that if i upload files with the client the api is returned ok but with the data preloaded is not able to return anything
@RaulPampliegaMayoral commented on GitHub (Jun 29, 2023):
I have already solved the problem. Apart from mounting a directory with files in /data you have to launch the docker image with the parameter "-data /data".