Move changelog entries to unreleased version

This commit is contained in:
Alexander Neumann
2018-03-05 20:32:10 +01:00
parent be0a5b7f06
commit c63b02d0f1
3 changed files with 0 additions and 0 deletions

View File

@@ -1,8 +0,0 @@
Enhancement: Change priority of AWS credential providers to accept AWS_SESSION_TOKEN
Before, it was not possible to use s3 backend with AWS temporary security credentials(with AWS_SESSION_TOKEN).
This change gives higher priority to credentials.EnvAWS credentials provider.
https://github.com/restic/restic/issues/1477
https://github.com/restic/restic/pull/1479
https://github.com/restic/restic/pull/1647

View File

@@ -1,6 +0,0 @@
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

View File

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