File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -458,6 +458,7 @@ class NCLifecycle {
458
458
expire_state . key_marker = objects_list . next_marker ;
459
459
expire_state . is_finished = false ;
460
460
} else {
461
+ expire_state . key_marker = undefined ;
461
462
expire_state . is_finished = true ;
462
463
}
463
464
const bucket_state = this . lifecycle_run_status . buckets_statuses [ bucket_json . name ] . state ;
@@ -579,6 +580,8 @@ class NCLifecycle {
579
580
noncurrent_state . key_marker_versioned = list_versions . next_marker ;
580
581
noncurrent_state . version_id_marker = list_versions . next_version_id_marker ;
581
582
} else {
583
+ noncurrent_state . key_marker_versioned = undefined ;
584
+ noncurrent_state . version_id_marker = undefined ;
582
585
noncurrent_state . is_finished = true ;
583
586
}
584
587
const bucket_state = this . lifecycle_run_status . buckets_statuses [ bucket_json . name ] . state ;
You can’t perform that action at this time.
0 commit comments