Google Cloud Storage C++ Client 2.13.0
A C++ Client Library for Google Cloud Storage
|
Describes the configuration for low-level connection features. More...
#include <google/cloud/storage/client_options.h>
Public Member Functions | |
std::string | ssl_root_path () const |
ChannelOptions & | set_ssl_root_path (std::string ssl_root_path) |
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.
|
inline |
|
inline |