Skip to content

Commit

Permalink
Update src/S3AccessInfo.cc
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rw2 and github-actions[bot] authored Mar 29, 2024
1 parent 6322dd0 commit 4fe017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/S3AccessInfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void S3AccessInfo::setS3ServiceUrl(const std::string &s3ServiceUrl) {
}

const std::string &S3AccessInfo::getS3AccessKeyFile() const {
return s3_access_key_file;
return s3_access_key_file;
}

void S3AccessInfo::setS3AccessKeyFile(const std::string &s3AccessKeyFile) {
Expand Down

0 comments on commit 4fe017a

Please sign in to comment.