We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201fcf9 commit 85d5ae6Copy full SHA for 85d5ae6
.github/scripts/update-distro-download-page.sh
@@ -23,4 +23,4 @@ do
23
done
24
echo '</ul>' >> $downloads_html
25
cat ./$downloads_html
26
-aws s3 mv ./$downloads_html s3://${s3_bucket}/${build_type}/STS4/ --no-progress
+aws s3 mv ./$downloads_html s3://${s3_bucket}/${build_type}/STS4/ --no-progress --checksum-algorithm CRC32
0 commit comments