Skip to content

Commit a6f70d6

Browse files
committed
Update UploadManager.php
1 parent 11d2f21 commit a6f70d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Qiniu/Storage/UploadManager.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ public function putFile(
8484
$key,
8585
$filePath,
8686
$params = null,
87-
$mime = 'application/octet-stream'
87+
$mime = 'application/octet-stream',
88+
$checkCrc = false
8889
) {
8990

9091
$file = fopen($filePath, 'rb');

0 commit comments

Comments
 (0)