diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb652d9..d1922da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 版本号:v1.6.15 日期:2020-06-24 +### 变更内容 + - 新增: 增加revert-versioning命令 + ## 版本号:v1.6.14 日期:2020-06-04 ### 变更内容 - 新增: 支持国密(SM4)及其BYOK功能 diff --git a/README-CN.md b/README-CN.md index 9e0e29e9..049415f7 100644 --- a/README-CN.md +++ b/README-CN.md @@ -7,7 +7,7 @@ ### [README of English](https://github.com/aliyun/ossutil/blob/master/README.md) ## 关于 -- 此工具采用go语言,基于OSS[阿里云对象存储服务](http://www.aliyun.com/product/oss/)官方GO SDK v2.1.1 构建。 +- 此工具采用go语言,基于OSS[阿里云对象存储服务](http://www.aliyun.com/product/oss/)官方GO SDK v2.1.2 构建。 - 阿里云对象存储(Object Storage Service,简称OSS),是阿里云对外提供的海量,安全,低成本,高可靠的云存储服务。 - OSS适合存放任意文件类型,适合各种网站、开发企业及开发者使用。 - 该工具旨在为用户提供一个方便的,以命令行方式管理OSS数据的途径。 @@ -15,7 +15,7 @@ - 当前版本未提供Bucket管理功能功能,相关功能会在后续版本中开发。 ## 版本 -- 当前版本:v1.6.14 +- 当前版本:v1.6.15 ## 运行环境 - Linux diff --git a/README.md b/README.md index b47f3bea..fc052752 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### [README of Chinese](https://github.com/aliyun/ossutil/blob/master/README-CN.md) ## About -- This tool is developed with Go and built on the official GO SDK v2.1.1 of OSS [Alibaba Cloud Object Storage Service](http://www.aliyun.com/product/oss/). +- This tool is developed with Go and built on the official GO SDK v2.1.2 of OSS [Alibaba Cloud Object Storage Service](http://www.aliyun.com/product/oss/). - OSS is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, low cost, and high reliability. - OSS can store any type of files. It applies to various websites, development enterprises and developers. - This tool aims to provide a convenient-to-use command line for users to manage data in OSS. @@ -15,7 +15,7 @@ - The current version does not support bucket management. The feature will be available in future versions. ## Version -- Current version: v1.6.14 +- Current version: v1.6.15 ## Run environment - Linux