Work around cloudflare R2 / aws client incompatability

Hopefully...

https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj
This commit is contained in:
David Baker 2025-01-24 12:08:18 +00:00
parent ea77e8b464
commit 327615d0b3
2 changed files with 4 additions and 0 deletions

View File

@ -285,3 +285,5 @@ jobs:
done
env:
VERSION: ${{ github.event.release.tag_name }}
# Workaround for https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj
AWS_REQUEST_CHECKSUM_CALCULATION: when_required

View File

@ -93,6 +93,8 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.CF_R2_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_TOKEN }}
# Workaround for https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj
AWS_REQUEST_CHECKSUM_CALCULATION: when_required
R2_BUCKET: ${{ vars.R2_BUCKET }}
R2_URL: ${{ vars.CF_R2_S3_API }}