| 607 | } |
| 608 | |
| 609 | Status NotAFile(const S3Path& path) { |
| 610 | return ::arrow::fs::internal::NotAFile(path.full_path); |
| 611 | } |
| 612 | |
| 613 | Status ValidateFilePath(const S3Path& path) { |
| 614 | if (path.bucket.empty() || path.key.empty()) { |
no outgoing calls
no test coverage detected