class ActiveStorage::Service

def delete_prefixed(prefix)

Delete files at keys starting with the +prefix+.
def delete_prefixed(prefix)
  raise NotImplementedError
end