Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
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/*"
}
]
}
Pure Mode