mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[PR #125] [MERGED] Support predefined canned ACL when creating object #360
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#360
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/125
Author: @lelikg
Created: 11/11/2019
Status: ✅ Merged
Merged: 11/20/2019
Merged by: @fsouza
Base:
master← Head:set-canned-acl📝 Commits (10+)
f4e498cMerge pull request #1 from wix-playground/support-private-acl-for-objectsd48d54eMerge pull request #2 from fsouza/master4fc7776Merge remote-tracking branch 'origin/master'1c9b7cesupport predefined "cannedACL"452d53dlinter fixes62b90b8add predefinedacl to other upload types37fc9c6add content encoding to objects5ab43c0remove commentdcb0bb7add contentEncoding7815ce5support content encoding📊 Changes
6 files changed (+226 additions, -80 deletions)
View changed files
📝
fakestorage/object.go(+42 -21)📝
fakestorage/object_test.go(+15 -10)📝
fakestorage/response.go(+42 -27)📝
fakestorage/upload.go(+49 -15)📝
fakestorage/upload_test.go(+70 -0)📝
internal/backend/object.go(+8 -7)📄 Description
also support full ACL rule instead of just entity
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.