serve s3: document multipart copy doesn't work #7454

This puts in a workaround for the tests also
This commit is contained in:
Nick Craig-Wood 2023-11-24 15:49:33 +00:00
parent 8f47b6746d
commit d8855b21eb
3 changed files with 18 additions and 3 deletions

View file

@ -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))