mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 06:05:54 +03:00
[PR #421] [MERGED] object: fix acl and project team json marshalling #596
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#596
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/421
Author: @visualage
Created: 2/14/2021
Status: ✅ Merged
Merged: 2/23/2021
Merged by: @fsouza
Base:
main← Head:main📝 Commits (2)
1b2d394object: fix acl and project team json marshalling5b8a39cAddress comments by not exporting internal marshalling types📊 Changes
1 file changed (+163 additions, -13 deletions)
View changed files
📝
fakestorage/object.go(+163 -13)📄 Description
This partially address #420. The current ACL list does not comply with the response marshalling because the JSON field names are different than the
storage.ACLRulefield names. Created a type aliasACLRulefromstorage.ACLRule, and added custom Marshalling. Did same forstorage.ProjectTeam.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.