Skip to content

fix: GC delete objects

Yan Sushchynski (EPAM) requested to merge gc_fix_delete_objects into master

Type of change

  • Bug Fix
  • Feature
  • Pipeline
  • Test
  • Documentation

Does this introduce a change in the core logic?

  • No
  • Yes

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

  • AWS
  • Anthos
  • Azure
  • GCP
  • IBM

Does this follow conventional commits spec?

  • No
  • Yes

Have you set the target Milestone?

  • No
  • Yes

Have you set the no-detached-pipeline label?

  • No
  • Yes

Updates description?

GC implementation uses <tenant-bucket>/<subproject-folder>/<datset-fodler> format for storing objects in the bucket. This means that we have to monkeypatch the DatasetUtils.getVirtualFolderFromDatasetResourceUri

Merge request reports