mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
Added set keyword in the command set to enable encryption on buckets (#11010)
This commit is contained in:
parent
4ec45753e6
commit
3ca046b408
@ -77,7 +77,7 @@ Auto-Encryption is useful when MinIO administrator wants to ensure that all data
|
|||||||
### Using `mc encrypt` (recommended)
|
### 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:
|
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
|
Verify if MinIO has `sse-s3` enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user