Skip to content
New issue

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 如何禁止日志输出 #363

Open
jianwang-beijing opened this issue Jul 1, 2021 · 0 comments
Open

aliyun oss cp 如何禁止日志输出 #363

jianwang-beijing opened this issue Jul 1, 2021 · 0 comments

Comments

@jianwang-beijing
Copy link

jianwang-beijing commented Jul 1, 2021

  • 命令格式:
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/"

这样出错误才输出日志

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant