mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[PR #1819] Implementation of XML Multipart upload fake #1846
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#1846
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/1819
Author: @jonmseaman
Created: 11/22/2024
Status: 🔄 Open
Base:
main← Head:mpu2📝 Commits (10+)
c3f83a6Add XML Multipart routinge22f610Use xml client library for initiate9164877MVP Abort implementation43d2a9cBasic ListMultipartUploads implementation292bef3Basic upload object part implementation93ad53eBarebones Complete and ListObjectParts impls78206d9Add custom metadata to multipartc7b4e6bAdd hashes to upload object partf0a53e2Fix client version8157ca5Improvements to Upload Object Parts📊 Changes
5 files changed (+2018 additions, -2 deletions)
View changed files
➕
fakestorage/multipart_upload.go(+867 -0)➕
fakestorage/multipart_upload_test.go(+1123 -0)📝
fakestorage/server.go(+25 -2)📝
go.mod(+1 -0)📝
go.sum(+2 -0)📄 Description
Hello, I'm wondering if I can send a partial implementation of the XML Multipart API.
So far, I setup the routing, added the initiate, abort, list uploads, and upload object part apis.
They are barebones implementations and don't support all features listed in the public docs, but it is a good start.
I plan on returning to this when I have time.
Let me know what you think!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.