Skip to content

Commit

Permalink
Merge branch 'w/8.0/bugfix/ZENKO-2016-crrExistingObjectsDeleteMarkers…
Browse files Browse the repository at this point in the history
…' into tmp/octopus/w/8.1/bugfix/ZENKO-2016-crrExistingObjectsDeleteMarkers
  • Loading branch information
bert-e committed Jul 23, 2019
2 parents 65bfbc2 + b53a362 commit 224475d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crrExistingObjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,8 @@ function triggerCRROnBucket(bucketName, cb) {
}
VersionIdMarker = data.NextVersionIdMarker;
KeyMarker = data.NextKeyMarker;
return _markPending(bucket, data.Versions, done);
return _markPending(
bucket, data.Versions.concat(data.DeleteMarkers), done);
}),
() => {
if (nProcessed - nSkipped >= MAX_UPDATES) {
Expand Down

0 comments on commit 224475d

Please sign in to comment.