forked from TrueCloudLab/restic
add s3 anonymous authentication changelog entry
This commit is contained in:
parent
f74e70cc36
commit
dc0db4eda4
1 changed files with 14 additions and 0 deletions
14
changelog/unreleased/issue-4707
Normal file
14
changelog/unreleased/issue-4707
Normal file
|
@ -0,0 +1,14 @@
|
|||
Change: Disallow S3 anonymous authentication by default
|
||||
|
||||
When using the S3 backend with anonymous authentication, it continuously tried
|
||||
to retrieve new authentication credentials, which caused bad performance.
|
||||
|
||||
Now, to use anonymous authentication, it is necessary to pass the option `-o
|
||||
s3.unsafe-anonymous-auth=true` to restic.
|
||||
|
||||
It is temporarily possible to revert to the old behavior by setting the
|
||||
environment variable `RESTIC_FEATURES=explicit-s3-anonymous-auth=false`. Note
|
||||
that this feature flag will be removed in the next minor restic version.
|
||||
|
||||
https://github.com/restic/restic/issues/4707
|
||||
https://github.com/restic/restic/pull/4908
|
Loading…
Reference in a new issue