소스 검색

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

郭超 4 년 전
부모
커밋
95c0208d89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"