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

Method GetAccessKey

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

Source from the content-addressed store, hash-verified

272}
273
274std::string S3Options::GetAccessKey() const {
275 auto credentials = credentials_provider->GetAWSCredentials();
276 return std::string(FromAwsString(credentials.GetAWSAccessKeyId()));
277}
278
279std::string S3Options::GetSecretKey() const {
280 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