1 Star 0 Fork 0

finder / aliyun-oss-go-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
crypto_download.go 327 Bytes
一键复制 编辑 原始数据 按行查看 历史
finder 提交于 2020-06-23 17:15 . U
package osscrypto
import (
"fmt"
"gitee.com/ifinder/aliyun-oss-go-sdk/oss"
)
// DownloadFile with multi part mode, temporarily not supported
func (bucket CryptoBucket) DownloadFile(objectKey, filePath string, partSize int64, options ...oss.Option) error {
return fmt.Errorf("CryptoBucket doesn't support DownloadFile")
}
1
https://gitee.com/ifinder/aliyun-oss-go-sdk.git
git@gitee.com:ifinder/aliyun-oss-go-sdk.git
ifinder
aliyun-oss-go-sdk
aliyun-oss-go-sdk
3ea99cda0f57

搜索帮助