Skip to content

Commit

Permalink
update version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taowei.wtw committed Apr 17, 2019
1 parent 8678283 commit b997dea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 1.9.5 构建。
- 此工具采用go语言,基于OSS[阿里云对象存储服务](http://www.aliyun.com/product/oss/)官方GO SDK 1.9.6 构建。
- 阿里云对象存储(Object Storage Service,简称OSS),是阿里云对外提供的海量,安全,低成本,高可靠的云存储服务。
- OSS适合存放任意文件类型,适合各种网站、开发企业及开发者使用。
- 该工具旨在为用户提供一个方便的,以命令行方式管理OSS数据的途径。
- 当前版本提供了列举和删除Multipart Uploads功能。
- 当前版本未提供Bucket管理功能功能,相关功能会在后续版本中开发。

## 版本
- 当前版本:1.5.1
- 当前版本:1.5.2

## 运行环境
- 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 1.9.5 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 1.9.6 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: 1.5.1
- Current version: 1.5.2

## Run environment
- Linux
Expand Down
2 changes: 1 addition & 1 deletion lib/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const (
const (
Package string = "ossutil"
ChannelBuf int = 1000
Version string = "1.5.1"
Version string = "1.5.2"
DefaultEndpoint string = "oss.aliyuncs.com"
ChineseLanguage = "CH"
EnglishLanguage = "EN"
Expand Down

0 comments on commit b997dea

Please sign in to comment.