pub fn discover_fs_files( root_folder: String, file_patterns: &Vec<String>, ) -> Result<Pin<Box<dyn Stream<Item = Result<String, String>>>>, String>