Skip to content

Commit

Permalink
Merge branch 'master' into DOCS-1042
Browse files Browse the repository at this point in the history
  • Loading branch information
feorlen authored Dec 18, 2023
2 parents 4c0c2b7 + 0327ff8 commit 395430a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xml-parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ export function parseListObjects(xml) {

if (listBucketResult.NextMarker) {
nextMarker = listBucketResult.NextMarker
} else if (isTruncated && result.objects.length > 0) {
nextMarker = result.objects[result.objects.length - 1].name
}
parseCommonPrefixesEntity(listBucketResult.CommonPrefixes)
}
Expand Down

0 comments on commit 395430a

Please sign in to comment.