Skip to content
Snippets Groups Projects

Unify logic for credentials (GONRG-539)

Merged Riabokon Stanislav(EPAM)[GCP] requested to merge unify_logic_for_credentials into master
All threads resolved!
Files
5
@@ -68,7 +68,7 @@ public class StorageReaderImpl implements IStorageReader {
}
private String getTenantBucketName() {
return this.tenantInfo.getName() + "-" + BUCKET_NAME;
+1
return this.tenantInfo.getProjectId() + "-" + this.tenantInfo.getName() + "-" + BUCKET_NAME;
}
}
Loading