| 965 | } // namespace |
| 966 | |
| 967 | Result<std::shared_ptr<FileSystem>> FileSystemFromUri(const std::string& uri_string, |
| 968 | std::string* out_path) { |
| 969 | return FileSystemFromUriAndOptions(uri_string, /*options=*/{}, io::default_io_context(), |
| 970 | out_path); |
| 971 | } |
| 972 | |
| 973 | Result<std::shared_ptr<FileSystem>> FileSystemFromUriAndOptions( |
| 974 | const std::string& uri_string, const FileSystemFactoryOptions& options, |