mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-27 22:55:50 +03:00
[PR #1158] [MERGED] fakestorage: don't expose the Backend field #1245
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#1245
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/1158
Author: @fsouza
Created: 5/10/2023
Status: ✅ Merged
Merged: 5/10/2023
Merged by: @fsouza
Base:
main← Head:dont-modify-backend📝 Commits (1)
a900963fakestorage: don't expose the Backend field📊 Changes
6 files changed (+31 additions, -27 deletions)
View changed files
📝
fakestorage/bucket.go(+8 -8)📝
fakestorage/object.go(+11 -11)📝
fakestorage/server.go(+8 -4)📝
fakestorage/server_test.go(+2 -2)📝
fakestorage/upload.go(+1 -1)📝
main.go(+1 -1)📄 Description
Make it available via a method instead. This way at least the reference is readonly.
Technically a breaking change, but it's short-lived :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.