You need to enable JavaScript to run this app.
对象存储

对象存储

复制全文
11-MIRROR
0011-00000014
复制全文
0011-00000014

问题描述

镜像回源配置非法。

问题原因

用户设置桶镜像回源规则时,Redirect 配置中的 Primary 数组元素不满足 URL 格式。

问题示例

您进行桶镜像回源配置时,Redirect 配置中的 Primary 数组元素不满足 URL 格式。

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://"]
                }
            },
            "PassQuery":true,
            "FollowRedirect":true,
            "MirrorHeader":{"PassAll":true}
        }
    }]
}

解决方案

确保 Redirect 配置中的 Primary 数组元素合法。

最近更新时间:2024.01.25 15:54:48
这个页面对您有帮助吗?
有用
有用
无用
无用