# File lib/aws/s3/s3_object.rb, line 98 def head options = {} client.head_object(options.merge( :bucket_name => bucket.name, :key => key)) end