From 0785fbd41807463c7870ee95785c55b3402b58a9 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Wed, 16 May 2018 16:49:49 -0700 Subject: [PATCH] changelog entry Signed-off-by: Steve Kriss --- changelog/unreleased/pull-1782 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/pull-1782 diff --git a/changelog/unreleased/pull-1782 b/changelog/unreleased/pull-1782 new file mode 100644 index 000000000..ff65442ea --- /dev/null +++ b/changelog/unreleased/pull-1782 @@ -0,0 +1,7 @@ +Enhancement: Use default AWS credentials chain for S3 backend + +Adds support for file credentials to the S3 backend (e.g. ~/.aws/credentials), +and reorders the credentials chain for the S3 backend to match AWS's standard, +which is static credentials, env vars, credentials file, and finally remote. + +https://github.com/restic/restic/pull/1782 \ No newline at end of file