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