You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
https://github.com/googleapis/google-cloud-cpp/blob/abc8e9c3e95c561924a8ae567012440152d097b6/google/cloud/storage/testbench/testbench.py#L50-L67
The text was updated successfully, but these errors were encountered: