Skip to content

Commit 198222c

Browse files
Long LeLong Le
authored andcommitted
added docs for static aws creds
1 parent 4560427 commit 198222c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1371,7 +1371,9 @@ We must authenticate ourselves by providing credentials to AWS. This pump uses t
13711371
"stream_name": "my-stream",
13721372
"region": "eu-west-2",
13731373
"batch_size": 100,
1374-
"kms_key_id": "1234abcd-12ab-34cd-56ef-1234567890ab"
1374+
"kms_key_id": "1234abcd-12ab-34cd-56ef-1234567890ab",
1375+
"access_key_id": "your-key-id",
1376+
"secret_access_key": "your-secret-key"
13751377
}
13761378
},
13771379
```

0 commit comments

Comments
 (0)