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

Merge pull request #161 from bahchis/fix/put-bucket-notification-bad-schema

storage request bad xml schema for put bucket notification fix
This commit is contained in:
Wesley Beary 2015-08-07 15:03:05 -05:00
commit 5ee82a6ca4

View file

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