Correct changelog entries

This commit is contained in:
Alexander Neumann 2018-03-05 21:17:52 +01:00
parent 6f3c23eba7
commit efe2e792b3
2 changed files with 3 additions and 3 deletions

View File

@ -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
https://github.com/restic/restic/pull/1648

View File

@ -1,3 +1,3 @@
Enhancement: Add illumos/Solaris support.
Enhancement: Add illumos/Solaris support
https://github.com/restic/restic/pull/1649