@@ -17,7 +17,7 @@ script:
; fi
- cd oss
-- travis_wait 30 go test -v -covermode=count -coverprofile=coverage.out -timeout=30m
+- travis_wait 50 go test -v -covermode=count -coverprofile=coverage.out -timeout=50m
- "$HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci"
env:
@@ -1,3 +1,8 @@
+# ChangeLog - Aliyun OSS SDK for Go
+## 版本号:v1.9.8 日期:2019-05-25
+### 变更内容
+- 增加:增加设置、查询、删除bucket tagging接口
+
# ChangeLog - Aliyun OSS SDK for Go
## 版本号:v1.9.7 日期:2019-05-22
### 变更内容
@@ -12,6 +12,9 @@
> - OSS适合存放任意文件类型,适合各种网站、开发企业及开发者使用。
> - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
+## 版本
+> - Current version: v1.9.8
## 运行环境
> - Go 1.5及以上。
> - The OSS can store any type of files and therefore applies to various websites, development enterprises and developers.
> - With this SDK, you can upload, download and manage data on any app anytime and anywhere conveniently.
+## Version
## Running Environment
> - Go 1.5 or above.