Add entry to changelog

This commit is contained in:
denis.uzvik 2018-03-02 11:06:06 +02:00
parent 5873ab4031
commit f6890210aa
1 changed files with 6 additions and 0 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