Skip to content

Commit 25689de

Browse files
authored
Attempt 3 at working around R2 brokenness
1 parent ce6cb47 commit 25689de

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build_develop.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
R2_URL: ${{ vars.CF_R2_S3_API }}
2727
R2_PUBLIC_URL: "https://element-web-develop.element.io"
2828
steps:
29+
# Workaround for https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj
30+
- uses: unfor19/install-aws-cli-action@v1
31+
with:
32+
version: 2.22.35
33+
verbose: false
34+
arch: amd64
2935
- uses: actions/checkout@v4
3036

3137
- uses: actions/setup-node@v4
@@ -116,9 +122,6 @@ jobs:
116122
env:
117123
AWS_ACCESS_KEY_ID: ${{ secrets.CF_R2_ACCESS_KEY_ID }}
118124
AWS_SECRET_ACCESS_KEY: ${{ secrets.CF_R2_TOKEN }}
119-
# Workaround for https://www.cloudflarestatus.com/incidents/t5nrjmpxc1cj
120-
AWS_REQUEST_CHECKSUM_CALCULATION: WHEN_REQUIRED
121-
AWS_RESPONSE_CHECKSUM_VALIDATION: WHEN_REQUIRED
122125

123126
- name: Deploy to Cloudflare Pages
124127
id: cfp

0 commit comments

Comments
 (0)