Skip to content

Commit 89fe321

Browse files
committed
patch of copy
1 parent 594b1cb commit 89fe321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qcloud/Cos/Copy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Copy {
99
/**
1010
* const var: part size from 5MB to 5GB, and max parts of 10000 are allowed for each upload.
1111
*/
12-
const MIN_PART_SIZE = 1024 * 1024 * 1024;
12+
const MIN_PART_SIZE = 1073741824;
1313
const MAX_PART_SIZE = 5368709120;
1414
const MAX_PARTS = 10000;
1515

0 commit comments

Comments
 (0)