MCPcopy Create free account
hub / github.com/apache/arrow / KmsConnectionConfig

Method KmsConnectionConfig

cpp/src/parquet/encryption/kms_client.cc:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24constexpr const char KmsClient::kKeyAccessTokenDefault[];
25
26KmsConnectionConfig::KmsConnectionConfig()
27 : refreshable_key_access_token(
28 std::make_shared<KeyAccessToken>(KmsClient::kKeyAccessTokenDefault)) {}
29
30void KmsConnectionConfig::SetDefaultIfEmpty() {
31 if (kms_instance_id.empty()) {

Calls

no outgoing calls