From c1d9a5da256e49746c3cb4258ecdf554c386c155 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Tue, 23 Apr 2024 14:18:57 -0700 Subject: [PATCH] docs: fix format --- .../add-backup-location-dynamic.md | 2 +- .../add-backup-location-static.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/docs-content/clusters/cluster-management/backup-restore/add-backup-location-dynamic.md b/docs/docs-content/clusters/cluster-management/backup-restore/add-backup-location-dynamic.md index 6f64f5cfd0..d57621fb67 100644 --- a/docs/docs-content/clusters/cluster-management/backup-restore/add-backup-location-dynamic.md +++ b/docs/docs-content/clusters/cluster-management/backup-restore/add-backup-location-dynamic.md @@ -133,7 +133,7 @@ cloud account. | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Location Name** | Provide a name of your choice. | | **Location Provider** | Select AWS from the **drop-down** Menu. | - | **Certificate** | Provide the CA bundle in PEM format if you are using a custom certificate bundle to establish SSL/TLS sessions. | + | **Certificate** | Provide the CA bundle in PEM format if you are using a custom certificate bundle to establish SSL/TLS sessions. | | **S3 Bucket** | The name of the S3 bucket you created in the object store. The bucket name must be DNS-compliant. For more information, refer to the [Bucket naming rules](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html) defined by AWS. | | **Region** | Region where the S3 bucket is hosted. You can check region codes in the [Service endpoints](https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region) section in the AWS documentation. | | **S3 URL** | Optional S3 URL. If you choose to provide a value, refer to the [Methods for accessing a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-bucket-intro.html#virtual-host-style-url-ex) guide to determine the bucket URL and enable the **Force S3 path style** checkbox. | diff --git a/docs/docs-content/clusters/cluster-management/backup-restore/add-backup-location-static.md b/docs/docs-content/clusters/cluster-management/backup-restore/add-backup-location-static.md index 51766e4f8b..d0cb7739bb 100644 --- a/docs/docs-content/clusters/cluster-management/backup-restore/add-backup-location-static.md +++ b/docs/docs-content/clusters/cluster-management/backup-restore/add-backup-location-static.md @@ -125,7 +125,7 @@ The following sections provide detailed instructions. Select the environment whe | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Location Name** | Provide a name of your choice. | | **Location Provider** | Select AWS from the **drop-down** Menu. | - | **Certificate** | Provide the CA bundle in PEM format if you are using a custom certificate bundle to establish SSL/TLS sessions. | + | **Certificate** | Provide the CA bundle in PEM format if you are using a custom certificate bundle to establish SSL/TLS sessions. | | **S3 Bucket** | Name of the S3 bucket you created in the object store. The bucket name must be DNS-compliant. For more information, refer to the [Bucket naming rules](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html) defined by AWS. | | **Region** | Region where the S3 bucket is hosted. You can check the region code from the [Service endpoints](https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_region) section in the AWS documentation. | | **S3 URL** | Optional bucket URL. If you choose to provide a value, refer to the [Methods for accessing a bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-bucket-intro.html#virtual-host-style-url-ex) guide to determine the bucket URL. If you provided an S3 URL, enable the **Force S3 path style** checkbox. | @@ -251,15 +251,15 @@ Use the following steps to validate adding the new backup location. 4. Fill out the following input fields. Refer to the table below to learn more. - | **Field** | **Value** | - | ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | - | **Location Name** | Provide a name of your choice. | - | **Location Provider** | Select MinIO from the drop-down field. | + | **Field** | **Value** | + | ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | + | **Location Name** | Provide a name of your choice. | + | **Location Provider** | Select MinIO from the drop-down field. | | **Certificate** | Provide the CA bundle in PEM format if you are using a custom certificate bundle to establish SSL/TLS sessions. This is required for endpoints using a self-signed certificate. | - | **S3 Bucket** | The name of the S3 bucket you created in the MinIO object store. | - | **Region** | The region where the MinIO server is configured. Example: `us-east-1` | - | **S3 URL** | The MinIO object storage console URL. Example: `http://12.123.234.567:0000` | - | **Force S3 path style** | This value is required for MinIO. | + | **S3 Bucket** | The name of the S3 bucket you created in the MinIO object store. | + | **Region** | The region where the MinIO server is configured. Example: `us-east-1` | + | **S3 URL** | The MinIO object storage console URL. Example: `http://12.123.234.567:0000` | + | **Force S3 path style** | This value is required for MinIO. |