Skip to content

Commit

Permalink
Merge branch 'master' into tagging-api-ts-migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsvmx authored Dec 18, 2023
2 parents fdb7145 + 0327ff8 commit 0029355
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 0029355

Please sign in to comment.