Move all unreleased changelog entries

This commit is contained in:
Alexander Neumann
2018-03-05 21:31:52 +01:00
parent bdc206d440
commit de37b68baa
5 changed files with 1 additions and 1 deletions

View File

@@ -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