[PR #97] [MERGED] Support private acl for objects #336

Closed
opened 2026-03-03 12:29:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/97
Author: @lelikg
Created: 10/16/2019
Status: Merged
Merged: 10/17/2019
Merged by: @fsouza

Base: masterHead: support-private-acl-for-objects


📝 Commits (7)

📊 Changes

5 files changed (+113 additions, -3 deletions)

View changed files

📝 fakestorage/object.go (+39 -2)
📝 fakestorage/object_test.go (+39 -0)
📝 fakestorage/response.go (+32 -1)
📝 fakestorage/server.go (+2 -0)
📝 internal/backend/object.go (+1 -0)

📄 Description

allow to set private ACL on objects


🔄 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/97 **Author:** [@lelikg](https://github.com/lelikg) **Created:** 10/16/2019 **Status:** ✅ Merged **Merged:** 10/17/2019 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `master` ← **Head:** `support-private-acl-for-objects` --- ### 📝 Commits (7) - [`5ef517d`](https://github.com/fsouza/fake-gcs-server/commit/5ef517d7fadac77f273bca08fb713cea06943c1a) support private ACL for object - [`f0c4b12`](https://github.com/fsouza/fake-gcs-server/commit/f0c4b125393f61d8d7a104cead060a4941b14a32) fix backend object - [`23cea07`](https://github.com/fsouza/fake-gcs-server/commit/23cea07e93c0f194f9a104b488c3962c0d8d8c51) fix logic - [`43e80fd`](https://github.com/fsouza/fake-gcs-server/commit/43e80fdf209f85d23245aa937c30751b14aa4903) linter fixes - [`d97ed40`](https://github.com/fsouza/fake-gcs-server/commit/d97ed4019e8dbffaef12c4447a517eac0435e7fd) linter - [`5208d2e`](https://github.com/fsouza/fake-gcs-server/commit/5208d2e5b88df1502b62b612c002793acf6480b6) goimports sorting - [`c22d9db`](https://github.com/fsouza/fake-gcs-server/commit/c22d9db3c2ff924644dd156acb13fd8073bb58fa) fix review comments ### 📊 Changes **5 files changed** (+113 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/object.go` (+39 -2) 📝 `fakestorage/object_test.go` (+39 -0) 📝 `fakestorage/response.go` (+32 -1) 📝 `fakestorage/server.go` (+2 -0) 📝 `internal/backend/object.go` (+1 -0) </details> ### 📄 Description allow to set private ACL on objects --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:29:32 +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#336
No description provided.