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 allow IAM users to access the example_bucket bucket so that they can add, update, and delete objects. In addition to the ks3:PutObject, ks3:GetObject, and ks3:DeleteObject operation permissions, the following policy also grants other operation permissions required for the console, including the ks3:ListBuckets, ks3:GetBucketLocation, ks3:GetBucketAcl, and ks3:ListBucket operation permissions.
{
"Statement":[
{
"Effect":"Allow",
"Action":[
"ks3:ListBuckets"
],
"Resource":"krn:ksc:ks3:::*"
},
{
"Effect":"Allow",
"Action":[
"ks3:ListBucket",
"ks3:GetBucketLocation"
],
"Resource":"krn:ksc:ks3:::example_bucket"},
{
"Effect":"Allow",
"Action":[
"ks3:PutObject",
"ks3:GetObject",
"ks3:DeleteObject"
],
"Resource":"krn:ksc:ks3:::example_bucket/*"
}
]
}
Pure Mode