Skip to content

Improve object store bucket naming(GONRG-4605)

Rustam Lotsmanenko (EPAM) requested to merge gcp-bucket-renaming into master

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

Does this introduce a breaking change?

  • [YES]

What is the current behavior?

Bucket name resolving is limited only by the project id present in tenant info: <project.id> + records

What is the new/expected behavior?

Bucket name resolving will use not only project id but also a tenant name: <project.id> + <tenant.name> + records

Merge request reports