mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 22:25:50 +03:00
[GH-ISSUE #1933] Fake GCS adds .metadata file to *.metadata files #227
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#227
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 @AlvesJorge on GitHub (Mar 18, 2025).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1933
Hi there,
First of all, regular user of fake-gcs here, thank you for such a great service :)
The issue: It seems that fake gcs create metadata files for the metadata files it creates, which means every couple of weeks I have to run
for f in **/**.metadata.metadata; do rm "$f"; donebecause the container eventually can't handle all those files.Not ruling out a configuration / app error on my part though, but I still want to put it out there in case a contributor sees this and it problem "clicks" with them or someone else is experiencing this.
@sam-njia commented on GitHub (Nov 6, 2025):
Also experiencing this, and so are my colleagues.
I may work on a fix sometime