You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ coscli sync ./test.tar cos://bucket1/example
FATA[2022-08-10 11:47:55] stat ./test.tar: no such file or directory
$ coscli sync ./test.tar cos://bucket1/example > log
$ cat log
FATA[2022-08-10 11:48:12] stat ./test.tar: no such file or directory
建议添加静默执行命令的参数,如:
-q
,不输出执行过程。The text was updated successfully, but these errors were encountered: