File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 aws configure set default.region us-east-1 # Update with your R2 region if different
2727 aws configure set default.s3.signature_version s3v4
2828 aws configure set default.s3.endpoint_url https://$R2_ACCOUNT_ID.r2.cloudflarestorage.com
29+ aws --version
2930
3031 - name : Build
3132 run : |
4344 - name : Push To R2 Cloudflare
4445 run : |
4546 for file in /data/*; do
46- AWS_S3_DISABLE_CHECKSUMS=true aws s3 cp $file s3://$R2_BUCKET/archives/ --endpoint-url https://$R2_ACCOUNT_ID.r2.cloudflarestorage.com
47+ aws s3 cp $file s3://$R2_BUCKET/archives/ --endpoint-url https://$R2_ACCOUNT_ID.r2.cloudflarestorage.com
4748 done
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
4141RUN npm install -g pnpm
4242
4343# Install AWS CLI
44- RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
44+ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.22.7 .zip" -o "awscliv2.zip" && \
4545 unzip awscliv2.zip && \
4646 ./aws/install && \
4747 rm -rf awscliv2.zip && \
You can’t perform that action at this time.
0 commit comments