Fix typo in integration config awsS3 'accesKeyId'

Signed-off-by: Kiera Jost <kjost@splunk.com>
This commit is contained in:
Kiera Jost
2021-08-04 13:26:19 -06:00
committed by Sean Tan
parent 8f1b8587af
commit da3fcac9f4
+1 -1
View File
@@ -177,7 +177,7 @@ export interface Config {
* Account access key used to authenticate requests.
* @visibility backend
*/
accessKeyID?: string;
accessKeyId?: string;
/**
* Account secret key used to authenticate requests.
* @visibility secret