| 3298 | } |
| 3299 | |
| 3300 | Status S3FileSystem::DeleteRootDirContents() { |
| 3301 | return Status::NotImplemented("Cannot delete all S3 buckets"); |
| 3302 | } |
| 3303 | |
| 3304 | Status S3FileSystem::DeleteFile(const std::string& s) { |
| 3305 | ARROW_ASSIGN_OR_RAISE(auto client_lock, impl_->holder_->Lock()); |