mirror of
https://github.com/fsouza/fake-gcs-server.git
synced 2026-04-25 13:45:52 +03:00
[GH-ISSUE #331] Consider XML support for object PUT/GET #2215
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#2215
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 @coryan on GitHub (Sep 19, 2020).
Original GitHub issue: https://github.com/fsouza/fake-gcs-server/issues/331
First, thank you for writing this!
Some client libraries (e.g. C++) automatically switch to XML for some uploads and downloads. You may want to consider supporting the XML APIs to insert and download objects. In case it helps, our testbench implements these. These are the entry points, hopefully the code is not so terrible that you can follow it from there:
github.com/googleapis/google-cloud-cpp@abc8e9c3e9/google/cloud/storage/testbench/testbench.py (L50-L67)@daviskirk commented on GitHub (Apr 9, 2025):
Seems to be the same for polars / rust object_store library. I got it to work with the fork mentioned in https://github.com/fsouza/fake-gcs-server/pull/1164, but I'm not sure how active the branch is any more