| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| Game Multimedia Engine | GME_QCSLinkedRoleInCOS | Service-Related Roles | gmeaccesscos.gme.cloud.tencent.com |
| Game Multimedia Engine | GME_QCSLinkedRoleInGameMedia | Service-Related Roles | gamemedia.gme.cloud.tencent.com |
Use Cases: The current role is the GME service linked role, which will access your other service resources such as COS within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"cos:PutObject",
"cos:GetService"
],
"resource": "*"
}
]
}
Use Cases: The current role is the GME service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"resource": [
"*"
],
"action": [
"cos:HeadBucket",
"cos:GetBucket",
"cos:HeadObject",
"cos:GetObject",
"cos:PutObject",
"cos:PutObjectCopy",
"cos:DeleteObject",
"cos:DeleteMultipleObjects",
"cos:RenameObject",
"cos:InitiateMultipartUpload",
"cos:UploadPart",
"cos:UploadPartCopy",
"cos:CompleteMultipartUpload",
"cos:AbortMultipartUpload",
"cos:ListMultipartUploads",
"cos:ListParts",
"cos:GetService",
"cos:PutBucket"
]
}
]
}
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários