Removing a Key Assignment from a Object Storage

Remove a key assignment from a bucket.

    1. Open the navigation menu and click Storage. Under Object Storage & Archive Storage, click Buckets.
    2. Under List Scope, in the Compartment list, choose the compartment that contains the bucket from which you want to remove a Vault service key assignment.
    3. From the list of buckets, click the bucket name.
    4. Next to Encryption Key, click Unassign.

    5. In the Confirm dialog box, click OK to remove the key assignment from the bucket.

  • Open a command prompt and run oci os bucket update to remove the Vault service master encryption key assigned to a bucket:

    oci os bucket update --name <bucket_name> --namespace-name <your_namespace> --kms-key-id ""

    For example:

    
    oci os bucket update --name Bucket-1 --kms-key-id "" --namespace-name example_namespace

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

  • This task cannot be performed using the API