Configuring Guance RAM Policy in Alibaba Cloud¶
- Add authorization:
- Create a permission policy:
- Add the permission policy:
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Action": [
"oss:ListBuckets",
"oss:ListObjects",
"oss:DeleteObject",
"oss:PutObject",
"oss:PutBucket"
],
"Resource": [
"acs:oss:*:*:*",
"acs:oss:*:*:*/*"
]
}
]
}
- Permission policy created:
- Assign the authorization policy to the user:




