pub async fn list_bucket_path( client: &Client, bucket: &str, prefix: &str, ) -> Result<Option<Vec<String>>, Error>