1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

storage request bad xml schema for put bucket notification fix

This commit is contained in:
Sergey Bahchissaraitsev 2015-08-03 14:26:04 +03:00
parent cfc0b87eb7
commit f900fc99b7

View file

@ -36,7 +36,7 @@ module Fog
QueueConfiguration do
Id queue['Id']
Queue queue['Queue']
Event topic['Event']
Event queue['Event']
end
end
notification.fetch('CloudFunctions', []).each do |func|