Describes the configuration for low-level connection features.
Some applications may want to use a different SSL root of trust for their connections, for example, containerized applications might store the certificate authority certificates in a hard-coded location.
This is a separate class, as it is used to configure both the normal connections to GCS and the connections used to obtain OAuth2 access tokens.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["The webpage provides a detailed list of Google Cloud Storage C++ client library versions, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["Each version in the list links to the documentation for the `ChannelOptions` class, which configures low-level connection features in the Google Cloud Storage library."],["The `ChannelOptions` class allows applications to use a different SSL root of trust for connections, useful for containerized applications with certificates in specific locations."],["The `ssl_root_path()` and `set_ssl_root_path()` functions, which were used for setting SSL trust paths, are deprecated in favor of `google::cloud::Options` and `CAPathOption`."]]],[]]