From 28e415fd8c04ae38f2a111a7b093c9eed9ecaa26 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Thu, 31 Aug 2023 09:53:21 -0500 Subject: [PATCH] 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. --- .../monitoring/bucket-notifications.rst | 8 +++++++ .../minio-mc-admin/mc-admin-kms-key.rst | 22 ++++++++++++++++++- source/reference/minio-mc/mc-event-add.rst | 8 ++++--- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/source/administration/monitoring/bucket-notifications.rst b/source/administration/monitoring/bucket-notifications.rst index b7c29e3a..97ab8253 100644 --- a/source/administration/monitoring/bucket-notifications.rst +++ b/source/administration/monitoring/bucket-notifications.rst @@ -183,6 +183,14 @@ Specify the wildcard ``*`` character to select all events related to a prefix: 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 ~~~~~~~~~~~~~ diff --git a/source/reference/minio-mc-admin/mc-admin-kms-key.rst b/source/reference/minio-mc-admin/mc-admin-kms-key.rst index cce2e011..e7d0dd40 100644 --- a/source/reference/minio-mc-admin/mc-admin-kms-key.rst +++ b/source/reference/minio-mc-admin/mc-admin-kms-key.rst @@ -87,4 +87,24 @@ Syntax Specify the name of a master key on the KMS. Omit this argument to return the default master key on the - :mc-cmd:`~mc admin kms key status TARGET` deployment. \ No newline at end of file + :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 ` of a configured MinIO deployment. + + The ``TARGET`` deployment **must** include a configured MinIO Key Encryption Service (KES) server. \ No newline at end of file diff --git a/source/reference/minio-mc/mc-event-add.rst b/source/reference/minio-mc/mc-event-add.rst index 81d5f608..4fea95ac 100644 --- a/source/reference/minio-mc/mc-event-add.rst +++ b/source/reference/minio-mc/mc-event-add.rst @@ -227,9 +227,11 @@ corresponding :ref:`S3 events `: | :data:`s3:ObjectRestore:Post` | :data:`s3:ObjectRestore:Completed` -For more complete documentation on the listed S3 events, see -:s3-docs:`S3 Supported Event Types -`. + * - ``scanner`` + - | :data:`s3:Scanner:ManyVersions` + | :data:`s3:Scanner:BigPrefix` + +For more complete documentation on the listed S3 events, see :s3-docs:`S3 Supported Event Types `. S3 Compatibility ~~~~~~~~~~~~~~~~