tustvold commented on issue #5223: URL: https://github.com/apache/arrow-rs/issues/5223#issuecomment-1861827798
The [https://docs.rs/object_store/latest/object_store/gcp/struct.GoogleCloudStorageBuilder.html](https://docs.rs/object_store/latest/object_store/gcp/struct.GoogleCloudStorageBuilder.html) supports a number of different credential options, which can also be configured using [https://docs.rs/object_store/latest/object_store/gcp/enum.GoogleConfigKey.html](https://docs.rs/object_store/latest/object_store/gcp/enum.GoogleConfigKey.html). If none of these meet your use-case you can provide a custom credential provider using [with_credentials](https://docs.rs/object_store/latest/object_store/gcp/struct.GoogleCloudStorageBuilder.html#method.with_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]
