mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #852] Support XML Multipart uploads? #139
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#139
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?
Originally created by @wjones127 on GitHub (Jul 9, 2022).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/852
We are looking at integration testing with this server for object_store_rs and are implementing bindings for the XML Multipart upload. It would be nice to be able to test those methods with this server.
Is this repo open to contributions? If so I'd be willing to attempt a PR.
@fsouza commented on GitHub (Jul 15, 2022):
Hey, yeah, feel free to send a PR. I'm not that familiar with the XML APIs, but we can work on it together.
@zacker150 commented on GitHub (Jan 11, 2023):
Is this still on the roadmap?
@wjones127 commented on GitHub (Jan 11, 2023):
Apologies, I don't think I'll be getting to this anytime soon.
@fsouza commented on GitHub (Jan 11, 2023):
@zacker150 I don't have many free cycles right now, but I'll leave this issue open in case other folks want to work on this. Thank you very much for checking in!
@goober commented on GitHub (Apr 2, 2023):
I have an implementation almost ready for review. Just want to make sure that my first PR for listing objects using the XML api get merged before.