You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Type | string | Type of server that stores the backups of volumes used by virtual machines. You can select either `NFS` or `S3`. |
42
42
| 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. |
| 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 |
| 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`)|
0 commit comments