We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61282e6 commit e544ea6Copy full SHA for e544ea6
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# ChangeLog - Aliyun OSS SDK for Go
2
+## 版本号:v1.9.7 日期:2019-05-22
3
+### 变更内容
4
+- 增加:增加设置、查询、删除object tagging接口
5
+- 增加:增加设置、查询、删除bucket encryption接口
6
+- 增加:增加获取bucket统计信息接口
7
+
8
## 版本号:v1.9.6 日期:2019-04-15
9
### 变更内容
10
- 变更:扩展lifecycle功能,提供设置AbortMutipartUpload和Transitions两种规则的生命周期管理的处理
oss/const.go
@@ -163,5 +163,5 @@ const (
163
164
CheckpointFileSuffix = ".cp" // Checkpoint file suffix
165
166
- Version = "v1.9.6" // Go SDK version
+ Version = "v1.9.7" // Go SDK version
167
)
0 commit comments