delete_prefix

Function delete_prefix 

Source
pub async fn delete_prefix(
    client: &Client,
    bucket: &str,
    prefix: &str,
) -> Result<(), Error>
Expand description

Deletes all objects under a prefix in S3 using batch delete (up to 1000 objects per request)