Skip to content

Commit 11379d8

Browse files
authored
Fix the doc markup for authentication (#1413)
1 parent fc229d4 commit 11379d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/authentication/hard-coded.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ $client = new AwsClientFactory([
3232
'roleArn' => 'arn:aws:iam::1234567891011:role/name-of-my-role',
3333
'roleSessionName' => 'my-session-name', // Optionnal
3434
]);
35+
```
3536

3637
> **Warning**: Hard-coding your credentials can be dangerous because it’s easy to commit your credentials into an SCM
3738
> repository accidentally

0 commit comments

Comments
 (0)