Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Cloud Application Rendering | CAR_QCSLinkedRoleInCloudStorage | Service-Related Roles | cloudstorage.car.cloud.tencent.com |
Use Cases: The current role is the CAR service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"statement": [
{
"action": [
"cos:PutObject",
"cos:InitiateMultipartUpload",
"cos:ListMultipartUploads",
"cos:ListParts",
"cos:UploadPart",
"cos:CompleteMultipartUpload",
"cos:AbortMultipartUpload",
"cos:HeadObject",
"cos:GetObject"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
문제 해결에 도움이 되었나요?