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 594b1cb commit 89fe321Copy full SHA for 89fe321
src/Qcloud/Cos/Copy.php
@@ -9,7 +9,7 @@ class Copy {
9
/**
10
* const var: part size from 5MB to 5GB, and max parts of 10000 are allowed for each upload.
11
*/
12
- const MIN_PART_SIZE = 1024 * 1024 * 1024;
+ const MIN_PART_SIZE = 1073741824;
13
const MAX_PART_SIZE = 5368709120;
14
const MAX_PARTS = 10000;
15
0 commit comments