[GH-ISSUE #331] Consider XML support for object PUT/GET #2215

Open
opened 2026-03-15 18:03:39 +03:00 by kerem · 1 comment
Owner

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)

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++](https://github.com/googleapis/google-cloud-cpp)) 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: https://github.com/googleapis/google-cloud-cpp/blob/abc8e9c3e95c561924a8ae567012440152d097b6/google/cloud/storage/testbench/testbench.py#L50-L67
Author
Owner

@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

<!-- gh-comment-id:2789234617 --> @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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-gcs-server#2215
No description provided.