Skip to content

Commit ec4ae9e

Browse files
authored
Work around cloudflare R2 / aws client incompatability (#29086)
Hopefully... https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj
1 parent a73eb37 commit ec4ae9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_develop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ jobs:
116116
env:
117117
AWS_ACCESS_KEY_ID: ${{ secrets.CF_R2_ACCESS_KEY_ID }}
118118
AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_TOKEN }}
119+
# Workaround for https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj
120+
AWS_REQUEST_CHECKSUM_CALCULATION: when_required
119121

120122
- name: Deploy to Cloudflare Pages
121123
id: cfp

0 commit comments

Comments
 (0)