We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d89adf commit a4de262Copy full SHA for a4de262
ci/src/artifacts/upload.sh
@@ -27,7 +27,8 @@ fi
27
28
if [ "${UPLOAD_BUILD_ARTIFACTS:-}" == "1" ]; then
29
echo "uploading $f"
30
- # Multipart upload does not work trough the proxy for some reasons. Just disabling it for now.
+ # Multipart upload does not work trough the proxy or through Cloudflare for some
31
+ # reason. Just disabling it with `--s3-upload-cutoff` for now.
32
"$RCLONE" \
33
--config="$RCLONE_CONFIG" \
34
--stats-one-line \
@@ -45,6 +46,7 @@ if [ "${UPLOAD_BUILD_ARTIFACTS:-}" == "1" ]; then
45
46
47
--checksum \
48
--immutable \
49
+ --s3-upload-cutoff=5G \
50
copy \
51
"$f" \
52
"public-s3-cf:dfinity-download-public/ic/${VERSION}/$REMOTE_SUBDIR/"
0 commit comments