class ActiveStorage::Service::MirrorService

def delete(key)

Delete the file at the +key+ on all services.
def delete(key)
  perform_across_services :delete, key
end