XXX return in OutcomeToStatus instead?
| 539 | |
| 540 | // XXX return in OutcomeToStatus instead? |
| 541 | Status PathNotFound(const S3Path& path) { |
| 542 | return ::arrow::fs::internal::PathNotFound(path.full_path); |
| 543 | } |
| 544 | |
| 545 | Status PathNotFound(const std::string& bucket, const std::string& key) { |
| 546 | return ::arrow::fs::internal::PathNotFound(bucket + kSep + key); |
no outgoing calls
no test coverage detected