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:
commit
5ee82a6ca4
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue