class Envirobly::Aws::S3
def object_exists?(key)
def object_exists?(key) @client.head_object(bucket: @bucket, key:) true rescue Aws::S3::Errors::NotFound false end
def object_exists?(key) @client.head_object(bucket: @bucket, key:) true rescue Aws::S3::Errors::NotFound false end