| 3361 | } |
| 3362 | |
| 3363 | Result<std::shared_ptr<io::InputStream>> S3FileSystem::OpenInputStream( |
| 3364 | const std::string& s) { |
| 3365 | return impl_->OpenInputFile(s, this); |
| 3366 | } |
| 3367 | |
| 3368 | Result<std::shared_ptr<io::InputStream>> S3FileSystem::OpenInputStream( |
| 3369 | const FileInfo& info) { |