From 0d81d080665eeb2bcbe64e0b9865647ec891438a Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Fri, 14 Jul 2023 21:11:35 +0800 Subject: [PATCH] chore: ci cos --- .github/workflows/cos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cos.yaml b/.github/workflows/cos.yaml index f79e709..e7ed034 100644 --- a/.github/workflows/cos.yaml +++ b/.github/workflows/cos.yaml @@ -30,7 +30,7 @@ jobs: BUCKET: hdu-cs-wiki-1307923872 REGION: ap-shanghai run: | - coscmd config -a $SECRET_ID -s $SECRET_KEY -b $BUCKET -r $REGION + coscmd config -a $SECRET_ID -s $SECRET_KEY -b $BUCKET -r $REGION -m 30 -p 10 tccli configure set secretId $SECRET_ID tccli configure set secretKey $SECRET_KEY tccli configure set region $REGION