Skip to content

Fix response of 'DeleteDataObjects' protocol

Pavel Kisliak requested to merge epam/fix_delete_obj_response into main

Type of change

  • Bug Fix
  • Feature

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

Updates description?

According to ETP specification protocol DeleteDataObjects should return map of objects which were successfully deleted, but currently it's empty.

Issue: #63 (closed)

Merge request reports