lib/alephant/publisher/options.rb in alephant-publisher-0.6.7 vs lib/alephant/publisher/options.rb in alephant-publisher-0.6.8
- old
+ new
@@ -9,10 +9,11 @@
attr_reader :queue, :writer
QUEUE_OPTS = [
:receive_wait_time,
:sqs_queue_name,
- :visibility_timeout
+ :visibility_timeout,
+ :aws_account_id
]
WRITER_OPTS = [
:lookup_table_name,
:msg_vary_id_path,