mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +00:00
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
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user