Stopping Replication to the Object Storage Destination Bucket

Stop replication to the Object Storage destination bucket and make the bucket writable.

Note

If you stop replication, the policy is removed from the destination bucket and can't be recovered. The bucket reverts to a standard read/write bucket and is no longer a replication target.
    1. On the Buckets list page, select the Object Storage destination bucket that you want to work with. If you need help finding the list page or the bucket, see Listing Buckets.
      If your replication destination bucket is on a different compartment than your source bucket, you must switch over to that compartment.
    2. On the details page of the destination bucket, select Policies and find the Replication policy (Destination) section.
      The replication policy for the selected bucket is displayed in a table.
    3. Select Stop replication.
    4. When prompted, confirm stopping the replication.
    The source bucket's replication policy no longer appears in the Replication policy list no longer has an entry and the (Destination) indicator no longer appears in the Replication policy section heading. The bucket reverts to being read/write.
  • Use the oci os replication make-bucket-writable command and required parameters to stop replication to the Object Storage destination bucket and make the bucket writable.

    oci os replication make-bucket-writable --bucket-name bucket_name [OPTIONS]

    If you're replicating to a destination bucket in a different region, include the region parameter and the region identifier. For example:

    oci os replication make-bucket-writable --bucket-name MyDestinationBucket --region us-ashburn-1

    If the command is successful, you're returned to the prompt.

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the MakeBucketWritable operation to stop replication to the Object Storage destination bucket and make the bucket writable.