镜像回源配置非法。
用户设置桶镜像回源规则时,某条规则的 Condition 配置中,HttpCode
取值非 404
。
您进行桶镜像回源配置时,Condition 配置中的 HttpCode
取值为非法值 403
。
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":"xxx", "Condition":{ "HttpCode":403, "KeyPrefix":"prefix" }, "Redirect":{ "PublicSource":{ "SourceEndpoint":{ "Primary":["http://abc.123/"] } }, "PassQuery":true, "FollowRedirect":true, "MirrorHeader":{"PassAll":true} } }] }
确保 Condition 配置中的 HttpCode
取值为 404
。