update minio library

This commit is contained in:
Michael Eischer
2022-11-12 18:32:26 +01:00
parent 32ffcd86a2
commit f4d3ed77c4
3 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Add support for `credential_process` to S3 backend
We have updated the library used for the S3 backend. This adds support for the
`credential_process` option in the aws credential configuration.
https://github.com/restic/restic/issues/3029
https://github.com/restic/restic/issues/4034
https://github.com/restic/restic/pull/4025