Skip to content

Volcengine Account Authorization

Go to Bucket > Permission Management > Bucket Authorization Policy Management, switch to JSON view, and enter the following policy, then save:

{
  "Statement": [
    {
      "Sid": "GuanceyunAccess",
      "Effect": "Allow",
      "Principal": [
        "Guance ID"
      ],
      "Action": [
        "tos:GetObject",
        "tos:PutObject",
        "tos:ListBucket"
      ],
      "Resource": [
        "trn:tos:::<Bucket Name>",
        "trn:tos:::<Bucket Name>/*"
      ]
    }
  ]
}

Feedback

Is this page helpful? ×