Merge pull request #963 from trheyi/main
chore: Add --no-checksum-validation option to S3 copy command in buil…
This commit is contained in:
commit
d436da3c6e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
|
@ -43,5 +43,5 @@ jobs:
|
|||
- name: Push To R2 Cloudflare
|
||||
run: |
|
||||
for file in /data/*; do
|
||||
aws s3 cp $file s3://$R2_BUCKET/archives/ --endpoint-url https://$R2_ACCOUNT_ID.r2.cloudflarestorage.com
|
||||
aws s3 cp $file s3://$R2_BUCKET/archives/ --endpoint-url https://$R2_ACCOUNT_ID.r2.cloudflarestorage.com --no-checksum-validation
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue