AWS - S3 Fundamentals
You wrote this bucket policy but users still cannot upload files:
What is the problem?
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:PutObject",
"Resource": "arn:aws:s3:::example-bucket"
}What is the problem?
