alamb commented on code in PR #2148:
URL: https://github.com/apache/arrow-rs/pull/2148#discussion_r928164758
##########
object_store/src/gcp.rs:
##########
@@ -575,6 +583,18 @@ mod test {
service_account: String,
}
+ impl GoogleCloudConfig {
+ fn build(self) -> Result<GoogleCloudStorage> {
+ // ignore HTTPS errors in tests so we can use fake-gcs server
Review Comment:
Note that this is only done in the tests, whereas the original approach
allowed it in production as well)
--
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]