We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35e022f + c6c0a11 commit 41f7644Copy full SHA for 41f7644
include/cos_api.h
@@ -244,15 +244,6 @@ class CosAPI {
244
/// \return 返回HTTP请求的状态码及错误信息
245
CosResult GetObject(const GetObjectByFileReq& request, GetObjectByFileResp* response);
246
247
- /// \brief 多线程下载Bucket中的一个文件到本地
248
- /// 详见: https://www.qcloud.com/document/product/436/7753
249
- ///
250
- /// \param request MultiGetObject请求
251
- /// \param response MultiGetObject返回
252
253
- /// \return 返回HTTP请求的状态码及错误信息
254
- CosResult GetObject(const MultiGetObjectReq& request, MultiGetObjectResp* response);
255
-
256
/// \brief 返回对象的URL
257
///
258
/// \param bucket 存储桶名
@@ -799,4 +790,4 @@ class CosAPI {
799
790
};
800
791
801
792
} // namespace qcloud_cos
802
-#endif
793
+#endif
0 commit comments