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

Method GetSessionToken

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

Source from the content-addressed store, hash-verified

282}
283
284std::string S3Options::GetSessionToken() const {
285 auto credentials = credentials_provider->GetAWSCredentials();
286 return std::string(FromAwsString(credentials.GetSessionToken()));
287}
288
289S3Options S3Options::Defaults() {
290 S3Options options;

Callers 2

TEST_FFunction · 0.80
EqualsMethod · 0.80

Calls 1

FromAwsStringFunction · 0.85

Tested by 1

TEST_FFunction · 0.64