You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2021/06/17 20:44:26 UTC

[incubator-heron] branch master updated: Adding missing heron s3 region into kubernetes config (#3697)

This is an automated email from the ASF dual-hosted git repository.

nicknezis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new 3215a76  Adding missing heron s3 region into kubernetes config (#3697)
3215a76 is described below

commit 3215a7603d05342c635bdfbdfdc009d10c61ab37
Author: Bouryu <ga...@gmail.com>
AuthorDate: Fri Jun 18 04:44:15 2021 +0800

    Adding missing heron s3 region into kubernetes config (#3697)
    
    Co-authored-by: Windham Wong <wi...@nva-hk.com>
---
 heron/config/src/yaml/conf/kubernetes/uploader.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/heron/config/src/yaml/conf/kubernetes/uploader.yaml b/heron/config/src/yaml/conf/kubernetes/uploader.yaml
index 0509cd6..a86ce6a 100644
--- a/heron/config/src/yaml/conf/kubernetes/uploader.yaml
+++ b/heron/config/src/yaml/conf/kubernetes/uploader.yaml
@@ -21,8 +21,11 @@ heron.class.uploader:                            org.apache.heron.uploader.s3.S3
 # S3 bucket to put the jar file into
 heron.uploader.s3.bucket: <s3_bucket>
 
+# S3 bucket region
+heron.uploader.s3.region: <s3_region>
+
 # AWS access key
 heron.uploader.s3.access_key: <aws_access_key>
 
 # AWS secret access key
-heron.uploader.s3.secret_key: <aws_secret_key>
\ No newline at end of file
+heron.uploader.s3.secret_key: <aws_secret_key>