Parcourir la source

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

郭超 il y a 4 ans
Parent
commit
95c0208d89
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"