1
0
Fork 0
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:
Matt Pokress 2013-11-20 14:36:38 -05:00
parent c9e7eba007
commit 821180cde3

View file

@ -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