mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #1415] Server does not support MatchGlob for list Queries #199
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#199
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 @weirdgiraffe on GitHub (Dec 6, 2023).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/1415
google cloud storage package provides a nifty way to select objects using the glob expressions .
Unfortunately, fake server doesn't support this kind of queries.
I've verified by adding couple more test cases for listing objects which are actually failing (0001-add-tests-for-MatchGlob-failing.patch )
So it would be nice if this functionality could be added in further releases
@fsouza commented on GitHub (Dec 6, 2023):
Thanks for reporting and providing some test cases!
@shohei-ihaya commented on GitHub (Jan 18, 2024):
any updates on this?
@ajipandean-w commented on GitHub (Jul 23, 2024):
Any updates on this?
@Le-Stagiaire commented on GitHub (Sep 26, 2024):
Any updates on this ? 👀
@kberezin-nshl commented on GitHub (Apr 14, 2025):
That would be really nice to have.