| 84 | } |
| 85 | |
| 86 | std::string MinioTestServer::scheme() const { return impl_->scheme_; } |
| 87 | |
| 88 | Status MinioTestServer::GenerateCertificateFile() { |
| 89 | // create the dedicated folder for certificate file, rather than reuse the data |
no outgoing calls
no test coverage detected