mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace|storage] put_object with request_block can not be idempotent
This commit is contained in:
parent
9c15a41fa1
commit
ceb2bb0597
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module Fog
|
||||||
|
|
||||||
params.merge!(
|
params.merge!(
|
||||||
:expects => 201,
|
:expects => 201,
|
||||||
:idempotent => true,
|
:idempotent => !params[:request_block],
|
||||||
:headers => headers,
|
:headers => headers,
|
||||||
:method => 'PUT',
|
:method => 'PUT',
|
||||||
:path => "#{Fog::Rackspace.escape(container)}/#{Fog::Rackspace.escape(object)}"
|
:path => "#{Fog::Rackspace.escape(container)}/#{Fog::Rackspace.escape(object)}"
|
||||||
|
|
Loading…
Reference in a new issue