Skip to content

Commit 7a0ff31

Browse files
committed
Fix indent.
1 parent 60b0d3f commit 7a0ff31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/s3_iam_role_mfa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Configure a user in AWS IAM that is required to use MFA to connect to S3
6363
3. Attach a permission policy to the role that grants access to S3, such as:
6464
6565
```
66-
{
66+
{
6767
"Version": "2012-10-17",
6868
"Statement": [
6969
{
@@ -75,7 +75,7 @@ Configure a user in AWS IAM that is required to use MFA to connect to S3
7575
}
7676
]
7777
}
78-
```
78+
```
7979
8080
Restrict the permissions as necessary.
8181

0 commit comments

Comments
 (0)