标签: minio
我正在使用minio的客户端进行文件复制,像这样的命令
mc cp test-76/images/Empty xxx fileName test-76/images_copy
test-76是我的minio storageId之一,文件名为Empty xxx fileName,执行此命令时看到以下错误
Empty xxx fileName
mc: <ERROR> Unable to validate source test-76/images/Empty
如果文件名中有空格怎么办