[PR #616] [MERGED] Add support for update #767

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

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/616
Author: @jonasfugedi
Created: 11/9/2021
Status: Merged
Merged: 12/3/2021
Merged by: @fsouza

Base: mainHead: add-support-for-update


📝 Commits (4)

📊 Changes

5 files changed (+54 additions, -0 deletions)

View changed files

📝 fakestorage/object.go (+24 -0)
📝 fakestorage/server.go (+1 -0)
📝 internal/backend/fs.go (+14 -0)
📝 internal/backend/memory.go (+14 -0)
📝 internal/backend/storage.go (+1 -0)

📄 Description

Add support for replacing metadata using the update method (https://cloud.google.com/storage/docs/json_api/v1/objects/update)


🔄 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/616 **Author:** [@jonasfugedi](https://github.com/jonasfugedi) **Created:** 11/9/2021 **Status:** ✅ Merged **Merged:** 12/3/2021 **Merged by:** [@fsouza](https://github.com/fsouza) **Base:** `main` ← **Head:** `add-support-for-update` --- ### 📝 Commits (4) - [`5ff3761`](https://github.com/fsouza/fake-gcs-server/commit/5ff3761ea1b9702b3f8ed66931a31ed9cf33c669) Add support for replacing metadata using the update method (https://cloud.google.com/storage/docs/json_api/v1/objects/update) - [`78b5293`](https://github.com/fsouza/fake-gcs-server/commit/78b52936aea65094ac379b43bd4ae352a1ef98b1) Revert dependency changes - [`d0a8ee4`](https://github.com/fsouza/fake-gcs-server/commit/d0a8ee43d37244dc96abbb5abebeb874aaf4d3f0) Correct error message - [`9b1a679`](https://github.com/fsouza/fake-gcs-server/commit/9b1a67964a89fb3662f2b654a886e03e334a5145) Move mapping for update to the end ### 📊 Changes **5 files changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `fakestorage/object.go` (+24 -0) 📝 `fakestorage/server.go` (+1 -0) 📝 `internal/backend/fs.go` (+14 -0) 📝 `internal/backend/memory.go` (+14 -0) 📝 `internal/backend/storage.go` (+1 -0) </details> ### 📄 Description Add support for replacing metadata using the update method (https://cloud.google.com/storage/docs/json_api/v1/objects/update) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 12:31:31 +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#767
No description provided.