From 5a4a5f631bdb0216c1ad34d0d170778ad7c730ec Mon Sep 17 00:00:00 2001 From: Ruth Kurniawati Date: Sun, 15 Jun 2025 17:48:50 -0400 Subject: [PATCH] Fix typos in Python script comment Signed-off-by: Ruth Kurniawati --- snippets/general-shared-text/ibm-watsonxdata.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/general-shared-text/ibm-watsonxdata.mdx b/snippets/general-shared-text/ibm-watsonxdata.mdx index 8f4d4a38..816cbc84 100644 --- a/snippets/general-shared-text/ibm-watsonxdata.mdx +++ b/snippets/general-shared-text/ibm-watsonxdata.mdx @@ -243,10 +243,10 @@ # data store instance. # IBM_COS_BUCKET_PUBLIC_ENDPOINT - The target IBM Cloud Object Storage (COS) # instance’s endpoint value. - # IBM_COS_ACCESS_KEY_ID - An HMAC access key ID for the target COS instance. + # IBM_COS_ACCESS_KEY - An HMAC access key ID for the target COS instance. # IBM_COS_SECRET_ACCESS_KEY - The associated HMAC secret access key ID for the # target HMAC access key. - # IBM_COS_REGION - The target COS instance’s region short ID. + # IBM_COS_BUCKET_REGION - The target COS instance’s region short ID. # IBM_ICEBERG_CATALOG - The name of the target Iceberg catalog. # IBM_ICEBERG_SCHEMA - The name of the target namespace (also known as a schema) # in the target catalog.