| 74 | std::string MinioTestServer::access_key() const { return impl_->access_key_; } |
| 75 | |
| 76 | std::string MinioTestServer::secret_key() const { return impl_->secret_key_; } |
| 77 | |
| 78 | std::string MinioTestServer::ca_dir_path() const { |
| 79 | return impl_->temp_dir_ca_->path().ToString(); |
no outgoing calls
no test coverage detected