# Copyright (c) 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

api_version: 1
runtime: python27
threadsafe: true

builtins:
- remote_api: on

handlers:
- url: /upload
  script: trace_uploader.endpoints.upload.app
  secure: always

- url: /corpus_cleanup
  script: trace_uploader.endpoints.corpus_cleanup.app
  secure: always
  login: admin