diff options
author | crupest <crupest@outlook.com> | 2022-11-23 19:22:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-23 19:22:37 +0800 |
commit | bdf21b39964a4a02ea41abfdd50cad708cd8ddc8 (patch) | |
tree | 6a489c787c073e4b4bc2b722759c098899bfea15 /template/coscli-config.yaml.template | |
parent | b22fd5f45317095dbf9f073557cac7abdcbee245 (diff) | |
download | crupest-bdf21b39964a4a02ea41abfdd50cad708cd8ddc8.tar.gz crupest-bdf21b39964a4a02ea41abfdd50cad708cd8ddc8.tar.bz2 crupest-bdf21b39964a4a02ea41abfdd50cad708cd8ddc8.zip |
Replace rclone with coscli.
Diffstat (limited to 'template/coscli-config.yaml.template')
-rw-r--r-- | template/coscli-config.yaml.template | 9 |
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} |