mirror of
https://github.com/minio/minio.git
synced 2025-02-04 10:26:01 -05:00
a334554f99
current usage of path.Clean returns "." for empty strings instead we need `""` string as-is, make relevant changes as needed.