From b043e61e8ed19edcd62fc62fdaf0937ffcc18439 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 25 Jun 2021 08:12:40 -0700 Subject: [PATCH] remove deprecated warning for 'mc encrypt' --- docs/kms/README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/kms/README.md b/docs/kms/README.md index e6e5e121a..4a5fb071c 100644 --- a/docs/kms/README.md +++ b/docs/kms/README.md @@ -86,9 +86,7 @@ mc encrypt info myminio/bucket/ Auto encryption 'sse-s3' is enabled ``` -### Using environment (deprecated) -> NOTE: The following ENV might be removed in future, you are advised to move to the previously recommended approach using `mc encrypt`. S3 gateway supports encryption at gateway layer which may be dropped in favor of simplicity at a later time. It is advised that S3 gateway users migrate to MinIO server mode or enable encryption at REST at the backend. - +### Using environment (not-recommended) MinIO automatically encrypts all objects on buckets if KMS is successfully configured and following ENV is enabled: ``` export MINIO_KMS_AUTO_ENCRYPTION=on