mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Minor fixes for several smaller issues (#1380)
- Adds missing config settings throughout storage class page. Closes #1349 - Adds instructions for adding certificates for connecting by sftp. Closes #1354 - Corrects information about which key to use for self-signed CAs. Closes #1358 - Moves `context` to optional for batch key rotate jobs. Closes #1356 - clean up missing ref links causing build warnings.
This commit is contained in:
@ -42,10 +42,6 @@ Required Fields
|
||||
* - ``key:``
|
||||
- Only for use with the ``sse-kms`` type.
|
||||
The key to use to unseal the key vault.
|
||||
* - ``context:``
|
||||
- Only for use with the ``sse-kms`` type.
|
||||
The context within which to perform actions.
|
||||
|
||||
|
||||
Optional Fields
|
||||
~~~~~~~~~~~~~~~
|
||||
@ -73,6 +69,9 @@ For **flag based filters**
|
||||
- A date in ``YYYY-MM-DD`` format.
|
||||
|
||||
Keys rotate only for objects created prior to the date.
|
||||
* - ``context:``
|
||||
- Only for use with the ``sse-kms`` type.
|
||||
The context within which to perform actions.
|
||||
* - ``tags:``
|
||||
- Rotate keys only for objects with tags that match the specified ``key:`` and ``value:``.
|
||||
* - ``metadata:``
|
||||
|
@ -110,8 +110,8 @@ Procedure
|
||||
|
||||
This procedure requires repeating steps for each MinIO deployment participating in the multi-site replication configuration. Depending on the number of deployments, this procedure may require significant time and care in implementation. MinIO recommends reading through the procedure *before* attempting to implement the documented steps.
|
||||
|
||||
- :ref:`Configure Multi-Site Bucket Replication Using the Command Line <minio-bucket-replication-multi-site-minio-cli-procedure>`
|
||||
- :ref:`Create Replication Remote Targets <minio-bucket-replication-multi-site-minio-cli-create-remote-targets>`
|
||||
- Configure Multi-Site Bucket Replication Using the Command Line
|
||||
|
||||
- :ref:`Create New Bucket Replication Rules <minio-bucket-replication-multi-site-minio-cli-create-replication-rules>`
|
||||
- :ref:`Validate the Replication Configuration <minio-bucket-replication-multi-site-minio-cli-verify-replication-config>`
|
||||
|
||||
@ -129,8 +129,6 @@ This procedure assumes each alias corresponds to a user with the :ref:`necessary
|
||||
:mc:`mc replicate add` automatically creates the necessary replication targets, removing the need for using the deprecated ``mc admin remote bucket add`` command.
|
||||
This procedure only documents the procedure as of that release.
|
||||
|
||||
.. _minio-bucket-replication-multi-site-minio-cli-create-remote-targets:
|
||||
|
||||
.. _minio-bucket-replication-multi-site-minio-cli-create-replication-rules:
|
||||
|
||||
1) Create New Bucket Replication Rules
|
||||
|
@ -151,7 +151,6 @@ Once logged in to the MinIO Console, users can perform many kinds of tasks.
|
||||
- :ref:`Manage objects <minio-console-managing-objects>` by browsing existing objects, uploading objects, or modifying bucket settings.
|
||||
- :ref:`Review or modify identity and security <minio-console-security-access>` with access keys, policies, and Identity Provider settings.
|
||||
- :ref:`Monitor the health and activities <minio-console-managing-deployment>` with metrics and notifications.
|
||||
- :ref:`Manage your deployment's license <minio-console-subscription>`
|
||||
|
||||
.. toctree::
|
||||
:titlesonly:
|
||||
|
Reference in New Issue
Block a user