1
0
mirror of https://github.com/minio/docs.git synced 2025-04-21 08:05:59 +03:00
docs/source/reference/minio-mc/mc-encrypt-clear.rst
2022-01-04 19:11:15 -05:00

2.5 KiB

mc encrypt clear

minio

Table of Contents

mc encrypt clear

Syntax

The mc encrypt clear command removes the current default encryption settings for a bucket.

EXAMPLE

The following command removes the default encryption settings for the mydata bucket on the MinIO deployment associated with the myminio alias <alias>:

mc encrypt clear myminio/mydata

SYNTAX

The command has the following syntax:

mc [GLOBALFLAGS] encrypt clear ALIAS

Parameters

ALIAS

The full path to the bucket on which to remove the default SSE mode. Specify the alias <alias> of the MinIO deployment as the prefix to the ALIAS path. For example:

mc encrypt clear play/mybucket

Global Flags

Examples

Remove the Automatic Server-Side Encryption Settings for a Bucket

Example

mc encrypt clear myminio/data

Syntax

mc encrypt clear ALIAS
  • Replace ALIAS with the alias <alias> of the MinIO deployment on which to remove automatic server-side bucket encryption.

Behavior

Modifying Bucket Encryption Settings Does Not Affect Encrypted Objects

Disabling automatic bucket encryption does not decrypt any objects in the bucket.

To permanently decrypt objects in the bucket, you can perform an in-place copy after disabling object decryption. For versioned buckets, the previous object versions remain encrypted.

S3 Compatibility