Unique bucket name across GCP (GONRG-701)
2 unresolved threads
2 unresolved threads
Compare changes
Files
4-
Moved credentials classes into core-lib-gcp.
Description:
Fixed a bug related to getting of bucket name (Bucket name should be unique across GCP. We had to add ProjectID to the naming to fix the issue with provisioning of a new bucket)
Added a property 'enable.full.bucket.name'. If it is 'true', the bucket name will be tenantInfo.getProjectId() + "-" + tenantInfo.getName() + "-" + BUCKET_NAME
, otherwise, tenantInfo.getName() + "-" + BUCKET_NAME
. Moreover,
This bucket name will be tenantInfo.getName() + "-" + BUCKET_NAME
for a case related to 'enable.full.bucket.name=null'
Check business logic.
Any comments to approvers here
Moved credentials classes into core-lib-gcp.