| 35 | namespace s3 { |
| 36 | |
| 37 | void 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 | |
| 42 | void S3WrapperBase::setCredentials(const Aws::Auth::AWSCredentials& cred) { |
| 43 | logger_->log_debug("Setting new AWS credentials"); |