You need to enable JavaScript to run this app.
导航

0008-00000007

最近更新时间2024.01.05 16:32:15

首次发布时间2024.01.05 16:32:15

问题描述

桶 ACL 配置非法。

问题原因

用户设置桶 ACL 时,ACL 配置中 BucketOwnerEntrusted 字段取值为 true,但桶 ACL 不支持该设置,导致请求错误。

问题示例

您配置桶 ACL 时,BucketOwnerEntrusted 字段取值为 true

PUT /?acl HTTP/1.1
Host: bucketname.tos-cn-beijing.volces.com
Date: Fri, 30 Jul 2021 13:59:18 GMT
Authorization: authorization xxx

{   
    "Owner": { "ID": "test-cid" },
    "BucketOwnerEntrusted": true
}

解决方案

删除桶 ACL 配置中的 BucketOwnerEntrusted 字段。