Access to S3
codedeploywordpressbucket-2022
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"s3:PutObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::codedeploydemobucket7749/*",
"Principal": {
"AWS": [
"111122223333"
]
}
}
]
}