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

Method GetSecretKey

cpp/src/arrow/filesystem/s3fs.cc:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279std::string S3Options::GetSecretKey() const {
280 auto credentials = credentials_provider->GetAWSCredentials();
281 return std::string(FromAwsString(credentials.GetAWSSecretKey()));
282}
283
284std::string S3Options::GetSessionToken() const {
285 auto credentials = credentials_provider->GetAWSCredentials();

Callers 3

TEST_FFunction · 0.80
EqualsMethod · 0.80
MakeUriMethod · 0.80

Calls 1

FromAwsStringFunction · 0.85

Tested by 1

TEST_FFunction · 0.64