justinabrahms commented on issue #5187: URL: https://github.com/apache/arrow-rs/issues/5187#issuecomment-1845927923
We were using credential files for local testing, and there was an error when we went to deploy them. Looking through the docs, I couldn't see anything that mentioned getting creds from instance metadata. Digging in the source, I finally came across https://github.com/apache/arrow-rs/blob/master/object_store/src/gcp/credential.rs#L322 but I think this needs to be a documentation improvement, not a code change. This is where I was looking and hoping to find something useful: https://docs.rs/object_store/0.7.1/object_store/gcp/type.GcpCredentialProvider.html or https://docs.rs/object_store/0.7.1/object_store/gcp/struct.GoogleCloudStorage.html#method.credentials -- 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]
