From efcfd40faefd030a439c389a5e9e9f07594dc413 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw-openim)" <3293172751nss@gmail.com> Date: Fri, 9 Jun 2023 16:12:05 +0800 Subject: [PATCH] feat: about cos automation Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com> --- script/make-rules/tools.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/make-rules/tools.mk b/script/make-rules/tools.mk index a2788a51b..5100b71d6 100644 --- a/script/make-rules/tools.mk +++ b/script/make-rules/tools.mk @@ -131,6 +131,8 @@ install.github-release: @$(GO) install github.com/github-release/github-release@latest ## install.coscli: Install coscli, used to upload files to cos +# example: ./coscli cp/sync -r /home/off-line/docker-off-line/ cos://openim-1306374445/openim/openim/image/amd/off-line/off-line/ -e cos.ap-guangzhou.myqcloud.com +# https://cloud.tencent.com/document/product/436/71763 .PHONY: install.coscli install.coscli: @wget -q https://github.com/tencentyun/coscli/releases/download/v0.13.0-beta/coscli-linux -O ${TOOLS_DIR}/coscli