ACL 配置非法。
用户设置桶或对象 ACL 时,ACL 缺少 Owner 或 Grants 配置项。
您配置 ACL 时,请求 body 中的 ACL 无 Owner 配置项。
PUT /?acl HTTP/1.1 Host: bucketname.tos-cn-beijing.volces.com Date: Fri, 30 Jul 2021 13:59:18 GMT Authorization: authorization xxx { "Grants": [{ "Grantee": { "Type": "CanonicalUser", "ID": "test-cid" }, "Permission": "FULL_CONTROL" }] }
参见 PutBucketACL 或 PutObjectACL,正确构造 ACL 配置。