From b7ee53add0534ff2877215c6464aa9e96c6961cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Thu, 30 Mar 2023 10:37:17 +0800 Subject: [PATCH] - update storage --- library.go | 2 +- utils/gostorage/aliyun.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.go b/library.go index de486a8d..cb69fa97 100644 --- a/library.go +++ b/library.go @@ -1,5 +1,5 @@ package go_library func Version() string { - return "1.0.115" + return "1.0.116" } diff --git a/utils/gostorage/aliyun.go b/utils/gostorage/aliyun.go index 2a4e06cb..34e7c4e9 100644 --- a/utils/gostorage/aliyun.go +++ b/utils/gostorage/aliyun.go @@ -40,7 +40,7 @@ func NewAliYun(config *AliYunConfig) (*AliYun, error) { return nil, app.error } - return app, errors.New("链接失败") + return app, nil } // PutObject 上传文件流