mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +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:
@ -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
|
||||
|
Reference in New Issue
Block a user