Update trace response and dependencies (#2141)

This commit is contained in:
Klaus Post
2022-07-05 13:36:12 -07:00
committed by GitHub
parent 532e64b802
commit 63e2793272
4 changed files with 37 additions and 41 deletions

View File

@@ -270,7 +270,7 @@ func (c mcClient) setVersioning(ctx context.Context, status string) *probe.Error
}
func (c mcClient) remove(ctx context.Context, isIncomplete, isRemoveBucket, isBypass bool, contentCh <-chan *mc.ClientContent) <-chan mc.RemoveResult {
return c.client.Remove(ctx, isIncomplete, isRemoveBucket, isBypass, contentCh)
return c.client.Remove(ctx, isIncomplete, isRemoveBucket, isBypass, false, contentCh)
}
func (c mcClient) list(ctx context.Context, opts mc.ListOptions) <-chan *mc.ClientContent {