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. Open the navigation menu and click Storage. Under Object Storage & Archive Storage, click Buckets.
    2. Select the compartment from the list under List Scope. All buckets in that compartment are listed in tabular form.
    3. Click the destination bucket on which you want to stop replication. The bucket's Details page appears.
    4. Click Replication Policy under Resources. The Replication Policy (Destination) list appears.
    5. Click Stop Replication.
    6. Confirm stopping the replication.
    The Replication Policy list no longer has an entry. The Create Policy button reappears. 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.