Skip to content

Commit

Permalink
Remove dmf-specific location handling
Browse files Browse the repository at this point in the history
Issue: BB-642
  • Loading branch information
KillianG authored and francoisferrand committed Feb 7, 2025
1 parent 761d51a commit 87851db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions extensions/lifecycle/LifecycleQueuePopulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,11 +420,6 @@ class LifecycleQueuePopulator extends QueuePopulatorExtension {
return;
}

// cold delete only supported for archived objects in DMF backend
if (locationConfig.type !== 'dmf') {
return;
}

const isMaster = isMasterKey(entry.key);
const isVersionedMaster = isMaster && !!value.versionId && !value.isNull;
const isNullVersion = !isMaster && value.isNull;
Expand Down

0 comments on commit 87851db

Please sign in to comment.