feat(backends/s3): add warmup support for check command (#5248)

This commit is contained in:
Gilbert Gilb's
2026-06-25 20:46:55 +02:00
committed by GitHub
parent 4e8eea7ab4
commit db03aed816
9 changed files with 76 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
Enhancement: Add warmup support for check command on S3 backend
Like the other cold storage features, warmup support for the `check` command
remains experimental and gated behind the "s3-restore" feature flag.
https://github.com/restic/restic/pull/5248
https://github.com/restic/restic/issues/3202
https://github.com/restic/restic/issues/2504