Browse Source

修改oss.sh中的host配置,不使用inner_host使用host

郭超 4 years ago
parent
commit
95c0208d89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shell/oss.sh

+ 1 - 1
shell/oss.sh

@@ -12,7 +12,7 @@ source=$2
 # 参数3,上传时为OSS目标文件路径,下载时为本地目标文件路径
 dest=$3
 
-osshost=$bucket.$inner_host
+osshost=$bucket.$host
 #osshost=$bucket.$host
 # 校验method
 if test -z "$method"