Skip to content

Commit dec10ed

Browse files
committed
release v2.2.9
1 parent 3517bd1 commit dec10ed

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

README-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
> - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
1414
1515
## 版本
16-
> - Current version: v2.2.8
16+
> - Current version: v2.2.9
1717
1818
## 运行环境
1919
> - Go 1.5及以上。

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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.

oss/const.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
8585
type DataRedundancyType string
8686

8787
const (
@@ -92,7 +92,7 @@ const (
9292
RedundancyZRS DataRedundancyType = "ZRS"
9393
)
9494

95-
//ObjecthashFuncType
95+
// ObjecthashFuncType
9696
type ObjecthashFuncType string
9797

9898
const (
@@ -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
115115
type RestoreMode string
116116

117117
const (
@@ -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

0 commit comments

Comments
 (0)