pub async fn list_objects(
    s3: &S3,
    prefix: Option<String>,
    start_after: Option<String>
) -> Result<()>