0031-00000044
Updated at:
Problem description
OSS allows only one replication rule between a given source bucket and destination bucket pair. When you call PutBucketReplication and a rule already exists between the same two buckets, OSS returns this error.
Causes
A PutBucketReplication request was made to add a replication rule, but a replication rule already exists between the specified source bucket and destination bucket.
Examples
You try to add a replication rule between source bucket oss-example and destination bucket destbucket, but a rule already exists between them.
Solutions
Delete the existing replication rule before creating a new one between the same source and destination buckets.
References
Is this page helpful?