Started changes from suggestions made on recent PR.
Signed-off-by: Sean Tan <seant@splunk.com>
This commit is contained in:
@@ -53,5 +53,5 @@ export function readAwsS3IntegrationConfig(
|
||||
|
||||
const secretAccessKey = config.getString('secretAccessKey');
|
||||
|
||||
return { accessKeyId: accessKeyId, secretAccessKey: secretAccessKey };
|
||||
return { accessKeyId, secretAccessKey };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user