mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
update KMS docs indicating deprecation of AUTO_ENCRYPTION env
This commit is contained in:
@@ -455,7 +455,7 @@ func lookupConfigs(s config.Config, setDriveCount int) {
|
||||
|
||||
// Enable auto-encryption if enabled
|
||||
globalAutoEncryption = kmsCfg.AutoEncryption
|
||||
if globalAutoEncryption {
|
||||
if globalAutoEncryption && !globalIsGateway {
|
||||
logger.LogIf(ctx, fmt.Errorf("%s env is deprecated please migrate to using `mc encrypt` at bucket level", crypto.EnvKMSAutoEncryption))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user