mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Added set keyword in the command set to enable encryption on buckets (#11010)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user