2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-22 22:58:26 +00:00

9 lines
343 B
Plaintext
Raw Normal View History

2022-11-12 18:32:26 +01:00
Enhancement: Add support for `credential_process` to S3 backend
2023-01-08 15:34:30 +01: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 18:32:26 +01:00
https://github.com/restic/restic/issues/3029
https://github.com/restic/restic/issues/4034
https://github.com/restic/restic/pull/4025