mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #1033] Unable to add files directly to the filesystem #160
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#160
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 @drehelis on GitHub (Jan 6, 2023).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1033
Running
fake-gcswith the following args:@fsouza commented on GitHub (Jan 6, 2023):
Yeah, that's not supported and can't really be supported. The format in the filesystem root is not regular folders and files, and it'll change further once that backend supports generations (#744).
One thing we could do is to add an internal endpoint for "reseeding" fake-gcs-server from a folder, like we do on process start.
@drehelis commented on GitHub (Jan 6, 2023):
Heh, interesting.. as it works for the bucket level :)
Something like
http://localhost:4443/reseedfor re-reading the filesystem?@fsouza commented on GitHub (Jan 7, 2023):
Yeah, something like
/_internal/reseed(we have other/_internalendpoints currently).