blob: 0509cd644671b951e8960936a4659e6f3bd190bd [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# uploader class for transferring the topology jar/tar files to storage
heron.class.uploader: org.apache.heron.uploader.s3.S3Uploader
# S3 bucket to put the jar file into
heron.uploader.s3.bucket: <s3_bucket>
# AWS access key
heron.uploader.s3.access_key: <aws_access_key>
# AWS secret access key
heron.uploader.s3.secret_key: <aws_secret_key>