Skip to content

Commit

Permalink
release v2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Aug 25, 2023
1 parent 3517bd1 commit dec10ed
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog - Aliyun OSS SDK for Go

## 版本号:v2.2.9 日期:2023-08-25
### 变更内容
- 增加:support force path style option.
- 增加:support context.Context option.
- 修改:remove LifecycleFilterNot.Prefix omitempty attribute.


## 版本号:v2.2.8 日期:2023-07-31
### 变更内容
- 增加:support EnvironmentVariableCredentialsProvider
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
## 版本
> - Current version: v2.2.8
> - Current version: v2.2.9
## 运行环境
> - Go 1.5及以上。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> - With this SDK, you can upload, download and manage data on any app anytime and anywhere conveniently.
## Version
> - Current version: v2.2.8
> - Current version: v2.2.9
## Running Environment
> - Go 1.5 or above.
Expand Down
8 changes: 4 additions & 4 deletions oss/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const (
StorageDeepColdArchive StorageClassType = "DeepColdArchive"
)

//RedundancyType bucket data Redundancy type
// RedundancyType bucket data Redundancy type
type DataRedundancyType string

const (
Expand All @@ -92,7 +92,7 @@ const (
RedundancyZRS DataRedundancyType = "ZRS"
)

//ObjecthashFuncType
// ObjecthashFuncType
type ObjecthashFuncType string

const (
Expand All @@ -111,7 +111,7 @@ const (
BucketOwner PayerType = "BucketOwner"
)

//RestoreMode the restore mode for coldArchive object
// RestoreMode the restore mode for coldArchive object
type RestoreMode string

const (
Expand Down Expand Up @@ -245,7 +245,7 @@ const (

DefaultContentSha256 = "UNSIGNED-PAYLOAD" // for v4 signature

Version = "v2.2.8" // Go SDK version
Version = "v2.2.9" // Go SDK version
)

// FrameType
Expand Down

0 comments on commit dec10ed

Please sign in to comment.