-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.yaml
48 lines (48 loc) · 1.52 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Copyright 2022 Canonical Ltd.
# SPDX-License-Identifier: Apache-2.0
options:
endpoint:
type: string
description: The endpoint used to connect to the object storage.
bucket:
type: string
description: The bucket/container name delivered by the provider.
default: ''
region:
type: string
description: The region used to connect to the object storage.
default: ''
path:
type: string
description: The path inside the bucket/container to store objects.
default: ''
attributes:
type: string
description: The custom metadata (HTTP headers).
default: ''
s3-uri-style:
type: string
description: The S3 protocol specific bucket path lookup type.
default: ''
storage-class:
type: string
description: Storage Class for objects uploaded to the object storage.
default: ''
tls-ca-chain:
type: string
description: The complete CA chain, which can be used for HTTPS validation.
default: ''
s3-api-version:
type: string
description: S3 protocol specific API signature.
default: ''
experimental-delete-older-than-days:
type: int
description: |
Full backups can be retained for a number of days. The removal of expired
backups happens imediatelly after finishing the first successful backup after
retention period.
When full backup expires, the all differential and incremental backups which
depends on this full backup also expires.
This option is EXPRERIMENTAL.
Allowed values are: from 1 to 9999999.