| 3428 | } |
| 3429 | |
| 3430 | Result<std::shared_ptr<io::InputStream>> S3FileSystem::OpenInputStream( |
| 3431 | const std::string& s) { |
| 3432 | return impl_->OpenInputFile(s, this); |
| 3433 | } |
| 3434 | |
| 3435 | Result<std::shared_ptr<io::InputStream>> S3FileSystem::OpenInputStream( |
| 3436 | const FileInfo& info) { |