mirror of
https://github.com/minio/docs.git
synced 2025-10-29 18:49:41 +03:00
2.1 KiB
2.1 KiB
mc encrypt info
minio
Table of Contents
mc encrypt info
Syntax
The mc encrypt info
command returns the current default encryption settings for a
bucket.
EXAMPLE
The following command returns the default encryption setting for the
mydata bucket on the myminio MinIO
deployment.
mc encrypt info myminio/mydata
SYNTAX
The command has the following syntax:
mc [GLOBALFLAGS] encrypt info ALIAS
Parameters
ALIAS
The full path to the bucket on which to retrieve the default SSE
mode. Specify the alias <alias> of the MinIO deployment as the
prefix to the ALIAS path. For example:
mc encrypt info play/mybucket
Global Flags
Examples
Retrieve the Automatic Server-Side Encryption Settings for a Bucket
Example
mc encrypt info myminio/data
Syntax
mc encrypt info ALIAS
- Replace
ALIASwith thealias <alias>of the MinIO deployment on which to configure automatic server-side bucket encryption.