你可以使用 --encrypt 标志对输出的 zip 文件进行加密,以提升安全性。 MinIO 提供了一个二进制工具用于解密该文件。
使用加密标志后,输出中会提供一个解密密钥。 输出类似如下:
$ mc support inspect --encrypt play/test123/test*/*/part.*
mc: Encrypted file data successfully downloaded as inspect.ad2b43d8.enc
mc: Decryption key: ad2b43d847fdb14e54c5836200177f7158b3f745433525f5d23c0e0208e50c9948540b54
mc: The decryption key will ONLY be shown here. It cannot be recovered.
mc: The encrypted file can safely be shared without the decryption key.
mc: Even with the decryption key, data stored with encryption cannot be accessed.