mirror of
https://github.com/minio/minio.git
synced 2025-04-20 18:44:21 -04:00
remove deprecated warning for 'mc encrypt'
This commit is contained in:
parent
d00783c923
commit
b043e61e8e
@ -86,9 +86,7 @@ mc encrypt info myminio/bucket/
|
|||||||
Auto encryption 'sse-s3' is enabled
|
Auto encryption 'sse-s3' is enabled
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using environment (deprecated)
|
### Using environment (not-recommended)
|
||||||
> 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.
|
|
||||||
|
|
||||||
MinIO automatically encrypts all objects on buckets if KMS is successfully configured and following ENV is enabled:
|
MinIO automatically encrypts all objects on buckets if KMS is successfully configured and following ENV is enabled:
|
||||||
```
|
```
|
||||||
export MINIO_KMS_AUTO_ENCRYPTION=on
|
export MINIO_KMS_AUTO_ENCRYPTION=on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user