| 547 | } |
| 548 | |
| 549 | Status NotAFile(const S3Path& path) { |
| 550 | return ::arrow::fs::internal::NotAFile(path.full_path); |
| 551 | } |
| 552 | |
| 553 | Status ValidateFilePath(const S3Path& path) { |
| 554 | if (path.bucket.empty() || path.key.empty()) { |
no outgoing calls
no test coverage detected