mirror of
https://github.com/metowolf/iplist.git
synced 2025-12-17 07:18:14 +08:00
更新 S3cmd 配置,将区域从 'auth' 修改为 'auto'
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: s3-actions/s3cmd@v1.9.0
|
uses: s3-actions/s3cmd@v1.9.0
|
||||||
with:
|
with:
|
||||||
provider: cloudflare
|
provider: cloudflare
|
||||||
region: 'auth'
|
region: 'auto'
|
||||||
access_key: ${{ secrets.S3_ACCESS_KEY }}
|
access_key: ${{ secrets.S3_ACCESS_KEY }}
|
||||||
secret_key: ${{ secrets.S3_SECRET_KEY }}
|
secret_key: ${{ secrets.S3_SECRET_KEY }}
|
||||||
account_id: ${{ secrets.S3_ACCOUNT_ID }}
|
account_id: ${{ secrets.S3_ACCOUNT_ID }}
|
||||||
|
|||||||
Reference in New Issue
Block a user