Prepare changelog for 0.13.0

This commit is contained in:
Alexander Neumann
2022-03-26 20:09:39 +01:00
parent d7e46c187a
commit 0ca89b6fec
34 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Enhancement: Add warning for S3 if partial credentials are provided
Previously restic did not notify about incomplete credentials when using the
S3 backend, instead just reporting access denied.
Restic now checks that both the AWS key ID and secret environment variables are
set before connecting to the remote server, and reports an error if not.
https://github.com/restic/restic/issues/2388
https://github.com/restic/restic/pull/3532