0014-00000072
Updated at:
Problem description
The specified region does not support the configuration of the AbortMultipartUpload element.
Causes
This error occurs if you send a PutBucketLifecycle request for a bucket in a region that does not support the configuration of the AbortMultipartUpload element.
Examples
The following request fails because the bucket named oss-example is in a region that does not support the configuration of the AbortMultipartUpload element.
PUT /?lifecycle HTTP/1.1
Host: oss-example.{RegionId}.aliyuncs.com
Content-Length: 336
Date: Mon , 6 May 2019 15:23:20 GMT
Authorization: OSS qn6q**************:77Dv****************
<?xml version="1.0" encoding="UTF-8"?>
<LifecycleConfiguration>
<Rule>
<ID>rule1</ID>
<Prefix>zzz</Prefix>
<Status>Enabled</Status>
<AbortMultipartUpload>
<Days>200</Days>
</AbortMultipartUpload>
</Rule>
</LifecycleConfiguration>Replace {RegionId} with the ID of the region where the bucket is located.
Solutions
Contact technical support to add your account to the whitelist.
References
Is this page helpful?