Skip to content

Commit

Permalink
Merge pull request #25 from aliyun/refine-readme
Browse files Browse the repository at this point in the history
Set branch to master for build badge & fix api comments
  • Loading branch information
rockuw committed Mar 9, 2016
2 parents 2862fb0 + 1015883 commit 57a6cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Aliyun OSS SDK for Ruby

[![Gem Version](https://badge.fury.io/rb/aliyun-sdk.svg)](https://badge.fury.io/rb/aliyun-sdk)
[![Build Status](https://travis-ci.org/aliyun/aliyun-oss-ruby-sdk.svg)](https://travis-ci.org/aliyun/aliyun-oss-ruby-sdk)
[![Build Status](https://travis-ci.org/aliyun/aliyun-oss-ruby-sdk.svg?branch=master)](https://travis-ci.org/aliyun/aliyun-oss-ruby-sdk?branch=master)
[![Coverage Status](https://coveralls.io/repos/aliyun/aliyun-oss-ruby-sdk/badge.svg?branch=master&service=github)](https://coveralls.io/github/aliyun/aliyun-oss-ruby-sdk?branch=master)

-----
Expand Down Expand Up @@ -413,6 +413,7 @@ bundle exec rake test
更多文档请查看:

- 阿里云官网文档:http://help.aliyun.com/product/8314910_oss.html
- OSS官网SDK文档:https://help.aliyun.com/document_detail/oss/sdk/ruby-sdk/install.html


[region-list]: https://help.aliyun.com/document_detail/oss/user_guide/endpoint_region.html
Expand Down
2 changes: 1 addition & 1 deletion lib/aliyun/oss/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Client
# KEY SECRET,如果不填则会尝试匿名访问
# @option opts [Boolean] :cname [可选] 指定endpoint是否是用户绑
# 定的域名
# @option opts [Boolean] :sts_token [可选] 指定STS的
# @option opts [String] :sts_token [可选] 指定STS的
# SecurityToken,如果指定,则使用STS授权访问
# @option opts [Fixnum] :open_timeout [可选] 指定建立连接的超时
# 时间,默认为10秒
Expand Down

0 comments on commit 57a6cec

Please sign in to comment.