1
0
Fork 0
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:
Sean Handley 2013-06-07 14:18:51 +01:00
parent b5f3f064e4
commit 888bcc5d81

View file

@ -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)