Method: String#bucket_object_exists?

Defined in:
lib/core/string.rb

#bucket_object_exists?(key) ⇒ Boolean

Returns:

  • (Boolean)


36
37
38
# File 'lib/core/string.rb', line 36

def bucket_object_exists?(key)
  AWS::S3::S3Object.exists? key, self
end