Skip to content

Commit

Permalink
release 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Sep 9, 2019
1 parent 7256f9d commit 37f6238
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# ChangeLog - Aliyun OSS SDK for C
## 版本号:3.9.0 日期:2019-09-09
### 变更内容
- 添加:支持x-oss-sign-origin-only 签名子资源

## 版本号:3.8.0 日期:2019-08-09
### 变更内容
- 添加:支持object tagging功能
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
阿里云对象存储(Object Storage Service,简称OSS),是阿里云对外提供的海量、安全、低成本、高可靠的云存储服务。用户可以通过调用API,在任何应用、任何时间、任何地点上传和下载数据,也可以通过用户Web控制台对数据进行简单的管理。OSS适合存放任意文件类型,适合各种网站、开发企业及开发者使用。OSS C SDK提供了一系列接口方便用户使用OSS。

## 版本
- 当前版本:3.8.0
- 当前版本:3.9.0

## 安装方法
### 环境依赖
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Alibaba Cloud Object Storage Service (OSS) is a cloud storage service provided by Alibaba Cloud, featuring massive capacity, security, a low cost, and high reliability. You can upload and download data on any application anytime and anywhere by calling APIs, and perform simple management of data through the web console. The OSS can store any type of files and therefore applies to various websites, development enterprises and developers. The OSS C SDK provides a variety of interfaces for convenient use of the OSS.

## Version
- Current version: 3.8.0.
- Current version: 3.9.0.

## Install OSS C SDK
### Environment dependency
Expand Down
2 changes: 1 addition & 1 deletion oss_c_sdk/aos_define.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ typedef apr_array_header_t aos_array_header_t;
#define CR (char) 13
#define CRLF "\x0d\x0a"

#define AOS_VERSION "3.8.0"
#define AOS_VERSION "3.9.0"
#define AOS_VER "aliyun-sdk-c/" AOS_VERSION

#define AOS_HTTP_PREFIX "http://"
Expand Down

0 comments on commit 37f6238

Please sign in to comment.