We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eab349a + dcdb97f commit 7c7f53cCopy full SHA for 7c7f53c
publish_artifacts.sh
@@ -8,5 +8,5 @@ if ! aws sts get-caller-identity >/dev/null 2>&1; then
8
fi
9
10
# Step 2: Upload artifacts
11
-aws s3 cp "$INPUT_PATH" "s3://$INPUT_S3_BUCKET/$INPUT_DESTINATION" --recursive
+aws s3 cp "$INPUT_PATH" "s3://$INPUT_S3_BUCKET/$INPUT_DESTINATION" --recursive --progress-frequency 30
12
0 commit comments