OnceMi.AspNetCore.OSS icon indicating copy to clipboard operation
OnceMi.AspNetCore.OSS copied to clipboard

请问能否增加分片上传的Api方法

Open YaChengMu opened this issue 2 years ago • 1 comments

阿里云:https://help.aliyun.com/document_detail/31997.html 腾讯云:https://cloud.tencent.com/document/product/436/7746 七牛云:https://developer.qiniu.com/kodo/6364/multipartupload-interface 华为云:https://support.huaweicloud.com/api-obs/obs_04_0098.html

YaChengMu avatar Mar 14 '22 08:03 YaChengMu

后续可以添加此API。 目前可以通过调用原生API的方式进行分片上传。 比如阿里云 AliyunOSSService aliyunService = (AliyunOSSService )_service; aliyunService.Context.UploadPart();

withsalt avatar Mar 14 '22 08:03 withsalt