AWS - Identity and Access Management
Given this IAM policy snippet, what is the effective permission granted?
{
"Effect": "Allow",
"Action": ["s3:PutObject", "s3:GetObject"],
"Resource": "arn:aws:s3:::example-bucket/*"
}