mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
ignore io.EOF, io.ErrUnexpectedEOF on xl.meta reads in WalkDir() (#16625)
This commit is contained in:
@@ -2186,7 +2186,8 @@ func toAPIErrorCode(ctx context.Context, err error) (apiErr APIErrorCode) {
|
||||
apiErr = ErrTransitionStorageClassNotFoundError
|
||||
case InvalidObjectState:
|
||||
apiErr = ErrInvalidObjectState
|
||||
|
||||
case PreConditionFailed:
|
||||
apiErr = ErrPreconditionFailed
|
||||
case BucketQuotaExceeded:
|
||||
apiErr = ErrAdminBucketQuotaExceeded
|
||||
case *event.ErrInvalidEventName:
|
||||
|
||||
Reference in New Issue
Block a user