You need to enable JavaScript to run this app.
导航

0012-00000007

最近更新时间2024.01.05 16:32:20

首次发布时间2024.01.05 16:32:20

问题描述

桶数据复制规则非法。

问题原因

用户设置桶数据复制规则时,PrefixSet 数组长度超过 10。

问题示例

您进行桶数据复制规则配置时,PrefixSet 数组长度超过 10。

PUT /?replication HTTP/1.1
Host: bucketname.tos-cn-beijing.volces.com
Date: Fri, 30 Jul 2021 08:05:36 +0000
Authorization: authorization xxx
Content-Length: 120
Content-MD5: xxx
{
    "Role": "Your role",
    "Rules":[{
        "ID": "1",
        "Status": "Enabled",
        "PrefixSet": [...此处省略11个元素...],
        "Destination":{
            "Bucket": "Target Bucket Name",
            "Location": "cn-beijing",
            "StorageClass": "STANDARD",
            "StorageClassInheritDirective": "DESTINATION_BUCKET"
        },
        "HistoricalObjectReplication": "Enabled"
    }]
}

解决方案

参照 PutBucketReplication,正确构造桶数据复制规则,确保 PrefixSet 数组长度小于 10。