镜像回源配置非法。
用户设置桶镜像回源规则时,Redirect 配置中的 Follower 数组长度超过 5。
您进行桶镜像回源配置时,Redirect 配置中的 Follower 数组长度超过 5。
PUT /?mirror HTTP/1.1 Host: bucketname.tos-cn-beijing.volces.com Date: Fri, 30 Jul 2021 13:59:18 GMT Authorization: authorization xxx { "Rules":[{ "ID":"1", "Condition":{ "HttpCode":404, "KeySuffix":"object-key-prefix" }, "Redirect":{ "PublicSource":{ "SourceEndpoint":{ "Primary":["https://abc.com"], "Follower":[...此处省略6个元素...] } }, "PassQuery":true, "FollowRedirect":true, "MirrorHeader":{"PassAll":true} } }] }
确保 Redirect 配置中的 Follower 数组长度不超过5。