Stabilize explicit-s3-anonymous-auth and safe-forget-keep-tags flags

The features can no longer be disabled.
This commit is contained in:
Michael Eischer
2024-11-30 21:22:51 +01:00
parent 8f9d755b44
commit 098db935f7
4 changed files with 11 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
Change: Promote feature flags
The `explicit-s3-anonymous-auth` and `safe-forget-keep-tags` features are
now stable and can no longer be disabled. The feature flags will be removed
in restic 0.19.0.
https://github.com/restic/restic/pull/5162