s3: Change the default layout to "default"

This commit is contained in:
Alexander Neumann 2017-06-07 23:08:20 +02:00
parent 4f9bf5312b
commit 04ded881f6
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ type Backend struct {
// make sure that *Backend implements backend.Backend
var _ restic.Backend = &Backend{}
const defaultLayout = "s3legacy"
const defaultLayout = "default"
// Open opens the S3 backend at bucket and region. The bucket is created if it
// does not exist yet.