diff --git a/.github/workflows/cos.yaml b/.github/workflows/cos.yaml index e7ed034d..8b8b5bc9 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 -m 30 -p 10 + coscmd config -a $SECRET_ID -s $SECRET_KEY -b $BUCKET -r $REGION -m 10 -p 5 tccli configure set secretId $SECRET_ID tccli configure set secretKey $SECRET_KEY tccli configure set region $REGION