From efe2e792b3d37e26646b0976a34bc6cb53f552d3 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Mon, 5 Mar 2018 21:17:52 +0100 Subject: [PATCH] Correct changelog entries --- changelog/0.8.4/pull-1648 | 4 ++-- changelog/0.8.4/pull-1649 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog/0.8.4/pull-1648 b/changelog/0.8.4/pull-1648 index 1613612a9..bbae0efda 100644 --- a/changelog/0.8.4/pull-1648 +++ b/changelog/0.8.4/pull-1648 @@ -1,6 +1,6 @@ -Enhancement: Ignore AWS permission denied error when creating a repository. +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 +https://github.com/restic/restic/pull/1648 diff --git a/changelog/0.8.4/pull-1649 b/changelog/0.8.4/pull-1649 index db1cb2f1d..d1224d700 100644 --- a/changelog/0.8.4/pull-1649 +++ b/changelog/0.8.4/pull-1649 @@ -1,3 +1,3 @@ -Enhancement: Add illumos/Solaris support. +Enhancement: Add illumos/Solaris support https://github.com/restic/restic/pull/1649