# File lib/aws/s3/s3_object.rb, line 70 def exists? head rescue Errors::NoSuchKey => e false else true end