mirror of
https://github.com/minio/mc.git
synced 2025-11-10 13:42:32 +03:00
Large MC Update (new encryption flags, functional test suite, removal of session code, minor cleanup, vuln. updates ) (#4882)
This commit is contained in:
@@ -202,7 +202,7 @@ func mainDiff(cliCtx *cli.Context) error {
|
||||
defer cancelDiff()
|
||||
|
||||
// Parse encryption keys per command.
|
||||
encKeyDB, err := getEncKeys(cliCtx)
|
||||
encKeyDB, err := validateAndCreateEncryptionKeys(cliCtx)
|
||||
fatalIf(err, "Unable to parse encryption keys.")
|
||||
|
||||
// check 'diff' cli arguments.
|
||||
|
||||
Reference in New Issue
Block a user