| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| TokenHub | TokenHub_QCSLinkedRoleInBatchInference | Service-Related Roles | batchinference.tokenhub.cloud.tencent.com |
Use Cases: The current role is the TokenHub service linked role, which will access your COS resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"cos:AbortMultipartUpload",
"cos:DeleteMultipleObjects",
"cos:DeleteObject",
"cos:GetBucket",
"cos:GetObject",
"cos:HeadBucket",
"cos:HeadObject",
"cos:ListMultipartUploads",
"cos:PutBucket",
"cos:PutObject",
"cos:ListParts",
"cos:UploadPart",
"cos:UploadPartCopy",
"cos:PutObjectCopy",
"cos:InitiateMultipartUpload",
"cos:CompleteMultipartUpload"
],
"resource": "*"
}
]
}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback