aboutsummaryrefslogtreecommitdiff
path: root/template/coscli-config.yaml.template
diff options
context:
space:
mode:
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}