mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[PR #918] [MERGED] Fix support resumable + fix incorrect handling of paths which start with a / #1033
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#1033
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/918
Author: @le0pard
Created: 9/12/2022
Status: ✅ Merged
Merged: 9/19/2022
Merged by: @fsouza
Base:
main← Head:main📝 Commits (10+)
0b0b083update support85740a1update supportbe16d56update support434ddfefix upload0e5e65ffix routes order41e8db7Fix normalizeFileNamec62771bFix escaping for mux vars2792636Fix escaping for mux vars6412da7Fix escaping for mux varsa5991c7fix check and tests📊 Changes
5 files changed (+59 additions, -21 deletions)
View changed files
📝
fakestorage/bucket.go(+2 -2)📝
fakestorage/object.go(+10 -10)📝
fakestorage/server.go(+16 -1)📝
fakestorage/upload.go(+17 -6)📝
fakestorage/upload_test.go(+14 -2)📄 Description
Should fix support for
resumable+ https://github.com/fsouza/fake-gcs-server/issues/349🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.