mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
This needs to be indexed to 1 for it to work right
This commit is contained in:
parent
60ebfd67f8
commit
3fb7f85967
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ module Fog
|
|||
#
|
||||
def modify_snapshot_attribute(snapshot_id, attribute, operation_type, options = {})
|
||||
params = {}
|
||||
params.merge!(AWS.indexed_param('UserId', options['UserId']))
|
||||
params.merge!(AWS.indexed_param('UserGroup', options['UserGroup']))
|
||||
params.merge!(AWS.indexed_param('UserId', options['UserId'], 1))
|
||||
params.merge!(AWS.indexed_param('UserGroup', options['UserGroup'], 1))
|
||||
request({
|
||||
'Action' => 'ModifySnapshotAttribute',
|
||||
'Attribute' => attribute,
|
||||
|
|
Loading…
Add table
Reference in a new issue