File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11# ChangeLog - Aliyun OSS SDK for Go
22
3+ ## 版本号:v2.2.9 日期:2023-08-25
4+ ### 变更内容
5+ - 增加:support force path style option.
6+ - 增加:support context.Context option.
7+ - 修改:remove LifecycleFilterNot.Prefix omitempty attribute.
8+
9+
310## 版本号:v2.2.8 日期:2023-07-31
411### 变更内容
512- 增加:support EnvironmentVariableCredentialsProvider
Original file line number Diff line number Diff line change 1313> - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
1414
1515## 版本
16- > - Current version: v2.2.8
16+ > - Current version: v2.2.9
1717
1818## 运行环境
1919> - Go 1.5及以上。
Original file line number Diff line number Diff line change 1313> - With this SDK, you can upload, download and manage data on any app anytime and anywhere conveniently.
1414
1515## Version
16- > - Current version: v2.2.8
16+ > - Current version: v2.2.9
1717
1818## Running Environment
1919> - Go 1.5 or above.
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ const (
8181 StorageDeepColdArchive StorageClassType = "DeepColdArchive"
8282)
8383
84- //RedundancyType bucket data Redundancy type
84+ // RedundancyType bucket data Redundancy type
8585type DataRedundancyType string
8686
8787const (
@@ -92,7 +92,7 @@ const (
9292 RedundancyZRS DataRedundancyType = "ZRS"
9393)
9494
95- //ObjecthashFuncType
95+ // ObjecthashFuncType
9696type ObjecthashFuncType string
9797
9898const (
@@ -111,7 +111,7 @@ const (
111111 BucketOwner PayerType = "BucketOwner"
112112)
113113
114- //RestoreMode the restore mode for coldArchive object
114+ // RestoreMode the restore mode for coldArchive object
115115type RestoreMode string
116116
117117const (
@@ -245,7 +245,7 @@ const (
245245
246246 DefaultContentSha256 = "UNSIGNED-PAYLOAD" // for v4 signature
247247
248- Version = "v2.2.8 " // Go SDK version
248+ Version = "v2.2.9 " // Go SDK version
249249)
250250
251251// FrameType
You can’t perform that action at this time.
0 commit comments