mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Fix typo in readme
This commit is contained in:
parent
918851cbbe
commit
df73d7bdc1
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ directory.files.new(key: 'user/1/Gemfile').url(Time.now + 60)
|
|||
```
|
||||
|
||||
##### Generate download URL
|
||||
You should pass an option arguyment that contains the `query` key with `response-content-disposition` inside indicating that is an attachment and the filename to be used when downloaded.
|
||||
You should pass an option argument that contains the `query` key with `response-content-disposition` inside indicating that is an attachment and the filename to be used when downloaded.
|
||||
|
||||
```ruby
|
||||
options = {
|
||||
|
|
Loading…
Reference in a new issue