Fix typo in integration config awsS3 'accesKeyId'
Signed-off-by: Kiera Jost <kjost@splunk.com>
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user