Skip to content

Commit

Permalink
Merge pull request #161 from bahchis/fix/put-bucket-notification-bad-…
Browse files Browse the repository at this point in the history
…schema

storage request bad xml schema for put bucket notification fix
  • Loading branch information
geemus committed Aug 7, 2015
2 parents ff46ec8 + f900fc9 commit 5ee82a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/aws/requests/storage/put_bucket_notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def put_bucket_notification(bucket_name, notification)
QueueConfiguration do
Id queue['Id']
Queue queue['Queue']
Event topic['Event']
Event queue['Event']
end
end
notification.fetch('CloudFunctions', []).each do |func|
Expand Down

0 comments on commit 5ee82a6

Please sign in to comment.