All Documents
Current Document

Content is empty

If you don't find the content you expect, please try another search term

Documentation

Allow IAM users to access specific objects in a bucket

Last updated:2021-04-28 11:04:15

You can create a policy to allow IAM users to access specific objects in a bucket.

The following policy grants the ks3:GetObject operation permission on objects in the readonly directory of the example_bucket bucket.

{
    "Version": "2015-11-01",
    "Statement": [
    {
        "Effect": "Allow",
        "Action": "ks3:GetObecjt",
        "Resource":"krn:ksc:ks3:::example_bucket/readonly/*"
     }
   ]
}
On this page
Pure ModeNormal Mode

Pure Mode

Click to preview the document content in full screen
Feedback