[PR #141] [MERGED] Metadata headers #375

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/141
Author: @idanya
Created: 11/26/2019
Status: Merged
Merged: 12/14/2019
Merged by: @fsouza

Base: masterHead: metadata-headers


📝 Commits (10+)

  • f4e498c Merge pull request #1 from wix-playground/support-private-acl-for-objects
  • d48d54e Merge pull request #2 from fsouza/master
  • 4fc7776 Merge remote-tracking branch 'origin/master'
  • bb91ab5 metadata headers support
  • b42d0d0 Merge branch 'upstream-master'
  • 8ea3a8d Merge branch 'master' into metadata-headers
  • f9e61fc Merge pull request #3 from wix-playground/metadata-headers
  • 8f55a8b format
  • 8cb0661 format
  • dbf2868 format

📊 Changes

4 files changed (+38 additions, -5 deletions)

View changed files

📝 fakestorage/object.go (+8 -4)
📝 fakestorage/object_test.go (+27 -1)
📝 fakestorage/response.go (+2 -0)
📝 internal/backend/object.go (+1 -0)

📄 Description

Added support for Object metadata headers


🔄 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/141 **Author:** [@idanya](https://github.com/idanya) **Created:** 11/26/2019 **Status:** ✅ Merged **Merged:** 12/14/2019 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `master` ← **Head:** `metadata-headers` --- ### 📝 Commits (10+) - [`f4e498c`](https://github.com/fsouza/fake-gcs-server/commit/f4e498c92147b6185f581a5018fdb0da2972fc08) Merge pull request #1 from wix-playground/support-private-acl-for-objects - [`d48d54e`](https://github.com/fsouza/fake-gcs-server/commit/d48d54ef720878bffcdb3986051e0acfcd659a15) Merge pull request #2 from fsouza/master - [`4fc7776`](https://github.com/fsouza/fake-gcs-server/commit/4fc7776e51c3a2ece26e1a2b930195591f9784db) Merge remote-tracking branch 'origin/master' - [`bb91ab5`](https://github.com/fsouza/fake-gcs-server/commit/bb91ab59dfcf3343fefac5e9a8bbe887d4d5a1f6) metadata headers support - [`b42d0d0`](https://github.com/fsouza/fake-gcs-server/commit/b42d0d0991c772d68d862d3b5ca1bc17439435d9) Merge branch 'upstream-master' - [`8ea3a8d`](https://github.com/fsouza/fake-gcs-server/commit/8ea3a8dc7712a3993b3cd2f26d7675dd6e72368b) Merge branch 'master' into metadata-headers - [`f9e61fc`](https://github.com/fsouza/fake-gcs-server/commit/f9e61fcc9922edb67522333743b109020c02ae9a) Merge pull request #3 from wix-playground/metadata-headers - [`8f55a8b`](https://github.com/fsouza/fake-gcs-server/commit/8f55a8b5e5dad497a05fbbea1b7c3c3dfad7af93) format - [`8cb0661`](https://github.com/fsouza/fake-gcs-server/commit/8cb06616d38b1ca494b92b7ed6dda1034d19178b) format - [`dbf2868`](https://github.com/fsouza/fake-gcs-server/commit/dbf286812fede73e8c98baf22bf66a9ec814bda0) format ### 📊 Changes **4 files changed** (+38 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/object.go` (+8 -4) 📝 `fakestorage/object_test.go` (+27 -1) 📝 `fakestorage/response.go` (+2 -0) 📝 `internal/backend/object.go` (+1 -0) </details> ### 📄 Description Added support for Object metadata headers --- <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:43 +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#375
No description provided.