Suggested Answer:B🗳️
A sysadmin can grant permission to the S3 objects or the buckets to any user or make objects public using the bucket policy and user policy. Both use the JSON- based access policy language. Generally, if user is defining the ACL on the bucket, the objects in the bucket do not inherit it and vice a versa. The bucket policy can be defined at the bucket level which allows the objects as well as the bucket to be public with a single policy applied to that bucket. In the below policy the action says "S3:ListBucket" for effect Allow and when there is no bucket name mentioned as a part of the resource, it will throw an error and not save the policy.
None of the answer are right
S3 bucket policies and IAM policies define object-level permissions by providing those objects in the Resource element in your policy statements. The statement will apply to those objects in the bucket
https://aws.amazon.com/blogs/security/iam-policies-and-bucket-policies-and-acls-oh-my-controlling-access-to-s3-resources/#:~:text=S3%20bucket%20policies%20and%20IAM,those%20objects%20in%20the%20bucket.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
sen12
Highly Voted 2 years, 7 months agodexdinh91
Most Recent 4 months, 4 weeks agoTroyMcLure
2 years, 5 months agonafazoline
2 years, 5 months agoabhishek_m_86
2 years, 6 months agojackdryan
2 years, 6 months agoMFDOOM
2 years, 6 months agoinf
2 years, 7 months ago