class ActiveStorage::Service

def exist?(key)

Return +true+ if a file exists at the +key+.
def exist?(key)
  raise NotImplementedError
end