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 thealias <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.