mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-27 22:55:50 +03:00
[PR #1112] [CLOSED] Fix/fix some directory issues #1205
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#1205
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/1112
Author: @mahmoudbahaa
Created: 3/30/2023
Status: ❌ Closed
Base:
main← Head:fix/fix-some-directory-issues📝 Commits (5)
2a50d10add updated field to bucket response and Modelf806aeeuse removeAll instead of remove when deleting a file/directory726bf64introduce rename function that is used in rewrite to rename directories properly8271b29better support directories in filesystem //TODO: do the same for memoryca2f54ffix rewrite by remving rename and doing recursive copy instead as it should - WIP📊 Changes
7 files changed (+188 additions, -31 deletions)
View changed files
📝
fakestorage/object.go(+11 -3)📝
fakestorage/response.go(+2 -0)📝
internal/backend/backend_test.go(+2 -2)📝
internal/backend/bucket.go(+1 -0)📝
internal/backend/fs.go(+96 -15)📝
internal/backend/memory.go(+75 -11)📝
internal/backend/storage.go(+1 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.