Skip to content

Releases: tencentyun/coscli

v1.0.3

27 Nov 08:26
fa3fdd6
Compare
Choose a tag to compare

修改点:
1.优化传输性能
2.修复lsdu列出部分文件异常的问题

Changes:

  1. Optimize transmission performance
  2. Fix the issue where lsdu lists some files abnormally

v1.0.2

21 Oct 03:32
752be27
Compare
Choose a tag to compare

更新内容:

  1. cp及sync命令增加--disable-checksum 选项,默认为false,校验整个文件的crc64,为true时仅校验分片crc64
  2. 兼容ofs融合桶api(ls cp sync rm等命令)
  3. 新增创建/获取symlink命令,可针对特定object创建软链,并通过软链快速获取key值
  4. 新增cat命令,可查看object内容,建议1MB以内小文件使用
  5. 新增lsdu命令,可列出当前目录所有文件及文件夹内容,并统计每个文件夹的文件数及总大小
  6. 新增--log-path全局选项,自定义coscli.log文件位置。可指定文件夹或具体文件(文件需以.log结尾)如:/data/ 或 /data/cosli.log
  7. 错误返回优化

Update contents:

  1. Add the --disable-checksum option to the cp and sync commands. By default, it is set to false, which means the entire file's crc64 is verified. If set to true, only the fragment's crc64 is verified.
  2. Compatible with OFS fusion bucket API (commands like ls, cp, sync, rm, etc.).
  3. Add new commands to create/get symlink. You can create a symlink for a specific object and quickly obtain the key value through the symlink.
  4. Add a new cat command to view object content. It is recommended to use it for small files under 1MB.
  5. Add a new lsdu command to list all files and folders in the current directory, and count the number of files and the total size of each folder.
  6. Add a global --log-path option to customize the location of the coscli.log file. You can specify a directory or a specific file (the file must end with .log), e.g., /data/ or /data/coscli.log.
  7. Optimize error returns.

v1.0.1

30 Aug 15:03
Compare
Choose a tag to compare

Fix the issue where the 'rm' command's use of include and exclude parameters is ineffective

v0.20.0-beta

15 Mar 06:25
2fe1c46
Compare
Choose a tag to compare

Fix the compatibility bug with Chinese characters in the list. Add retry logic for downloads.

v0.19.0-beta

03 Jan 08:07
ed65fa6
Compare
Choose a tag to compare

coscli supports domain switching, sync function optimization, and ls bucket supports specifying domain

v0.18.0-beta

06 Dec 10:45
4328cc7
Compare
Choose a tag to compare

Add an option to skip setting the config file parameter

v0.17.0-beta

04 Dec 06:50
5f3b97b
Compare
Choose a tag to compare

coscli initialization does not force the generation of a config file

v0.16.0-beta

21 Sep 06:39
1f0c10d
Compare
Choose a tag to compare

Bug fix for copying single file

v0.15.0-beta

20 Sep 08:22
421bbc5
Compare
Choose a tag to compare

Fix the compatibility issue of the cp command in coscli on Windows.

v0.14.0-beta

10 Aug 08:09
eed903f
Compare
Choose a tag to compare

1.coscli supports using CVM instance roles
2.fixes bugs in the 'ls' and 'cp' commands