aboutsummaryrefslogtreecommitdiff
path: root/template/coscli-config.yaml.template
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-23 19:22:37 +0800
committercrupest <crupest@outlook.com>2022-11-23 19:22:37 +0800
commitf083272356417be74a5864d5ef6cfb1878558826 (patch)
tree6a489c787c073e4b4bc2b722759c098899bfea15 /template/coscli-config.yaml.template
parentfc2b0e84cc359e45c09e81135702babc2284dfb1 (diff)
downloadcrupest-f083272356417be74a5864d5ef6cfb1878558826.tar.gz
crupest-f083272356417be74a5864d5ef6cfb1878558826.tar.bz2
crupest-f083272356417be74a5864d5ef6cfb1878558826.zip
Replace rclone with coscli.
Diffstat (limited to 'template/coscli-config.yaml.template')
-rw-r--r--template/coscli-config.yaml.template9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/coscli-config.yaml.template b/template/coscli-config.yaml.template
new file mode 100644
index 0000000..d0768a3
--- /dev/null
+++ b/template/coscli-config.yaml.template
@@ -0,0 +1,9 @@
+cos:
+ base:
+ secretid: ${CRUPEST_AUTO_BACKUP_COS_ACCESS_KEY_ID}
+ secretkey: ${CRUPEST_AUTO_BACKUP_COS_SECRET_ACCESS_KEY}
+ sessiontoken: ""
+ buckets:
+ - name: ${CRUPEST_AUTO_BACKUP_BUCKET_NAME}
+ alias: crupest-backup
+ region: ${CRUPEST_AUTO_BACKUP_COS_REGION}