XXX return in OutcomeToStatus instead?
| 599 | |
| 600 | // XXX return in OutcomeToStatus instead? |
| 601 | Status PathNotFound(const S3Path& path) { |
| 602 | return ::arrow::fs::internal::PathNotFound(path.full_path); |
| 603 | } |
| 604 | |
| 605 | Status PathNotFound(const std::string& bucket, const std::string& key) { |
| 606 | return ::arrow::fs::internal::PathNotFound(bucket + kSep + key); |
no outgoing calls
no test coverage detected