Started changes from suggestions made on recent PR.

Signed-off-by: Sean Tan <seant@splunk.com>
This commit is contained in:
Sean Tan
2021-07-26 09:47:04 -07:00
parent bb083bea35
commit b8cb120092
5 changed files with 31 additions and 10 deletions
+1 -1
View File
@@ -53,5 +53,5 @@ export function readAwsS3IntegrationConfig(
const secretAccessKey = config.getString('secretAccessKey');
return { accessKeyId: accessKeyId, secretAccessKey: secretAccessKey };
return { accessKeyId, secretAccessKey };
}