mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[PR #1150] [MERGED] fakestorage/upload: handle the Content-Range used the C++ SDK #1239
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#1239
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/1150
Author: @fsouza
Created: 5/6/2023
Status: ✅ Merged
Merged: 5/9/2023
Merged by: @fsouza
Base:
main← Head:handle-Content-Range-from-c++📝 Commits (1)
25d4201fakestorage/upload: handle the Content-Range used the C++ SDK📊 Changes
2 files changed (+8 additions, -8 deletions)
View changed files
📝
fakestorage/upload.go(+1 -4)📝
fakestorage/upload_test.go(+7 -4)📄 Description
I spent some time reading about Content-Range and it does look like this is valid (though it's kinda equivalent to omitting the value?)
Related to #1149.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.