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
使用config.json 包含 access key 和 secret
{ "access_key": "ACCESS_KEY", "secret_key": "SECRET_KEY" }
测试qshell -C config.json buckets, 或者 qshell -C config.json stat等命令都能正常工作。
但是 qshell -C config.json qupload2 命令会出错
qshell -C config.json qupload2
qshell -C config.json qupload2 --src-dir /my/local/dir --bucket bucket-name --check-exists --check-hash --check-size --overwrite --overwrite-list AUTO_GENERATED_OVERWRITE_LIST.TXT
Upload Failed, xml-apis.jar 194354 17047826853089703 error:upload source => form upload => query region error, no such bucket
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题描述
使用config.json 包含
access key 和 secret
测试qshell -C config.json buckets, 或者 qshell -C config.json stat等命令都能正常工作。
但是
qshell -C config.json qupload2
命令会出错Upload Failed, xml-apis.jar 194354 17047826853089703 error:upload source => form upload => query region error, no such bucket
重现步骤
期望结果?
实际结果?
错误日志/截图/配置参数
Upload Failed, xml-apis.jar 194354 17047826853089703 error:upload source => form upload => query region error, no such bucket
相关环境信息
The text was updated successfully, but these errors were encountered: