mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-26 06:05:54 +03:00
[PR #1813] [MERGED] Add support for canceling resumable uploads #1842
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#1842
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/1813
Author: @kawmra
Created: 11/16/2024
Status: ✅ Merged
Merged: 1/3/2025
Merged by: @fsouza
Base:
main← Head:delete-resumable-upload📝 Commits (1)
be183bbAdd support for canceling resumable uploads📊 Changes
3 files changed (+30 additions, -0 deletions)
View changed files
📝
fakestorage/server.go(+2 -0)📝
fakestorage/upload.go(+4 -0)📝
fakestorage/upload_test.go(+24 -0)📄 Description
Closes #1767
This PR adds support for canceling resumable uploads.
The implementation is based on the guides and observed behavior, as this functionality was not explicitly documented in the API references.
I'm new to Go, so please feel free to let me know if you have any concerns about naming conventions, code organization, or anything else.
Thanks for maintaining this great project!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.