lib/alephant/publisher/queue/revalidate_writer.rb in alephant-publisher-queue-2.4.2 vs lib/alephant/publisher/queue/revalidate_writer.rb in alephant-publisher-queue-2.5.0

- old
+ new

@@ -21,10 +21,10 @@ def renderer @renderer ||= Alephant::Renderer.create(config, http_data) end def storage - @storage ||= Alephant::Cache.new(config.fetch(:s3_bucket_id), config.fetch(:s3_object_path)) + @storage ||= Alephant::Storage.new(config.fetch(:s3_bucket_id), config.fetch(:s3_object_path)) end def lookup @lookup ||= Alephant::Lookup.create(config.fetch(:lookup_table_name), config) end