| 49 | } |
| 50 | |
| 51 | void AWSCredentialsProvider::setSecretKey(const std::string &secret_key) { |
| 52 | secret_key_ = secret_key; |
| 53 | } |
| 54 | |
| 55 | void AWSCredentialsProvider::setCredentialsFile(const std::string &credentials_file) { |
| 56 | credentials_file_ = credentials_file; |
no outgoing calls
no test coverage detected