A bucket operation fails because the bucket owner changed while the request was being processed.
Problem description
An operation on a bucket fails because the bucket owner changes during request processing.
Causes
When a request is being processed, the bucket owner changes, causing the operation to stop and the request to fail. If the bucket is deleted and recreated by a different user during that window, the ownership change invalidates the in-flight request and OSS returns an error.
Examples
You submit an UploadObject request to a bucket. While the object is uploading, someone deletes the bucket and another user creates a new bucket. OSS detects the ownership change and fails the request.
Solutions
Make sure the bucket still exists and that ownership has not changed before retrying the request.
To check bucket ownership:
Log in to the OSS console with the bucket owner's account.
In the left-side navigation pane, click Buckets.
Verify that the bucket appears in the list. If it does not, the bucket was deleted.
After confirming the bucket exists under the correct owner, retry the original operation.