Function mz_aws_util::s3::list_bucket_path

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