mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[PR #735] [MERGED] upload: add support for precondition headers #868
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#868
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/735
Author: @tymeshifter
Created: 4/4/2022
Status: ✅ Merged
Merged: 4/5/2022
Merged by: @fsouza
Base:
main← Head:aj/add-support-for-preconditions📝 Commits (1)
b59be81upload: add support for precondition headers📊 Changes
3 files changed (+166 additions, -7 deletions)
View changed files
📝
fakestorage/upload.go(+43 -6)📝
fakestorage/upload_test.go(+122 -0)📝
internal/backend/memory.go(+1 -1)📄 Description
Added support for:
Without this support I am experiencing issues described in https://github.com/googleapis/google-cloud-go/issues/1624#issuecomment-1081701913
Relates to https://github.com/fsouza/fake-gcs-server/issues/299
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.