mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
Move all List calls to honor new maxObjectList limit (#8459)
This commit is contained in:
committed by
kannappanr
parent
8cc5ecec23
commit
599aae5ba6
@@ -1620,7 +1620,7 @@ func (s *xlSets) HealObjects(ctx context.Context, bucket, prefix string, healObj
|
||||
}
|
||||
}
|
||||
|
||||
res, err := s.ListObjectsHeal(ctx, bucket, prefix, marker, "", 1000)
|
||||
res, err := s.ListObjectsHeal(ctx, bucket, prefix, marker, "", maxObjectList)
|
||||
if err != nil {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user