Skip to content

Commit 02d61e6

Browse files
Jaspaullukemelia
authored andcommitted
[DOC] Remove the Document Policy from README (#65)
When providing the policy to the S3 it returns the following error: `An error occurred: Policy document should not specify a principal.`
1 parent bf922a4 commit 02d61e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,7 @@ Ensure you have the minimum required permissions configured for the user (access
237237
],
238238
"Resource": [
239239
"arn:aws:s3:::<your-s3-bucket-name>/*"
240-
],
241-
"Principal": { "AWS": "arn:aws:iam::AWS-account-ID:root" }
240+
]
242241
}
243242
]
244243
}

0 commit comments

Comments
 (0)