| 498 | } |
| 499 | |
| 500 | Status S3FileSystem::GetMatchingPaths(const string& pattern, |
| 501 | std::vector<string>* results) { |
| 502 | return internal::GetMatchingPaths(this, Env::Default(), pattern, results); |
| 503 | } |
| 504 | |
| 505 | Status S3FileSystem::DeleteFile(const string& fname) { |
| 506 | string bucket, object; |
nothing calls this directly
no test coverage detected