From 4b34bc32108691ea5ce2985c722c70ce45e77aa6 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 5 Mar 2018 20:40:40 +0100 Subject: [PATCH] Reformat changelog entry --- changelog/0.8.4/pull-1647 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/changelog/0.8.4/pull-1647 b/changelog/0.8.4/pull-1647 index 63339e6c7..3fb356032 100644 --- a/changelog/0.8.4/pull-1647 +++ b/changelog/0.8.4/pull-1647 @@ -1,8 +1,9 @@ -Enhancement: Change priority of AWS credential providers to accept AWS_SESSION_TOKEN +Enhancement: Accept AWS_SESSION_TOKEN for the s3 backend -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. +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 \ No newline at end of file +https://github.com/restic/restic/pull/1647