我正在使用gsutil上传包含符号链接的文件夹,问题是其中一些文件是假符号链接(不幸的是,就是这种情况)
以下是我正在使用的命令的示例:
gsutil -m cp -c -n -e -L output-upload.log -r output gs://my-storage
我得到以下内容:
[Errno 2] No such file or directory: 'output/1231/file.mp4'
CommandException: 1 file/object could not be transferred.
有没有办法让gsutil跳过这个文件或安全地失败而不停止上传?