update to latest mc (#2002)

This commit is contained in:
Harshavardhana
2022-05-14 15:50:59 -07:00
committed by GitHub
parent 85b7f8c5d7
commit 1d23bf3d04
3 changed files with 20 additions and 12 deletions

View File

@@ -266,7 +266,7 @@ func (c mcClient) deleteAllReplicationRules(ctx context.Context) *probe.Error {
}
func (c mcClient) setVersioning(ctx context.Context, status string) *probe.Error {
return c.client.SetVersion(ctx, status)
return c.client.SetVersion(ctx, status, []string{}, false)
}
func (c mcClient) remove(ctx context.Context, isIncomplete, isRemoveBucket, isBypass bool, contentCh <-chan *mc.ClientContent) <-chan mc.RemoveResult {