AWS - S3 Fundamentals
Given this bucket policy snippet, what is the effect?
{
"Effect": "Deny",
"Principal": "*",
"Action": "s3:DeleteObject",
"Resource": "arn:aws:s3:::mybucket/*"
}