[GH-ISSUE #620] Support update in new endpoint #109

Open
opened 2026-03-03 12:08:21 +03:00 by kerem · 0 comments
Owner

Originally created by @jonasfugedi on GitHub (Nov 11, 2021).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/620

I need suport for 'update' - https://cloud.google.com/storage/docs/json_api/v1/objects/update

When running the java client a POST request is sent (not the expected PUT as implied by the documentation) so both PUT and POST are supported.

PR: https://github.com/fsouza/fake-gcs-server/pull/616

Originally created by @jonasfugedi on GitHub (Nov 11, 2021). Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/620 I need suport for 'update' - https://cloud.google.com/storage/docs/json_api/v1/objects/update When running the java client a POST request is sent (not the expected PUT as implied by the documentation) so both PUT and POST are supported. PR: https://github.com/fsouza/fake-gcs-server/pull/616
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#109
No description provided.