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
aliyun oss cp big-file oss://target-bucket/app.AppImage
aliyun oss cp ngiq-app-desktop-20210629201918.2faba9e9.AppImage oss://globefish-test/app.AppImage
Succeed: Total num: 1, size: 159,927,022. OK num: 1(upload 1 files). average speed 12221000(byte/s) 4.910544(s) elapsed
其他: aws 的 cli 有一些可以借鉴的设置, 例如: --only-show-errors , 完成命令例如:
aws s3 cp --only-show-errors "${2}/linux/latest-linux.yml" "./linux/"
这样出错误才输出日志
The text was updated successfully, but these errors were encountered:
No branches or pull requests
其他:
aws 的 cli 有一些可以借鉴的设置, 例如: --only-show-errors , 完成命令例如:
这样出错误才输出日志
The text was updated successfully, but these errors were encountered: