mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 14:15:49 +03:00
[PR #1022] [MERGED] Make resumable uploads work from browser with signed url #1123
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#1123
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/1022
Author: @jasonford
Created: 12/27/2022
Status: ✅ Merged
Merged: 12/28/2022
Merged by: @fsouza
Base:
main← Head:make-client-resumable-uploads-work📝 Commits (3)
4b44e10Expose location header for cors requests6fa4712Add missing Access-Control-Allow-Origin header for get request1a563dfAdd Content-Range to allowed headers📊 Changes
2 files changed (+3 additions, -1 deletions)
View changed files
📝
fakestorage/object.go(+1 -0)📝
fakestorage/server.go(+2 -1)📄 Description
These headers are necessary to make browser originated signed url requests work.
I don't know go, and these edits likely should be handled at a different level/more comprehensively. Happy to modify and repush if you've got feedback. If not, this PR could be a good sketch for better updates to support browser based signed url requests.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.