[PR #1985] Add support for MatchGlob in list queries #1996

Open
opened 2026-03-03 12:37:09 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1985
Author: @sergeyevstifeev
Created: 7/7/2025
Status: 🔄 Open

Base: mainHead: add-match-glob-support


📝 Commits (1)

  • 3383983 Implement matchGlob support in list queries

📊 Changes

2 files changed (+237 additions, -0 deletions)

View changed files

📝 fakestorage/object.go (+126 -0)
📝 fakestorage/object_test.go (+111 -0)

📄 Description

Fixes https://github.com/fsouza/fake-gcs-server/issues/1415


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fsouza/fake-gcs-server/pull/1985 **Author:** [@sergeyevstifeev](https://github.com/sergeyevstifeev) **Created:** 7/7/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-match-glob-support` --- ### 📝 Commits (1) - [`3383983`](https://github.com/fsouza/fake-gcs-server/commit/3383983e24294d1e8c322f208b2aa1a41910aec0) Implement matchGlob support in list queries ### 📊 Changes **2 files changed** (+237 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/object.go` (+126 -0) 📝 `fakestorage/object_test.go` (+111 -0) </details> ### 📄 Description Fixes https://github.com/fsouza/fake-gcs-server/issues/1415 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#1996
No description provided.