Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use XML API for GCS #4209

Closed
tustvold opened this issue May 12, 2023 · 2 comments · Fixed by #4207
Closed

Use XML API for GCS #4209

tustvold opened this issue May 12, 2023 · 2 comments · Fixed by #4207
Labels
enhancement Any new improvement worthy of a entry in the changelog object-store Object Store Interface

Comments

@tustvold
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

GoogleCloudStorage currently uses a mix of the XML and JSON APIs. This is unfortunate and causes issues due to some functionality not being properly supported in the JSON APIs.

One challenge is fake-gcs-server lacks proper support for the XML APIs - fsouza/fake-gcs-server#331

Describe the solution you'd like

Switch to using the XML API for GCS

Describe alternatives you've considered

Additional context

@tustvold tustvold added the enhancement Any new improvement worthy of a entry in the changelog label May 12, 2023
@tustvold tustvold added the object-store Object Store Interface label May 18, 2023
@tustvold
Copy link
Contributor Author

label_issue.py automatically added labels {'object-store'} from #4207

@onpaws
Copy link

onpaws commented May 26, 2023

Just wanted to say as a recent adopter of arrow-rs + GCS buckets, this PR will make an immediate difference for my project. Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog object-store Object Store Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants