mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Updates for mc RELEASE.2023-08-29T22-55-06Z (#979)
mc [RELEASE.2023-08-29T22-55-06Z](https://github.com/minio/mc/releases/tag/RELEASE.2023-08-29T22-55-06Z) has changes that impact the docs: - Adds `list` command to `mc admin kms key` - Adds new group of `scanner` event types There is no issue to track this release.
This commit is contained in:
@ -183,6 +183,14 @@ Specify the wildcard ``*`` character to select all events related to a prefix:
|
|||||||
|
|
||||||
Selects all ``s3:ObjectRestore``\ -prefixed events.
|
Selects all ``s3:ObjectRestore``\ -prefixed events.
|
||||||
|
|
||||||
|
Scanner Events
|
||||||
|
~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
MinIO supports triggering notifications on the following S3 scanner transition events:
|
||||||
|
|
||||||
|
.. data:: s3:Scanner:ManyVersions
|
||||||
|
.. data:: s3:Scanner:BigPrefix
|
||||||
|
|
||||||
Global Events
|
Global Events
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -87,4 +87,24 @@ Syntax
|
|||||||
Specify the name of a master key on the KMS.
|
Specify the name of a master key on the KMS.
|
||||||
|
|
||||||
Omit this argument to return the default master key on the
|
Omit this argument to return the default master key on the
|
||||||
:mc-cmd:`~mc admin kms key status TARGET` deployment.
|
:mc-cmd:`~mc admin kms key status TARGET` deployment.
|
||||||
|
|
||||||
|
.. mc-cmd:: list
|
||||||
|
:fullpath:
|
||||||
|
|
||||||
|
List all Key Management System (KMS) keys for a MinIO instance.
|
||||||
|
|
||||||
|
The command has the following syntax:
|
||||||
|
|
||||||
|
.. code-block:: shell
|
||||||
|
:class: copyable
|
||||||
|
|
||||||
|
mc admin kms key list TARGET
|
||||||
|
|
||||||
|
The command accepts the following argument:
|
||||||
|
|
||||||
|
.. mc-cmd:: TARGET
|
||||||
|
|
||||||
|
Specify the :mc-cmd:`alias <mc alias>` of a configured MinIO deployment.
|
||||||
|
|
||||||
|
The ``TARGET`` deployment **must** include a configured MinIO Key Encryption Service (KES) server.
|
@ -227,9 +227,11 @@ corresponding :ref:`S3 events <minio-bucket-notifications-event-types>`:
|
|||||||
| :data:`s3:ObjectRestore:Post`
|
| :data:`s3:ObjectRestore:Post`
|
||||||
| :data:`s3:ObjectRestore:Completed`
|
| :data:`s3:ObjectRestore:Completed`
|
||||||
|
|
||||||
For more complete documentation on the listed S3 events, see
|
* - ``scanner``
|
||||||
:s3-docs:`S3 Supported Event Types
|
- | :data:`s3:Scanner:ManyVersions`
|
||||||
<NotificationHowTo.html#notification-how-to-event-types-and-destinations>`.
|
| :data:`s3:Scanner:BigPrefix`
|
||||||
|
|
||||||
|
For more complete documentation on the listed S3 events, see :s3-docs:`S3 Supported Event Types <NotificationHowTo.html#notification-how-to-event-types-and-destinations>`.
|
||||||
|
|
||||||
S3 Compatibility
|
S3 Compatibility
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
Reference in New Issue
Block a user