| 3438 | } |
| 3439 | |
| 3440 | Result<std::shared_ptr<io::RandomAccessFile>> S3FileSystem::OpenInputFile( |
| 3441 | const std::string& s) { |
| 3442 | return impl_->OpenInputFile(s, this); |
| 3443 | } |
| 3444 | |
| 3445 | Result<std::shared_ptr<io::RandomAccessFile>> S3FileSystem::OpenInputFile( |
| 3446 | const FileInfo& info) { |
no outgoing calls