Zheaoli commented on issue #4043:
URL: https://github.com/apache/opendal/issues/4043#issuecomment-1902670269

   like #3963
   
   Should we make it possible to allow the user pass all the argument in 
`SessionBuilder`?
   
   ```Rust
   pub struct SessionBuilder {
       user: Option<String>,
       port: Option<String>,
       keyfile: Option<PathBuf>,
       connect_timeout: Option<String>,
       server_alive_interval: Option<u64>,
       known_hosts_check: KnownHosts,
       control_dir: Option<PathBuf>,
       clean_history_control_dir: bool,
       config_file: Option<PathBuf>,
       compression: Option<bool>,
       jump_hosts: Vec<Box<str>>,
       user_known_hosts_file: Option<Box<Path>>,
       ssh_auth_sock: Option<Box<Path>>,
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to