Skip to content

Commit

Permalink
update version to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taowei.wtw committed Apr 23, 2019
1 parent 364ae9b commit cf3f1d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- 当前版本未提供Bucket管理功能功能,相关功能会在后续版本中开发。

## 版本
- 当前版本:1.5.3
- 当前版本:1.6.0

## 运行环境
- Linux
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- The current version does not support bucket management. The feature will be available in future versions.

## Version
- Current version: 1.5.3
- Current version: 1.6.0

## Run environment
- Linux
Expand Down
4 changes: 2 additions & 2 deletions lib/bucket_log.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var specChineseBucketLog = SpecText{
`,
sampleText: `
1) 设置bucket的日志配置
ossutil logging --method put oss://bucket local_xml_file
ossutil logging --method put oss://bucket oss://target-bucket/
2) 查询bucket的日志配置,结果输出到标准输出
ossutil logging --method get oss://bucket
Expand Down Expand Up @@ -80,7 +80,7 @@ Usage:
`,
sampleText: `
1) put bucket log configuration
ossutil logging --method put oss://bucket local_xml_file
ossutil logging --method put oss://bucket oss://target-bucket/
2) get bucket log configuration to stdout
ossutil logging --method get oss://bucket
Expand Down

0 comments on commit cf3f1d0

Please sign in to comment.