restic/changelog/0.9.0_2018-05-21/pull-1647

10 lines
379 B
Plaintext
Raw Normal View History

2018-03-05 20:40:40 +01:00
Enhancement: Accept AWS_SESSION_TOKEN for the s3 backend
2018-03-05 20:40:40 +01:00
Before, it was not possible to use s3 backend with AWS temporary security
credentials(with AWS_SESSION_TOKEN). This change gives higher priority to
credentials.EnvAWS credentials provider.
https://github.com/restic/restic/issues/1477
https://github.com/restic/restic/pull/1479
2018-03-05 20:40:40 +01:00
https://github.com/restic/restic/pull/1647