serve s3: document multipart copy doesn't work #7454
This puts in a workaround for the tests also
This commit is contained in:
parent
8f47b6746d
commit
d8855b21eb
3 changed files with 18 additions and 3 deletions
|
@ -113,7 +113,7 @@ func RunS3UnitTests(t *testing.T, name string, start servetest.StartFn) {
|
|||
if *fstest.Verbose {
|
||||
args = append(args, "-verbose")
|
||||
}
|
||||
remoteName := name + "test:"
|
||||
remoteName := "serve" + name + ":"
|
||||
args = append(args, "-remote", remoteName)
|
||||
args = append(args, "-run", "^TestIntegration$")
|
||||
args = append(args, "-list-retries", fmt.Sprint(*fstest.ListRetries))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue