| 3371 | } |
| 3372 | |
| 3373 | Result<std::shared_ptr<io::RandomAccessFile>> S3FileSystem::OpenInputFile( |
| 3374 | const std::string& s) { |
| 3375 | return impl_->OpenInputFile(s, this); |
| 3376 | } |
| 3377 | |
| 3378 | Result<std::shared_ptr<io::RandomAccessFile>> S3FileSystem::OpenInputFile( |
| 3379 | const FileInfo& info) { |
no outgoing calls