mirror of
https://github.com/minio/minio.git
synced 2025-04-21 11:04:20 -04:00
Add space to error message (#5108)
This commit is contained in:
parent
03df692ae2
commit
7195ac7f14
@ -337,7 +337,7 @@ type PartTooSmall struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (e PartTooSmall) Error() string {
|
func (e PartTooSmall) Error() string {
|
||||||
return fmt.Sprintf("Part size for %d should be atleast 5MB", e.PartNumber)
|
return fmt.Sprintf("Part size for %d should be at least 5MB", e.PartNumber)
|
||||||
}
|
}
|
||||||
|
|
||||||
// PartTooBig returned if size of part is bigger than the allowed limit.
|
// PartTooBig returned if size of part is bigger than the allowed limit.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user