Skip to content

Commit

Permalink
Work around cloudflare R2 / aws client incompatability (#29086)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbkr authored Jan 24, 2025
1 parent a73eb37 commit ec4ae9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,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

- name: Deploy to Cloudflare Pages
id: cfp
Expand Down

0 comments on commit ec4ae9e

Please sign in to comment.