mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
aws/compute: Hotfix, wrong Name argument for copy_image
This commit is contained in:
parent
052768c95e
commit
e49d143fd3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module Fog
|
|||
'Action' => 'CopyImage',
|
||||
'SourceImageId' => source_image_id,
|
||||
'SourceRegion' => source_region,
|
||||
'Name' => source_region,
|
||||
'Name' => name,
|
||||
'Description' => description,
|
||||
'ClientToken' => client_token,
|
||||
:parser => Fog::Parsers::Compute::AWS::CopyImage.new
|
||||
|
|
Loading…
Add table
Reference in a new issue