From f6890210aa1e14587a0ee4f6ff3190730086f5b2 Mon Sep 17 00:00:00 2001 From: "denis.uzvik" Date: Fri, 2 Mar 2018 11:06:06 +0200 Subject: [PATCH] Add entry to changelog --- changelog/0.8.3_2018-02-26/pull-1648 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/0.8.3_2018-02-26/pull-1648 diff --git a/changelog/0.8.3_2018-02-26/pull-1648 b/changelog/0.8.3_2018-02-26/pull-1648 new file mode 100644 index 000000000..1613612a9 --- /dev/null +++ b/changelog/0.8.3_2018-02-26/pull-1648 @@ -0,0 +1,6 @@ +Enhancement: Ignore AWS permission denied error when creating a repository. + +It's not possible to use s3 backend scoped to a subdirectory(with specific permissions). +Restic doesn't try to create repository in a subdirectory, when 'bucket exists' of parent directory check fails due to permission issues. + +https://github.com/restic/restic/pull/1648 \ No newline at end of file