mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 03:42:31 +00:00
s3: Fix test
This commit is contained in:
parent
08e1d9ffad
commit
c422010597
@ -123,7 +123,7 @@ var parseTests = []struct {
|
||||
Endpoint: "eu-central-1",
|
||||
Bucket: "bucketname",
|
||||
Prefix: "restic",
|
||||
Connections: 20,
|
||||
Connections: 5,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -134,7 +134,7 @@ var parseTests = []struct {
|
||||
Endpoint: "hostname.foo",
|
||||
Bucket: "bucketname",
|
||||
Prefix: "restic",
|
||||
Connections: 20,
|
||||
Connections: 5,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -145,7 +145,7 @@ var parseTests = []struct {
|
||||
Endpoint: "hostname.foo",
|
||||
Bucket: "bucketname",
|
||||
Prefix: "prefix/directory",
|
||||
Connections: 20,
|
||||
Connections: 5,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -156,7 +156,7 @@ var parseTests = []struct {
|
||||
Endpoint: "eu-central-1",
|
||||
Bucket: "repo",
|
||||
Prefix: "restic",
|
||||
Connections: 20,
|
||||
Connections: 5,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -167,7 +167,7 @@ var parseTests = []struct {
|
||||
Endpoint: "eu-central-1",
|
||||
Bucket: "repo",
|
||||
Prefix: "prefix/directory",
|
||||
Connections: 20,
|
||||
Connections: 5,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -178,7 +178,7 @@ var parseTests = []struct {
|
||||
Endpoint: "hostname.foo",
|
||||
Bucket: "repo",
|
||||
Prefix: "restic",
|
||||
Connections: 20,
|
||||
Connections: 5,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -189,7 +189,7 @@ var parseTests = []struct {
|
||||
Endpoint: "hostname.foo",
|
||||
Bucket: "repo",
|
||||
Prefix: "prefix/directory",
|
||||
Connections: 20,
|
||||
Connections: 5,
|
||||
},
|
||||
},
|
||||
},
|
||||
@ -201,7 +201,7 @@ var parseTests = []struct {
|
||||
Bucket: "repo",
|
||||
Prefix: "restic",
|
||||
UseHTTP: true,
|
||||
Connections: 20,
|
||||
Connections: 5,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user