Merge pull request #17814 from themez/master

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-12-01 00:22:51 -08:00
commit 7bcd7759fa
1 changed files with 2 additions and 0 deletions

View File

@ -541,6 +541,8 @@ function upload-server-tars() {
# "US Classic" does not follow the pattern
s3_url_base=https://s3.amazonaws.com
s3_bucket_location=us-east-1
elif [[ "${s3_bucket_location}" == "cn-north-1" ]]; then
s3_url_base=https://s3.cn-north-1.amazonaws.com.cn
fi
local -r staging_path="devel"