From 3ca046b408764b20b889cc75794e1bfce0e2ef04 Mon Sep 17 00:00:00 2001 From: "Sudarshan (Sid)" Date: Tue, 1 Dec 2020 18:00:49 -0600 Subject: [PATCH] Added set keyword in the command set to enable encryption on buckets (#11010) --- docs/kms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kms/README.md b/docs/kms/README.md index 6a4fd0e56..e4ab432cc 100644 --- a/docs/kms/README.md +++ b/docs/kms/README.md @@ -77,7 +77,7 @@ Auto-Encryption is useful when MinIO administrator wants to ensure that all data ### Using `mc encrypt` (recommended) MinIO automatically encrypts all objects on buckets if KMS is successfully configured and bucket encryption configuration is enabled for each bucket as shown below: ``` -mc encrypt sse-s3 myminio/bucket/ +mc encrypt set sse-s3 myminio/bucket/ ``` Verify if MinIO has `sse-s3` enabled