2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-27 22:19:02 +00:00

s3: Fix test

This commit is contained in:
Alexander Neumann 2017-06-11 13:45:06 +02:00
parent 08e1d9ffad
commit c422010597

View File

@ -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,
},
},
},