tencent cloud

Cloud Access Management

Game Multimedia Engine

Baixar
Modo Foco
Tamanho da Fonte
Última atualização: 2026-09-09 09:59:46

Service roles and service-linked roles are predefined by Tencent Cloud services and, upon user authorization, the corresponding services can access and use resources by assuming these service-linked roles. This document provides detailed information on the use cases and associated authorization policies of these specific service-linked roles.

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

GME_QCSLinkedRoleInCOS

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

  • Policy Name: QcloudAccessForGMELinkedRoleInCOS
  • Policy Information:
    {
        "version": "2.0",
        "statement": [
            {
                "effect": "allow",
                "action": [
                    "cos:PutObject",
                    "cos:GetService"
                ],
                "resource": "*"
            }
        ]
    }

GME_QCSLinkedRoleInGameMedia

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

  • Policy Name: QcloudAccessForGMELinkedRoleInGameMedia
  • Policy Information:
    {
        "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"
                ]
            }
        ]
    }

Ajuda e Suporte

Esta página foi útil?

comentários