0016-00000605
Updated at:
Problem description
A DeleteObject request was initiated while the versioning state of the bucket that contains the object was being changed.
Causes
The DeleteObject request was processed while the versioning state of the bucket that contains the object was being changed.
Examples
The versioning state of the oss-example bucket was being changed while the DeleteObject request was being processed. The request failed due to an operation conflict.
DELETE /example.txt HTTP/1.1
Host: oss-example.oss-cn-zhangjiakou.aliyuncs.com
date: Wed, 02 Jan 2019 13:28:38 GMT
authorization: OSS qn6qrrqxo2oawuk53otf****:zUglwRPGkbByZxm1+y4eyu+NIUs=zV0****
Solutions
Retry the DeleteObject request after the versioning state change is complete.
References
Is this page helpful?