From 14b4a208c7855a55a23cf8f6a11568a6b9d890c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 14 May 2025 23:00:58 +0200 Subject: [PATCH] doc/rl-next: add fixed-s3-progress-bar --- doc/manual/rl-next/fixed-s3-progress-bar.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/manual/rl-next/fixed-s3-progress-bar.md diff --git a/doc/manual/rl-next/fixed-s3-progress-bar.md b/doc/manual/rl-next/fixed-s3-progress-bar.md new file mode 100644 index 000000000..d710ae258 --- /dev/null +++ b/doc/manual/rl-next/fixed-s3-progress-bar.md @@ -0,0 +1,7 @@ +--- +synopsis: "Fix progress bar for S3 binary caches and make file transfers interruptible" +issues: [12877, 13098] +prs: [12538] +--- + +S3 progress bar now correctly display upload/download progress. S3 uploads are now interruptible.