镜像回源配置非法。
用户设置桶镜像回源规则时,当 FixedEndpoint
字段取值为 true
时,RedirectType
字段取值非 Async
,导致请求错误。
您进行桶镜像回源配置时,当 FixedEndpoint
字段取值为 true
时,RedirectType
字段取值非 Async
。
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 }, "Redirect":{ "RedirectType": "Mirror", "PublicSource":{ "FixedEndpoint": true, "SourceEndpoint":{ "Primary":["http://abc.123/"] } }, "PassQuery": true, "MirrorHeader":{"PassAll": true} } }] }
确保 FixedEndpoint
字段取值为 true
时,RedirectType
字段取值为 Async
。