1
0
mirror of https://github.com/minio/docs.git synced 2025-04-25 17:22:39 +03:00
docs/source/reference/minio-mc/mc-encrypt-info.rst
2022-01-04 19:11:15 -05:00

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 ALIAS with the alias <alias> of the MinIO deployment on which to configure automatic server-side bucket encryption.

Behavior

S3 Compatibility