mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 21:55:56 +03:00
[PR #676] [MERGED] Honor ListObjects IncludeTrailingDelimiter #817
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#817
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?
📋 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:
main← Head:include-trailing-delimiter📝 Commits (2)
01b508bHonor ListObjects IncludeTrailingDelimiter9e1ba27Bump 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.