mirror of
https://github.com/restic/restic.git
synced 2025-08-14 03:37:43 +00:00
s3: Fix test
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user