We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我使用listbucket2.md工具抓取需要修改的文件,并将文件输出到一个1.txt文件;然后我修改文件的数据存储类型并将结果输出到2.txt文件,最后我使用batchchtype去批量修改七牛云空间下的文件,显示下面错误:“[I] Batching:/pharmacy_item/feizao.jpg 32327 FjQOW9IENq7i6ypvP54cJiQCphdG 15489882712676923 image/jpeg 1 [9/18760721, 0.0%] ...[E] Change status Failed, 004BHlrE6-HfoIZF7uWvhHpg1rDg.mkv 475468 FhFb5N4lbl4gR2stLEYJy3khvl5g 16450825848760917 video/x-matroska 1, Code: -11000, Error: need more than one param”
-怎么样才能修改?
The text was updated successfully, but these errors were encountered:
@james-kube
1. qshell listbucket2 spacedyzh -s "2018-01-01 00:00:00" -e "2023-01-01 00:00:00" -o 1.txt 2. awk -F '\t' '{print $1"===============1"}' 1.txt > 2.txt # =============== 作为分割符 3. qshell batchchtype spacedyzh -y -F "===============" -i 2.txt
Sorry, something went wrong.
No branches or pull requests
问题描述
我使用listbucket2.md工具抓取需要修改的文件,并将文件输出到一个1.txt文件;然后我修改文件的数据存储类型并将结果输出到2.txt文件,最后我使用batchchtype去批量修改七牛云空间下的文件,显示下面错误:“[I] Batching:/pharmacy_item/feizao.jpg 32327 FjQOW9IENq7i6ypvP54cJiQCphdG 15489882712676923 image/jpeg 1 [9/18760721, 0.0%] ...[E] Change status Failed, 004BHlrE6-HfoIZF7uWvhHpg1rDg.mkv 475468 FhFb5N4lbl4gR2stLEYJy3khvl5g 16450825848760917 video/x-matroska 1, Code: -11000, Error: need more than one param”
重现步骤
期望结果?
-怎么样才能修改?
实际结果?
错误日志/截图/配置参数
相关环境信息
The text was updated successfully, but these errors were encountered: