[PR #1133] [CLOSED] Fix/fix some directory issues #1222

Closed
opened 2026-03-03 12:33:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/1133
Author: @mahmoudbahaa
Created: 4/15/2023
Status: Closed

Base: mainHead: fix/fix-some-directory-issues


📝 Commits (2)

  • 7e7f754 add updated field to bucket response and Model
  • 522ee94 better support directories in filesystem //TODO: do the same for memory

📊 Changes

5 files changed (+63 additions, -19 deletions)

View changed files

📝 fakestorage/response.go (+2 -0)
📝 internal/backend/backend_test.go (+2 -2)
📝 internal/backend/bucket.go (+1 -0)
📝 internal/backend/fs.go (+54 -14)
📝 internal/backend/memory.go (+4 -3)

📄 Description

add updated field to bucket response and Model
better support directories in filesystem //TODO: do the same for memory


🔄 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/1133 **Author:** [@mahmoudbahaa](https://github.com/mahmoudbahaa) **Created:** 4/15/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/fix-some-directory-issues` --- ### 📝 Commits (2) - [`7e7f754`](https://github.com/fsouza/fake-gcs-server/commit/7e7f754ee0fd2c3ca5f4b85498856882be815299) add updated field to bucket response and Model - [`522ee94`](https://github.com/fsouza/fake-gcs-server/commit/522ee94f97e6fe95f126f2f9524585058b4d3151) better support directories in filesystem //TODO: do the same for memory ### 📊 Changes **5 files changed** (+63 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/response.go` (+2 -0) 📝 `internal/backend/backend_test.go` (+2 -2) 📝 `internal/backend/bucket.go` (+1 -0) 📝 `internal/backend/fs.go` (+54 -14) 📝 `internal/backend/memory.go` (+4 -3) </details> ### 📄 Description add updated field to bucket response and Model better support directories in filesystem //TODO: do the same for memory --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:33:36 +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#1222
No description provided.