Improve object store bucket naming (GONRG-4607)
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:
<projectId>-schema
<projectId-system-schema
What is the new/expected behavior?
Bucket name resolving will use not only project id but also a tenant name:
<projectId>-<name>-schema
<projectId-<name>-system-schema
Edited by Riabokon Stanislav(EPAM)[GCP]