Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我开始将容器中的所有图像复制到一个空文件夹中时,它会询问我是否要覆盖该文件。为什么会这样?我已经指定 /s 参数来进行递归下载。正如我所见,它下载到正确的目录结构中。文件必须是唯一的,所以不应该问这个问题。我使用下一个命令
AzCopy /Dest:C:\images /Source:https://*.blob.core.windows.net/images/ /SourceKey:a_key /s
这是一个错误还是我做错了什么?
这是一个已知问题,AzCopy 方面没有任何需要解决的问题。Windows 文件系统的名称不区分大小写,这是设计使然,无法配置。要解决此问题,请重命名您的 blob 之一,以避免仅通过大写来区分 blob。