Skip to content

Commit 072c4e0

Browse files
authored
fix: pass prefix value for bucket DA catalog validation (#889)
1 parent 6bb43dc commit 072c4e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ibmcloud_api_key": $VALIDATION_APIKEY,
3-
"bucket_name": $PREFIX,
3+
"prefix": $PREFIX,
4+
"bucket_name": "test",
45
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN,
56
"cross_region_location": "us"
67
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"ibmcloud_api_key": $VALIDATION_APIKEY,
3-
"bucket_name": $PREFIX,
3+
"prefix": $PREFIX,
4+
"bucket_name": "test",
45
"region": "us-south",
56
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN
67
}

0 commit comments

Comments
 (0)