Ai
1 Star 0 Fork 0

finder/aliyun-oss-go-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
crypto_multicopy.go 338 Bytes
一键复制 编辑 原始数据 按行查看 历史
finder 提交于 2020-06-23 17:15 +08:00 . U
package osscrypto
import (
"fmt"
"gitee.com/ifinder/aliyun-oss-go-sdk/oss"
)
// CopyFile with multi part mode, temporarily not supported
func (bucket CryptoBucket) CopyFile(srcBucketName, srcObjectKey, destObjectKey string, partSize int64, options ...oss.Option) error {
return fmt.Errorf("CryptoBucket doesn't support CopyFile")
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
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

搜索帮助