mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fixed AWS::Glacier::Vault.delete_notification_configuration so that it passes the ID to the underlying core request
This commit is contained in:
parent
c9e7eba007
commit
821180cde3
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module Fog
|
|||
end
|
||||
|
||||
def delete_notification_configuration
|
||||
service.delete_vault_notification_configuration
|
||||
service.delete_vault_notification_configuration(id)
|
||||
end
|
||||
|
||||
def save
|
||||
|
|
Loading…
Reference in a new issue