Skip to content

Commit

Permalink
update version to v1.6.19
Browse files Browse the repository at this point in the history
  • Loading branch information
taowei.wtw committed Sep 3, 2020
1 parent 420f711 commit 97d5704
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 版本号:v1.6.19 日期:2020-09-03
### 变更内容
- 修复: set-meta命令的更新模式会将object的acl重置为default

## 版本号:v1.6.18 日期:2020-07-24
### 变更内容
- 修复: 使用oss go sdk v2.1.4重新编译,lifecycle支持输入NoncurrentVersionTransition数组
Expand Down
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
### [README of English](https://github.com/aliyun/ossutil/blob/master/README.md)

## 关于
- 此工具采用go语言,基于OSS[阿里云对象存储服务](http://www.aliyun.com/product/oss/)官方GO SDK v2.1.2 构建。
- 此工具采用go语言,基于OSS[阿里云对象存储服务](http://www.aliyun.com/product/oss/)官方GO SDK v2.1.4 构建。
- 阿里云对象存储(Object Storage Service,简称OSS),是阿里云对外提供的海量,安全,低成本,高可靠的云存储服务。
- OSS适合存放任意文件类型,适合各种网站、开发企业及开发者使用。
- 该工具旨在为用户提供一个方便的,以命令行方式管理OSS数据的途径。
- 当前版本提供了列举和删除Multipart Uploads功能。
- 当前版本未提供Bucket管理功能功能,相关功能会在后续版本中开发。

## 版本
- 当前版本:v1.6.18
- 当前版本:v1.6.19

## 运行环境
- Linux
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
### [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.2 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.4 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.
- The current version provides to list and delete multipart upload tasks.
- The current version does not support bucket management. The feature will be available in future versions.

## Version
- Current version: v1.6.18
- Current version: v1.6.19

## Run environment
- Linux
Expand Down

0 comments on commit 97d5704

Please sign in to comment.