更新 S3cmd 配置,将区域从 'auth' 修改为 'auto'

This commit is contained in:
METO
2025-01-07 06:22:58 +00:00
parent 30bc221dae
commit 6af1f076e8

View File

@@ -22,7 +22,7 @@ jobs:
uses: s3-actions/s3cmd@v1.9.0
with:
provider: cloudflare
region: 'auth'
region: 'auto'
access_key: ${{ secrets.S3_ACCESS_KEY }}
secret_key: ${{ secrets.S3_SECRET_KEY }}
account_id: ${{ secrets.S3_ACCOUNT_ID }}