Merge pull request #1647 from duzvik/aws-session-token

Change priority of AWS credential providers to accept AWS_SESSION_TOKEN
This commit is contained in:
Alexander Neumann
2018-03-04 20:54:56 +01:00
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Change priority of AWS credential providers to accept AWS_SESSION_TOKEN
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
https://github.com/restic/restic/pull/1647