MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / setFilePaths

Method setFilePaths

extensions/aws/s3/S3WrapperBase.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace s3 {
36
37void GetObjectResult::setFilePaths(const std::string& key) {
38 absolute_path = key;
39 std::tie(path, filename) = minifi::utils::file::FileUtils::split_path(key, true /*force_posix*/);
40}
41
42void S3WrapperBase::setCredentials(const Aws::Auth::AWSCredentials& cred) {
43 logger_->log_debug("Setting new AWS credentials");

Callers 1

getObjectMethod · 0.80

Calls 1

split_pathFunction · 0.85

Tested by

no test coverage detected