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.
1 parent 508b35e commit d3d7bfaCopy full SHA for d3d7bfa
QCloudCOSXML/Classes/Transfer/request/QCloudPutObjectRequest+Custom.h
@@ -5,8 +5,8 @@
5
// Created by karisli(李雪) on 2018/8/14.
6
//
7
8
-#import <QCloudCOSXML/QCloudCOSXML.h>
9
-
+#import <Foundation/Foundation.h>
+#import "QCloudPutObjectRequest.h"
10
@interface QCloudPutObjectRequest (Custom)
11
/**
12
该选项设置为YES后,在上传完成后会比对COS上储存的文件MD5和本地文件的MD5,如果MD5有差异的话会返回-340013错误码。
0 commit comments