tencent cloud

Cloud Access Management

DocumentationCloud Access ManagementBusiness Use CasesCOSAuthorizing Sub-account Full Access to Specific Directory

Authorizing Sub-account Full Access to Specific Directory

PDF
Focus Mode
Font Size
Last updated: 2024-01-23 18:02:53
The enterprise account, CompanyExample (ownerUin: 12345678; appID: 1250000000), has a sub-account, Developer, that requires full access permissions to the dir1 directory of the Bucket1 bucket of the COS service in Shanghai region under the CompanyExample enterprise account.
Solution A:
Step 1: create the following policy by using policy syntax.
{
"version": "2.0",
"statement":[
{
"effect": "allow",
"action": "cos:*",
"resource": ["qcs::cos:ap-shanghai:uid/1250000000:Bucket1-1250000000/dir1/*",
"qcs::cos:ap-shanghai:uid/1250000000:Bucket1-1250000000/dir1"]
}
]
}
Step 2: associate the sub-account with the policy. To learn how to associate a policy with a user account, see Authorization Management.
Solution B:
Configure the policy and ACL in the COS Console. For more information, see the COS documentation.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback