pub fn init( path: &Path, backend: &str, compression_algo: &str, chunker_mode: &str, chunk_size: Option<u64>, is_private: bool, json: bool, ) -> Result<()>