github.com/mckael/restic@v0.8.3/changelog/0.8.0_2017-11-26/pull-1437 (about)

     1  Bugfix: Remove implicit path `/restic` for the s3 backend
     2  
     3  The s3 backend used the subdir `restic` within a bucket if no explicit path
     4  after the bucket name was specified. Since this version, restic does not use
     5  this default path any more. If you created a repo on s3 in a bucket without
     6  specifying a path within the bucket, you need to add `/restic` at the end of
     7  the repository specification to access your repo: `s3:s3.amazonaws.com/bucket/restic`
     8  
     9  https://github.com/restic/restic/pull/1437
    10  https://github.com/restic/restic/issues/1292