lib/alephant/broker/models/response/asset_response.rb in alephant-broker-0.1.4 vs lib/alephant/broker/models/response/asset_response.rb in alephant-broker-0.1.5
- old
+ new
@@ -29,10 +29,10 @@
end
private
def cache
- @cache ||= Alephant::Cache.new(config[:bucket_base_path], config[:s3_object_path])
+ @cache ||= Alephant::Cache.new(config[:s3_bucket_id], config[:s3_object_path])
end
def set_error_for(exception, status)
logger.info("Broker.assetResponse.set_error_for: #{status} exception raised (#{exception.message})")
self.status = status