Skip to content

Commit 030e045

Browse files
committed
Merge pull request #58 from jeffreybiles/patch-1
Update minimum S3 permissions
2 parents bfa3c68 + ccae039 commit 030e045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ Ensure you have the minimum required permissions configured for the user (access
190190
],
191191
"Resource": [
192192
"arn:aws:s3:::<your-s3-bucket-name>/*"
193-
]
193+
],
194+
"Principal": { "AWS": "arn:aws:iam::AWS-account-ID:root" }
194195
}
195196
]
196197
}

0 commit comments

Comments
 (0)