From 014cec06f1006462ed6339ad98654012a862af86 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 21 Nov 2017 21:01:26 +0100 Subject: [PATCH] Add entry to CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c95d4ea41..be8c73f53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ released version of restic from the perspective of the user. Important Changes in 0.X.Y ========================== + * The s3 backend used the subdir `restic` within a bucket if no explicit path + after the bucket name was specified. Since this version, restic does not use + this default path any more. If you created a repo on s3 in a bucket without + specifying a path within the bucket, you need to add `/restic` at the end of + the repository specification to access your repo: `s3:s3.amazonaws.com/bucket/restic` + https://github.com/restic/restic/issues/1292 + https://github.com/restic/restic/pull/1437 + * We've added a local cache for metadata so that restic doesn't need to load all metadata (snapshots, indexes, ...) from the repo each time it starts. By default the cache is active, but there's a new global option `--no-cache`