DELETE API in Dataset Service

Type of change

  • Bug Fix
  • Feature

ADR: #80

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
  • Google Cloud
  • IBM
  • RI

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

ICloudStorage has a default implementation in core with NotImplementedException() stubs on all methods

What is the new/expected behavior?

ICloudStorage implemented as CloudStorageImpl in dataset-core-plus.

API methods /metadataRecord/{id}/softDelete and /metadataRecord/{id}/undelete now working as expected.

Have you added/updated Unit Tests and Integration Tests?

Unit tests added

Any other useful information

Edited by Andrii Osadchuk [EPAM / GCP]

Merge request reports

Loading