# File lib/capybara-screenshot/s3_saver.rb, line 10 def initialize(saver, s3_client, bucket_name, object_configuration, options={}) @saver = saver @s3_client = s3_client @bucket_name = bucket_name @key_prefix = options[:key_prefix] @object_configuration = object_configuration end