File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
extensions/lifecycle/conductor Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -569,7 +569,7 @@ class LifecycleConductor {
569569 const canonicalId = split [ 0 ] ;
570570 const bucketName = split [ 2 ] ;
571571
572- return { canonicalId, bucketName } ;
572+ return { canonicalId, bucketName, isLifecycled : true } ;
573573 } ) ;
574574
575575 queue . push ( batch ) ;
@@ -673,7 +673,7 @@ class LifecycleConductor {
673673 const [ canonicalId , bucketName ] = marker . split ( constants . splitter ) ;
674674 if ( ! this . _isBlacklisted ( canonicalId , bucketName ) ) {
675675 nEnqueued += 1 ;
676- queue . push ( { canonicalId, bucketName } ) ;
676+ queue . push ( { canonicalId, bucketName, isLifecycled : true } ) ;
677677 this . lastSentId = o . key ;
678678 // Optimization:
679679 // If we only blacklist by accounts, and the last bucket is blacklisted
You can’t perform that action at this time.
0 commit comments