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

Method FromAccessKey

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

Source from the content-addressed store, hash-verified

299}
300
301S3Options S3Options::FromAccessKey(const std::string& access_key,
302 const std::string& secret_key,
303 const std::string& session_token) {
304 S3Options options;
305 options.ConfigureAccessKey(access_key, secret_key, session_token);
306 return options;
307}
308
309S3Options S3Options::FromAssumeRole(
310 const std::string& role_arn, const std::string& session_name,

Callers

nothing calls this directly

Calls 1

ConfigureAccessKeyMethod · 0.80

Tested by

no test coverage detected