Make change to AwsS3 Integration to support list

Signed-off-by: Sean Tan <seant@splunk.com>
This commit is contained in:
Sean Tan
2021-07-27 15:21:54 -07:00
parent c0e5f6d6dd
commit 2e5e2decc7
13 changed files with 293 additions and 71 deletions
+3 -3
View File
@@ -18,9 +18,9 @@ plugin.
To use this integration, add configuration to your root `app-config.yaml`:
```yaml
integrations:
awsS3:
accessKeyID: ${AWS_ACCESS_KEY_ID}
awsS3:
- host: amazonaws.com
accessKeyId: ${AWS_ACCESS_KEY_ID}
secretAccessKey: ${AWS_SECRET_ACCESS_KEY}
```