Merge pull request #964 from trheyi/main

chore: Remove --no-checksum-validation option from S3 copy command in…
This commit is contained in:
Max 2025-05-18 18:21:42 +08:00 committed by GitHub
commit 6729b5f1d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 --no-checksum-validation
aws s3 cp $file s3://$R2_BUCKET/archives/ --endpoint-url https://$R2_ACCOUNT_ID.r2.cloudflarestorage.com
done