@aws-sdk/lib-storage 3.803.0 → 3.804.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-es/Upload.js
CHANGED
|
@@ -7,7 +7,7 @@ import { byteLength } from "./bytelength";
|
|
|
7
7
|
import { getChunk } from "./chunker";
|
|
8
8
|
export class Upload extends EventEmitter {
|
|
9
9
|
static MIN_PART_SIZE = 1024 * 1024 * 5;
|
|
10
|
-
MAX_PARTS =
|
|
10
|
+
MAX_PARTS = 10_000;
|
|
11
11
|
queueSize = 4;
|
|
12
12
|
partSize = Upload.MIN_PART_SIZE;
|
|
13
13
|
leavePartsOnError = false;
|
package/dist-types/Upload.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/lib-storage",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.804.0",
|
|
4
4
|
"description": "Storage higher order operation",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -29,25 +29,25 @@
|
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@smithy/abort-controller": "^4.0.2",
|
|
32
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
33
|
-
"@smithy/smithy-client": "^4.2.
|
|
32
|
+
"@smithy/middleware-endpoint": "^4.1.2",
|
|
33
|
+
"@smithy/smithy-client": "^4.2.2",
|
|
34
34
|
"buffer": "5.6.0",
|
|
35
35
|
"events": "3.3.0",
|
|
36
36
|
"stream-browserify": "3.0.0",
|
|
37
37
|
"tslib": "^2.6.2"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@aws-sdk/client-s3": "^3.
|
|
40
|
+
"@aws-sdk/client-s3": "^3.804.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@aws-sdk/client-s3": "3.
|
|
43
|
+
"@aws-sdk/client-s3": "3.804.0",
|
|
44
44
|
"@smithy/types": "^4.2.0",
|
|
45
45
|
"@tsconfig/recommended": "1.0.1",
|
|
46
46
|
"@types/node": "^18.19.69",
|
|
47
47
|
"concurrently": "7.0.0",
|
|
48
48
|
"downlevel-dts": "0.10.1",
|
|
49
49
|
"rimraf": "3.0.2",
|
|
50
|
-
"typescript": "~5.
|
|
50
|
+
"typescript": "~5.8.3",
|
|
51
51
|
"web-streams-polyfill": "3.2.1"
|
|
52
52
|
},
|
|
53
53
|
"typesVersions": {
|