| 3156 | } |
| 3157 | |
| 3158 | FileInfoGenerator S3FileSystem::GetFileInfoGenerator(const FileSelector& select) { |
| 3159 | return impl_->GetFileInfoGenerator(select); |
| 3160 | } |
| 3161 | |
| 3162 | Status S3FileSystem::CreateDir(const std::string& s, bool recursive) { |
| 3163 | ARROW_ASSIGN_OR_RAISE(auto path, S3Path::FromString(s)); |
no outgoing calls