From 151d87c59a1317f81b0e864b004205472c3a33b9 Mon Sep 17 00:00:00 2001 From: Dan Richards Date: Thu, 21 Nov 2024 13:56:10 +0000 Subject: [PATCH] fix: incorrect AWS credentials extracfg field name Fixes the example extracfg.txt file which had an incorrect field name for the AWS credentials file --- extracfg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extracfg.txt b/extracfg.txt index 8db1030f9d..00a05fb89c 100644 --- a/extracfg.txt +++ b/extracfg.txt @@ -5,4 +5,4 @@ # awsProfile=default # set aws credential file path -# awsCredsFile=~/.aws/credentials +# awsCredentialFile=~/.aws/credentials