mirror of
https://github.com/restic/restic.git
synced 2025-11-15 09:12:53 +00:00
s3: Change the default layout to "default"
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user