Started changes from suggestions made on recent PR.
Signed-off-by: Sean Tan <seant@splunk.com>
This commit is contained in:
Vendored
+14
@@ -163,5 +163,19 @@ export interface Config {
|
||||
*/
|
||||
privateKey?: string;
|
||||
};
|
||||
|
||||
/** Integration configuration for AWS S3 Service */
|
||||
awsS3?: {
|
||||
/**
|
||||
* Account access key used to authenticate requests.
|
||||
* @visibility backend
|
||||
*/
|
||||
accessKeyID?: string;
|
||||
/**
|
||||
* Account secret key used to authenticate requests.
|
||||
* @visibility secret
|
||||
*/
|
||||
secretAccessKey?: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user