[PR #676] [MERGED] Honor ListObjects IncludeTrailingDelimiter #817

Closed
opened 2026-03-03 12:31:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/676
Author: @gaul
Created: 2/5/2022
Status: Merged
Merged: 3/8/2022
Merged by: @fsouza

Base: mainHead: include-trailing-delimiter


📝 Commits (2)

  • 01b508b Honor ListObjects IncludeTrailingDelimiter
  • 9e1ba27 Bump cloud.google.com/go/storage to a specific SHA

📊 Changes

4 files changed (+36 additions, -23 deletions)

View changed files

📝 fakestorage/object.go (+15 -10)
📝 fakestorage/object_test.go (+15 -0)
📝 go.mod (+2 -2)
📝 go.sum (+4 -11)

📄 Description

This allows gcsfuse to list directory objects which end with / and
allows pjdfstest rmdir/06.t to pass. References
GoogleCloudPlatform/gcsfuse#590.


🔄 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/676 **Author:** [@gaul](https://github.com/gaul) **Created:** 2/5/2022 **Status:** ✅ Merged **Merged:** 3/8/2022 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `include-trailing-delimiter` --- ### 📝 Commits (2) - [`01b508b`](https://github.com/fsouza/fake-gcs-server/commit/01b508b5cda814bcc74b0fe1593f14c39c8ac94c) Honor ListObjects IncludeTrailingDelimiter - [`9e1ba27`](https://github.com/fsouza/fake-gcs-server/commit/9e1ba27a4e57e635329400c6749821fd3460b82e) Bump cloud.google.com/go/storage to a specific SHA ### 📊 Changes **4 files changed** (+36 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/object.go` (+15 -10) 📝 `fakestorage/object_test.go` (+15 -0) 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -11) </details> ### 📄 Description This allows gcsfuse to list directory objects which end with / and allows pjdfstest rmdir/06.t to pass. References GoogleCloudPlatform/gcsfuse#590. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:31:45 +03:00
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#817
No description provided.