Is there an S3 policy for limiting access to only see/access one bucket?

I’ve been trying this for a while and finally came up with a working solution. You must use different “Resources” depending on the kind of action you’re performing. Also I included some missing actions in the previous answer (like DeleteObject) and restricting some more (like PutBucketAcl). The following IAM policy is working for me now: … Read more