lib/alephant/publisher.rb in alephant-publisher-0.6.2 vs lib/alephant/publisher.rb in alephant-publisher-0.6.3

- old
+ new

@@ -54,10 +54,10 @@ opts.writer[:s3_object_path] ) end def aws_queue - AWS::SQS.new.queues[opts.queue[:sqs_queue_url]] + AWS::SQS.new.queues.named(opts.queue[:sqs_queue_name]) end end end end