class ActiveStorage::Service::S3Service

def delete(key)

def delete(key)
  instrument :delete, key: key do
    object_for(key).delete
  end
end