coryan commented on issue #36993: URL: https://github.com/apache/arrow/issues/36993#issuecomment-1688642119
I am not sure what version of `google-cloud-cpp` is this using under the hood. Until v2.7.0 `google-cloud-cpp` used the [XML API](https://cloud.google.com/storage/docs/xml-api/overview) for (most) downloads. The XML API does not use the `/storage/v1/b/` prefix. AFAIK [fake-gcs-server](https://github.com/fsouza/fake-gcs-server) does not support the XML API. At least it used to not support it, and [#331](https://github.com/fsouza/fake-gcs-server/issues/331) is still open. Setting the `GOOGLE_CLOUD_CPP_STORAGE_REST_CONFIG` environment variable to `disable-xml` should disable XML and allow you to use fake-gcs-server. If you are using a newer version of `google-cloud-cpp` then disregard these comments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
