@aws-sdk/client-s3 3.894.0 → 3.896.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-cjs/index.js +1 -1
- package/dist-es/protocols/Aws_restXml.js +1 -1
- package/package.json +18 -19
package/dist-cjs/index.js
CHANGED
|
@@ -981,7 +981,7 @@ var import_xml_builder = require("@aws-sdk/xml-builder");
|
|
|
981
981
|
var import_core2 = require("@smithy/core");
|
|
982
982
|
var import_protocol_http = require("@smithy/protocol-http");
|
|
983
983
|
|
|
984
|
-
var import_uuid = require("uuid");
|
|
984
|
+
var import_uuid = require("@smithy/uuid");
|
|
985
985
|
|
|
986
986
|
// src/models/models_1.ts
|
|
987
987
|
|
|
@@ -3,7 +3,7 @@ import { XmlNode as __XmlNode, XmlText as __XmlText } from "@aws-sdk/xml-builder
|
|
|
3
3
|
import { requestBuilder as rb } from "@smithy/core";
|
|
4
4
|
import { isValidHostname as __isValidHostname, } from "@smithy/protocol-http";
|
|
5
5
|
import { collectBody, dateToUtcString as __dateToUtcString, decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, expectUnion as __expectUnion, getArrayIfSingleItem as __getArrayIfSingleItem, isSerializableHeaderValue, map, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, parseRfc7231DateTime as __parseRfc7231DateTime, quoteHeader as __quoteHeader, serializeDateTime as __serializeDateTime, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, withBaseException, } from "@smithy/smithy-client";
|
|
6
|
-
import { v4 as generateIdempotencyToken } from "uuid";
|
|
6
|
+
import { v4 as generateIdempotencyToken } from "@smithy/uuid";
|
|
7
7
|
import { AnalyticsFilter, BucketAlreadyExists, BucketAlreadyOwnedByYou, InvalidObjectState, MetricsFilter, NoSuchBucket, NoSuchKey, NoSuchUpload, NotFound, ObjectNotInActiveTierError, } from "../models/models_0";
|
|
8
8
|
import { EncryptionTypeMismatch, IdempotencyParameterMismatch, InvalidRequest, InvalidWriteOffset, ObjectAlreadyInActiveTierError, TooManyParts, } from "../models/models_1";
|
|
9
9
|
import { S3ServiceException as __BaseException } from "../models/S3ServiceException";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.896.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -29,27 +29,27 @@
|
|
|
29
29
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
30
30
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
32
|
+
"@aws-sdk/core": "3.896.0",
|
|
33
|
+
"@aws-sdk/credential-provider-node": "3.896.0",
|
|
34
34
|
"@aws-sdk/middleware-bucket-endpoint": "3.893.0",
|
|
35
35
|
"@aws-sdk/middleware-expect-continue": "3.893.0",
|
|
36
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
36
|
+
"@aws-sdk/middleware-flexible-checksums": "3.896.0",
|
|
37
37
|
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
38
38
|
"@aws-sdk/middleware-location-constraint": "3.893.0",
|
|
39
39
|
"@aws-sdk/middleware-logger": "3.893.0",
|
|
40
40
|
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
41
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
41
|
+
"@aws-sdk/middleware-sdk-s3": "3.896.0",
|
|
42
42
|
"@aws-sdk/middleware-ssec": "3.893.0",
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.896.0",
|
|
44
44
|
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
45
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
45
|
+
"@aws-sdk/signature-v4-multi-region": "3.896.0",
|
|
46
46
|
"@aws-sdk/types": "3.893.0",
|
|
47
|
-
"@aws-sdk/util-endpoints": "3.
|
|
47
|
+
"@aws-sdk/util-endpoints": "3.895.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.896.0",
|
|
50
50
|
"@aws-sdk/xml-builder": "3.894.0",
|
|
51
51
|
"@smithy/config-resolver": "^4.2.2",
|
|
52
|
-
"@smithy/core": "^3.
|
|
52
|
+
"@smithy/core": "^3.12.0",
|
|
53
53
|
"@smithy/eventstream-serde-browser": "^4.1.1",
|
|
54
54
|
"@smithy/eventstream-serde-config-resolver": "^4.2.1",
|
|
55
55
|
"@smithy/eventstream-serde-node": "^4.1.1",
|
|
@@ -60,33 +60,32 @@
|
|
|
60
60
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
61
61
|
"@smithy/md5-js": "^4.1.1",
|
|
62
62
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
63
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
64
|
-
"@smithy/middleware-retry": "^4.
|
|
63
|
+
"@smithy/middleware-endpoint": "^4.2.4",
|
|
64
|
+
"@smithy/middleware-retry": "^4.3.0",
|
|
65
65
|
"@smithy/middleware-serde": "^4.1.1",
|
|
66
66
|
"@smithy/middleware-stack": "^4.1.1",
|
|
67
67
|
"@smithy/node-config-provider": "^4.2.2",
|
|
68
68
|
"@smithy/node-http-handler": "^4.2.1",
|
|
69
69
|
"@smithy/protocol-http": "^5.2.1",
|
|
70
|
-
"@smithy/smithy-client": "^4.6.
|
|
70
|
+
"@smithy/smithy-client": "^4.6.4",
|
|
71
71
|
"@smithy/types": "^4.5.0",
|
|
72
72
|
"@smithy/url-parser": "^4.1.1",
|
|
73
73
|
"@smithy/util-base64": "^4.1.0",
|
|
74
74
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
75
75
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
76
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
77
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
76
|
+
"@smithy/util-defaults-mode-browser": "^4.1.4",
|
|
77
|
+
"@smithy/util-defaults-mode-node": "^4.1.4",
|
|
78
78
|
"@smithy/util-endpoints": "^3.1.2",
|
|
79
79
|
"@smithy/util-middleware": "^4.1.1",
|
|
80
80
|
"@smithy/util-retry": "^4.1.2",
|
|
81
81
|
"@smithy/util-stream": "^4.3.2",
|
|
82
82
|
"@smithy/util-utf8": "^4.1.0",
|
|
83
83
|
"@smithy/util-waiter": "^4.1.1",
|
|
84
|
-
"@
|
|
85
|
-
"tslib": "^2.6.2"
|
|
86
|
-
"uuid": "^9.0.1"
|
|
84
|
+
"@smithy/uuid": "^1.0.0",
|
|
85
|
+
"tslib": "^2.6.2"
|
|
87
86
|
},
|
|
88
87
|
"devDependencies": {
|
|
89
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
88
|
+
"@aws-sdk/signature-v4-crt": "3.896.0",
|
|
90
89
|
"@tsconfig/node18": "18.2.4",
|
|
91
90
|
"@types/node": "^18.19.69",
|
|
92
91
|
"concurrently": "7.0.0",
|