Skip to content

Added a fix to the AWS Delete API returning 500 errors when the record doesn't exist

Derek Hudson requested to merge aws-fix-delete 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?

Storage delete on AWS will return with 500 error codes when the record doesn't exist. It will no longer do this. Also, instead of only deleting the legal tags associations with the record at time of deletion, it will delete all of the legal tag associations with that record id.

What is the new/expected behavior?

Storage delete should not return with 500 error codes when the record doesn't exist.

Have you added/updated Unit Tests and Integration Tests?

Any other useful information

Merge request reports