You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 14, 2026. It is now read-only.
[root@localhost version]# ls -lh
-rw-r--r-- 1 root root 1001K Jun 30 00:10 test-1001KiB.bin
-rw-r--r-- 1 root root 999K Jun 30 00:16 test-999KiB.bin
[root@localhost version]# mc ls minio/version
[2026-06-30 00:10:25 CST]1001KiB STANDARD test-1001KiB.bin
[2026-06-30 00:16:52 CST] 999KiB STANDARD test-999KiB.bin
If the formatted numerical part of the object's size is between 1000 and 1023, the final formatted string like 1001KiB will occupy 7 characters. This will result in an unsatisfactory output format for mc ls, such as the absence of spaces between time and size. Is this as expected?
mc/cmd/ls.go
Line 62 in 77f82e1
If the formatted numerical part of the object's size is between 1000 and 1023, the final formatted string like 1001KiB will occupy 7 characters. This will result in an unsatisfactory output format for mc ls, such as the absence of spaces between time and size. Is this as expected?
Of course we can use
mc ls --json.