mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[ec2] fixes for modify_image_attributes
This commit is contained in:
parent
b1655ab847
commit
3197c257b5
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ module Fog
|
|||
'Action' => 'ModifyImageAttribute',
|
||||
'Attribute' => attribute,
|
||||
'ImageId' => image_id,
|
||||
'OperationType' => operation,
|
||||
'OperationType' => operation_type,
|
||||
:parser => Fog::Parsers::AWS::EC2::Basic.new
|
||||
}.merge!(params))
|
||||
end
|
||||
|
@ -28,7 +28,7 @@ module Fog
|
|||
|
||||
class Mock
|
||||
|
||||
def modify_image_attributes(image_id, user_id, options = {})
|
||||
def modify_image_attributes(image_id, attribute, operation_type, options = {})
|
||||
raise MockNotImplemented.new("Contributions welcome!")
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue