mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Options get formed into the body.
This commit is contained in:
parent
b5f3f064e4
commit
888bcc5d81
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ module Fog
|
|||
}
|
||||
)
|
||||
params[:body] = encode_pairs(params[:options]) unless params[:options].nil?
|
||||
params.delete(:options)
|
||||
response = @connection.request(params)
|
||||
|
||||
raise_if_error!(response)
|
||||
|
|
Loading…
Reference in a new issue