PackageTrack

Go modules · #2584

github.com/aliyun/ossutil

v1.7.19aliyun/ossutil

Release timeline

48 releases since 2017
2019202120232025

Releases

  1. v1.7.20-aliyun-cli.0.20240801055413-f73611d148191 Aug 2024pre-release

    Nothing published for this version

  2. v1.7.20-aliyun-cli15 Jul 2024pre-release

    Nothing published for this version

  3. v1.7.20-0.20240715064545-778640b2c45c15 Jul 2024pre-release

    Nothing published for this version

  4. v1.7.1919 Jan 2024
    Release notes
    1. sign cmd supports signature v4
      2 upgrade golang.org/x/crypto to v0.17.0
    2. upgrade alyun-oss-sdk-go to v3.0.2
    3. ecs ram provider support to return error
    Open source →
    Additional notes2 sources agree

    变更内容

    • 增加: sign 命令支持 v4签名
    • 更新: golang.org/x/crypto v0.17.0
    • 更新: alyun-oss-sdk-go v3.0.2
    • 更新: ecs ram provider 支持返回错误
    Open source →
  5. v1.7.19-0.20240129031715-5199dbbaddaf29 Jan 2024pre-release

    Nothing published for this version

  6. v1.7.19-0.20240119032104-c2012ac0599d19 Jan 2024pre-release

    Nothing published for this version

  7. v1.7.1830 Oct 2023
    Release notes
    1. probe cmd supports more options
    2. cp cmd supports start-time and end-time options
    Open source →
    Additional notes2 sources agree

    变更内容

    • 增加: 支持更多的probe 测试项
    • 增加: cp 命令支持 start-time 和 end-time 选项.
    Open source →
  8. v1.7.18-0.20231030064308-ae4074dda00230 Oct 2023pre-release

    Nothing published for this version

  9. v1.7.1718 Sept 2023
    Release notes
    • support path-style access
    Open source →
    Additional notes

    update version to v1.7.17

    Open source →
    Additional notes2 sources agree

    变更内容

    • 增加: 支持 path-style 访问方式
    Open source →
  10. v1.7.17-0.20230918115802-2eb03bfb91e718 Sept 2023pre-release

    Nothing published for this version

  11. v1.7.1619 May 2023
    Release notes
    • add command resource-group
    • add command style
    • cname command supports more options
    • replication command supports more options
    • mb command supports server-side-encrytion options
    • fix some bugs.
    Open source →
    Additional notes2 sources agree

    变更内容

    • 增加: 支持资源组接口
    • 增加: 支持图片样式接口
    • 增加: 支持更多的区域复制接口
    • 增加:支持更多的canme接口
    • 修复:arm环境下,update 命令更新不正确的问题
    • 增加:mb命令支持服务端加密参数
    Open source →
  12. v1.7.16-0.20230519101043-b119723ba86319 May 2023pre-release

    Nothing published for this version

  13. v1.7.1512 Jan 2023
    Release notes
    • add command access-monitor
    • add Default section in configuration file.
    • sign command supports query-param option
    • fix download symlink object bug
    Open source →
    Additional notes2 sources agree

    变更内容

    • 增加: 支持访问跟踪接口
    • 增加: 配置文件新增Default节,支持配置通用参数
    • 增加: sign命令支持query-param 选项,支持更多的参数设置
    • 修复:优化对symlink类型object下载, 对象大小获取不正确时的处理
    Open source →
  14. v1.7.1414 Sept 2022
    Release notes
    • config file supports the user-agent parameter
    • remove charset=* from mimetype
    • sign cmd supports more common options
    • does not limit the format of header parameter in set meta cmd
    • do not use uname cmd to get platform information in windows
    Open source →
    Additional notes2 sources agree

    变更内容

    • 增加: 分片上传支持X-Oss-Notification 参数
    • 增加: 过滤 mime type 接口返回的 charset= 信息
    • 增加: config 配置文件支持 user-agent 参数
    • 增加: sign 命令支持更多的凭证设置参数
    • 修复:修复sync命令在不同文件系统下重名失败的问题
    • 修复:修复 set meta 接口 不支持通用 header 参数设置
    • 修复:windows平台下, 不使用uname 方式获取平台信息
    Open source →
  15. v1.7.1325 May 2022
    Release notes
    • support put and delete cname
    • fix lcb command
    Open source →
    Additional notes2 sources agree

    变更内容

    • 增加: cname命令支持创建、删除等操作
    • 增加: 清单命令使用xml的api
    • 修复:修复lcb命令显示不齐问题
    Open source →
  16. v1.7.1213 May 2022
    Release notes
    • support cloud box
    • support v4 signature
    Open source →
    Additional notes2 sources agree

    变更内容

    • 增加: 支持cloud box
    • 增加: 支持v4签名
    Open source →
  17. v1.7.1122 Apr 2022
    Release notes2 sources agree

    变更内容

    • 增加: restore和set-meta支持传入文件进行批量操作
    Open source →
  18. v1.7.1024 Mar 2022
    Release notes2 sources agree

    变更内容

    • 增加: lifecycle命令使用新接口,直接返回服务端的xml内容
    Open source →
  19. v1.7.921 Jan 2022
    Release notes2 sources agree

    变更内容

    • 增加: 取消对于meta格式的限制,只要以x-oss开头即可
    Open source →
  20. v1.7.815 Dec 2021
    Release notes2 sources agree

    变更内容

    • 增加: cp下载支持传入meta信息,比如Accept-Encoding
    • 修复:set-acl修改bucket权限属性时候,如果bucket不存在行为从“自动创建”改成报错
    • 增加: 创建bucket支持传入配置文件,配置文件内容为bucket的创建属性
    • 增加: cp命令批量上传文件,如果扫描本地文件出错支持暂时忽略
    • 增加: 增加--ua选项,支持用户自定义user agent,会加在工具设置的user agent后面
    Open source →
  21. v1.7.726 Aug 2021
    Release notes2 sources agree

    变更内容

    • 增加: 支持cname查询
    • 增加:lifecycle配置支持prefix overlap
    Open source →
  22. v1.7.2-0.20210826031349-30b059e7673a26 Aug 2021pre-release

    Nothing published for this version

  23. v1.7.2-0.20210826030921-978c88823dc926 Aug 2021pre-release

    Nothing published for this version

  24. v1.7.2-0.20210805064837-331faf492a3c5 Aug 2021pre-release

    Nothing published for this version

  25. v1.7.2-0.20210630024234-6d6b6e10ae0530 Jun 2021pre-release

    Nothing published for this version

  26. v1.7.2-0.20210409113626-5a1b188eef389 Apr 2021pre-release

    Nothing published for this version

  27. v1.7.113 Jan 2021
    Release notes2 sources agree

    变更内容

    • 增加: 增加worm命令
    Open source →
  28. v1.6.10-0.20200903093452-97d5704fc80d3 Sept 2020pre-release

    Nothing published for this version

  29. v1.6.10-0.20200624014813-15773456313824 Jun 2020pre-release

    Nothing published for this version

  30. v1.6.10-0.20200604034728-c80a9361f4034 Jun 2020pre-release

    Nothing published for this version

  31. v1.6.10-0.20200509091344-bfa18e3eaed29 May 2020pre-release

    Nothing published for this version

  32. v1.6.10-0.20200103024738-5be122a3f5f03 Jan 2020pre-release

    Nothing published for this version

  33. v1.6.914 Nov 2019
    Release notes2 sources agree

    变更内容

    • 增加:优化config命令的提示
    • 增加:支持创建3AZ的bucket
    Open source →
  34. v1.6.717 Sept 2019
    Release notes2 sources agree

    变更内容

    • 修复:使用最新oss go sdk v2.0.3编译,修复无法分块上传归档object的bug
    Open source →
  35. v1.6.69 Aug 2019
    Release notes2 sources agree

    变更内容

    • 增加:支持http/https/socks5代理
    • 增加:增加du、policy、request-payment、object-tagging命令
    • 增加:appendfromfile,cat,symlink,ls,restore,rm,stat支持访问者付费模式
    • 增加:url签名支持http连接限速参数x-oss-traffic-limit
    • 增加:read-symlink支持多版本
    • 增加:修复批量rm objects异常时,错误信息提示错误
    Open source →
  36. v1.6.517 Jul 2019
    Release notes2 sources agree

    变更内容

    • 增加:cherry-pick之前的多版本特性
    Open source →
  37. v1.6.412 Jul 2019
    Release notes2 sources agree

    变更内容

    • 增加:增加user-qos, bucket-qos命令
    • 增加: 支持利用ecs绑定的角色操作
    • 增加: ls & rm命令支持include、exclude选项
    • 修复: cp命令传输速度统计不准
    • 修复: windows平台配置项长度不能超过256字符
    • 修复: 无法删除key中带有特殊字符的object
    Open source →
  38. v1.6.319 Jun 2019
    Release notes2 sources agree

    变更内容

    • 增加:增加lifecycle, website, cors-options命令
    Open source →
  39. v1.6.26 Jun 2019
    Release notes2 sources agree

    变更内容

    • 增加:增加多版本versioning特性
    Open source →
  40. v1.6.129 May 2019
    Release notes2 sources agree

    变更内容

    • 增加:增加bucket-tagging命令
    • 增加:增加bucket-encryption命令
    • 增加:为下载支持snapshot-path选项
    Open source →
  41. v1.6.023 Apr 2019

    Nothing published for this version

  42. v1.5.321 Apr 2019

    Nothing published for this version

  43. v0.0.0-20231030064308-ae4074dda00230 Oct 2023pre-release

    Nothing published for this version

  44. v0.0.0-20210805064837-331faf492a3c5 Aug 2021pre-release

    Nothing published for this version

  45. v0.0.0-20190124071454-b89e79fe70dc24 Jan 2019pre-release

    Nothing published for this version

  46. v0.0.0-20181115082105-db29843b1ee915 Nov 2018pre-release

    Nothing published for this version

  47. v0.0.0-20180425073959-725f3547b4fb25 Apr 2018pre-release

    Nothing published for this version

  48. v0.0.0-20171108133658-86f23e25b0dd8 Nov 2017pre-release

    Nothing published for this version