fn parse_list_objects_response(
xml: &str,
) -> Result<(Vec<S3Object>, bool, Option<String>)>Expand description
Parse a ListObjectsV2 XML response into a list of S3Objects.
Also returns whether the listing is truncated and the next continuation token for pagination.