class AzureBlob::Client
def blob_exist?(key, options = {})
Returns a boolean indicating if the blob exists.
def blob_exist?(key, options = {}) get_blob_properties(key, options).present? rescue AzureBlob::Http::FileNotFoundError false end
def blob_exist?(key, options = {}) get_blob_properties(key, options).present? rescue AzureBlob::Http::FileNotFoundError false end