| 3365 | } |
| 3366 | |
| 3367 | Status S3FileSystem::DeleteRootDirContents() { |
| 3368 | return Status::NotImplemented("Cannot delete all S3 buckets"); |
| 3369 | } |
| 3370 | |
| 3371 | Status S3FileSystem::DeleteFile(const std::string& s) { |
| 3372 | ARROW_ASSIGN_OR_RAISE(auto client_lock, impl_->holder_->Lock()); |