Added set keyword in the command set to enable encryption on buckets (#11010)

master
Sudarshan (Sid) 4 years ago committed by GitHub
parent 4ec45753e6
commit 3ca046b408
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save