noobaa-core
noobaa-core copied to clipboard
Support delete replication flow in bucket_diff - PR 1
Explain the changes
- This is the first PR in support for the delete replication. In this PR we are identifying the keys needs to be deleted for versioning enabled buckets in replication flow inside bucket_diff.
Testing Instructions:
- use command :
npx jest test_bucket_diff.test.js
- [ ] Tests added
@achouhan09 this partially deals with https://github.com/noobaa/noobaa-core/issues/7252 right?
@tangledbytes Yes, it is partially related to it.
Closing this PR, new PR is created in replacement #7867