2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 03:20:49 +00:00

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

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.