Skip to content

Commit

Permalink
docs: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Apr 23, 2024
1 parent e4fc555 commit c1d9a5d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down Expand Up @@ -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. |

<br />

Expand Down

0 comments on commit c1d9a5d

Please sign in to comment.