Skip to content

Commit 5a3319d

Browse files
committed
more fixups
Signed-off-by: Moritz Röhrich <[email protected]>
1 parent 3d21181 commit 5a3319d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/vm/backup-restore.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,23 @@ A backup target is an endpoint used to access a backup store in Harvester. A bac
3636

3737
The following table outlines the parameters that are common to all backup targets.
3838

39-
| Parameter | Type | Description |
40-
| :--------------- | :------ | :-------------------------------------------------------------------------------------------------------------------------------------------------------- |
41-
| Type | string | Type of server that stores the backups of volumes used by virtual machines. You can select either `NFS` or `S3`. |
39+
| Parameter | Type | Description |
40+
| :--------------- | :------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
41+
| Type | string | Type of server that stores the backups of volumes used by virtual machines. You can select either `NFS` or `S3`. |
4242
| Refresh Interval | integer | Number of seconds that Harvester waits before syncing backups with the backupstore. When the value is `0`, backups are synced only if all backup volumes are in the `Ready` state. |
4343

4444
<Tabs>
4545
<TabItem value="s3" label="S3" default>
4646

47-
| Parameter | Type | Description |
48-
| :----------------- | :----- | :------------------------------------------------------------------------------------------------------------------------------------- |
49-
| Endpoint | string | (Optional) Hostname or IP address of the endpoint used to access the S3 server |
50-
| BucketName | string | Name of the S3 bucket |
51-
| BucketRegion | string | AWS Region in which the S3 bucket was created |
52-
| AccessKeyID | string | First part of the access key you use to authenticate requests to AWS services (for example, AKIAIOSFODNN7EXAMPLE) |
53-
| SecretAccessKey | string | Second part of the access key you use to authenticate requests to AWS services (for example, wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY) |
54-
| Certificate | string | Paste to use a self-signed SSL certificate of your S3 server |
55-
| VirtualHostedStyle | bool | Use virtual host style URLs of the form `bucket.example.com`; e.g., Alibaba Cloud (Aliyun) OSS |
47+
| Parameter | Type | Description |
48+
| :----------------- | :------ | :------------------------------------------------------------------------------------------------------------------------------------- |
49+
| Endpoint | string | (Optional) Hostname or IP address of the endpoint used to access the S3 server |
50+
| BucketName | string | Name of the S3 bucket |
51+
| BucketRegion | string | AWS Region in which the S3 bucket was created |
52+
| AccessKeyID | string | First part of the access key you use to authenticate requests to AWS services (for example, AKIAIOSFODNN7EXAMPLE) |
53+
| SecretAccessKey | string | Second part of the access key you use to authenticate requests to AWS services (for example, wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY) |
54+
| Certificate | string | Self-signed SSL certificate of the S3 server |
55+
| VirtualHostedStyle | boolean | Option to use virtual-hosted–style URLs, wherein the bucket name is part of the domain name in the URL (`bucket.example.com`) |
5656

5757
![backuptarget-s3.png](/img/backuptarget-s3.png)
5858

0 commit comments

Comments
 (0)