You can call this operation to disable cross-region replication (CRR) for a bucket and delete the CRR rule configured for the bucket. After the CRR rule is deleted, all operations performed in the source bucket are not synchronized to the destination bucket.
Usage notes
Note the following items when you call the DeleteBucketReplication operation:
200 OK is returned if no CRR rules are configured for the specified bucket.
When you call DeleteBucketReplication to delete a CRR rule, the rule is not deleted immediately. OSS takes time to clear the CRR task corresponding to the CRR rule. During the process, the CRR task is in the closing state. After the CRR task is cleared, the CRR rule is deleted.
If you call DeleteBucketReplication to delete a CRR rule that corresponds to a CRR task in the closing state, 204 NoContent is returned.
Request syntax
POST /? replication&comp=delete 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"? >
<ReplicationRules>
<ID>rule id</ID>
</ReplicationRules>
Request elements
Element | Type | Required | Description |
---|---|---|---|
ReplicationRules | Container | Yes | The container that stores the CRR rule to delete. Parent node: none Child node: ID |
ID | String | Yes | The ID of CRR rule to delete. You can call DeleteBucketReplication to obtain the ID. Parent node: ReplictionRules Child node: none |
Examples
Sample request
POST /? replication&comp=delete HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Thu, 24 Sep 2015 15:39:18 GMT
Content-Length: 46
Content-Type: application/xml
Authorization: OSS qn6qrrqxo2oawuk53otf****:CTkuxpLAi4XZ+WwIfNm0Fmgb****
<? xml version="1.0" encoding="UTF-8"? >
<ReplicationRules>
<ID>test_replication_1</ID>
</ReplicationRules>
Sample response
HTTP/1.1 200 OK
x-oss-request-id: 534B371674E88A4D8906****
Date: Thu, 24 Sep 2015 15:39:18 GMT
Connection: close
Content-Length: 0
Server: AliyunOSS
Error codes
Error code | HTTP status code | Description |
---|---|---|
NoSuchBucket | 404 NotFound | The error message returned because the specified bucket does not exist. |
TooManyReplicationRules | 400 BadRequest | The error message returned because you can delete only one CRR rule by calling the DeleteBucketReplication operation. |
TransferAccAlreadyInUse | 409Conflict | The error message returned because transfer acceleration is disabled for the destination bucket specified in the CRR rule. In this case, the following information about the source bucket and destination bucket is contained in the XML body of the response.
|