Skip to content

Configure Access Keys in Volcengine

  1. Go to "Permission Policies", click "Create Custom Policy";

  1. Enter the policy name, then input the policy in the JSON editor and submit;
{
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "tos:ListBuckets",
                "tos:ListBucket",
                "tos:DeleteObject",
                "tos:PutObject",
                "tos:PutBucket",
                "tos:GetObject"
            ],
            "Resource": [
                "trn:tos:::*",
                "trn:tos:::*/*"
            ]
        }
    ]
}

  1. Go to User Management > Users > Create User, enter the username and enable programmatic access;

  1. Add the policy created in the previous steps and complete the role creation;

  1. Obtain the Access Key and Secret Key.

Feedback

Is this page helpful? ×