From 2eb58a3f7459a9ac5cedf57c1a1e6616c7cd9d94 Mon Sep 17 00:00:00 2001 From: Kyle Stevenson <52923406+kstevensonnv@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:39:33 +0100 Subject: [PATCH] Docs: fix 'Using accessKey and secretKey' example (#331) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc54b5fb..440bfe46 100644 --- a/README.md +++ b/README.md @@ -242,12 +242,12 @@ datasources: jsonData: authType: keys defaultRegion: eu-west-2 - secureJsonData: - accessKey: '' - secretKey: '' catalog: AwsDataCatalog database: '' workgroup: '' + secureJsonData: + accessKey: '' + secretKey: '' ``` ### Using AWS SDK Default and ARN of IAM Role to Assume