mirror of https://github.com/restic/restic.git
s3: Change the default layout to "default"
This commit is contained in:
parent
4f9bf5312b
commit
04ded881f6
|
@ -35,7 +35,7 @@ type Backend struct {
|
||||||
// make sure that *Backend implements backend.Backend
|
// make sure that *Backend implements backend.Backend
|
||||||
var _ restic.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
|
// Open opens the S3 backend at bucket and region. The bucket is created if it
|
||||||
// does not exist yet.
|
// does not exist yet.
|
||||||
|
|
Loading…
Reference in New Issue