2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-15 23:32:21 +00:00
restic/changelog/0.15.0_2023-01-12/issue-3029

9 lines
343 B
Plaintext
Raw Normal View History

2022-11-12 17:32:26 +00:00
Enhancement: Add support for `credential_process` to S3 backend
2023-01-08 14:34:30 +00:00
Restic now uses a newer library for the S3 backend, which adds support for the
`credential_process` option in the AWS credential configuration.
2022-11-12 17:32:26 +00:00
https://github.com/restic/restic/issues/3029
https://github.com/restic/restic/issues/4034
https://github.com/restic/restic/pull/4025