Skip to content

Aws fix legal tag reassignment

Derek Hudson requested to merge aws-fix-legal-tag-reassignment into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

Records that have Legal Tags re-assigned, and then their original Legal Tags are deleted are also soft-deleted, despite not being associated with the deleted Legal Tag at the time the Legal Tag is deleted.

What is the new/expected behavior?

Storage Records with re-assigned Legal Tags should not be soft-deleted.

Have you added/updated Unit Tests and Integration Tests?

Any other useful information

Link to issue found in preshipping.

Edited by Derek Hudson

Merge request reports