問題描述
在開啟或關閉資料複製時間控制(RTC)功能請求中指定的ID未匹配資料複製規則。
問題原因
您發起了PutBucketRTC請求,但是請求中指定的ID未匹配資料複製規則。
問題樣本
以下請求中指定的ID(abcd)沒有匹配的資料複製規則。
PUT /?rtc HTTP/1.1
Host: BucketName.oss-cn-hangzhou.aliyuncs.com
Date: GMT Date
Content-Length:ContentLength
Content-Type: application/xml
Authorization: SignatureValue
<?xml version="1.0" encoding="UTF-8"?>
<ReplicationRule>
<RTC>
<Status>enabled or disabled</Status>
</RTC>
<ID>abcd</ID>
</ReplicationRule>解決方案
確保正確填寫已存在的資料複製規則對應的ID。