11 12 13
# File 'lib/uri/s3.rb', line 11 def s3_object(options = {}) @s3_object ||= s3_bucket(options).object(s3_key) end