README.md in upyun-1.0.7 vs README.md in upyun-1.0.8
- old
+ new
@@ -11,11 +11,11 @@
## 安装
在 `Gemfile` 中加入以下代码
```ruby
-gem 'upyun', '~> 1.0.5'
+gem 'upyun', '~> 1.0.8'
```
然后执行如下命令安装:
```
@@ -298,10 +298,10 @@
##### 自定义参数
可以在上传的时候指定一些策略参数:
```ruby
opts = {
- 'save_key' => '/foo/bar.jpg',
+ 'save-key' => '/foo/bar.jpg',
'content-type' => 'image/jpeg',
'image-width-range' => '0,1024',
'return-url' => 'http://www.example.com'
}
upyun.upload('file', opts)