@aws-sdk/middleware-sdk-s3-control 3.972.3 → 3.972.5
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 -4
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -200,10 +200,7 @@ const getRedirectFromPostIdPlugin = (options) => ({
|
|
|
200
200
|
},
|
|
201
201
|
});
|
|
202
202
|
|
|
203
|
-
|
|
204
|
-
enumerable: true,
|
|
205
|
-
get: function () { return middlewareBucketEndpoint.NODE_USE_ARN_REGION_CONFIG_OPTIONS; }
|
|
206
|
-
});
|
|
203
|
+
exports.NODE_USE_ARN_REGION_CONFIG_OPTIONS = middlewareBucketEndpoint.NODE_USE_ARN_REGION_CONFIG_OPTIONS;
|
|
207
204
|
exports.getHostPrefixDeduplicationPlugin = getHostPrefixDeduplicationPlugin;
|
|
208
205
|
exports.getProcessArnablesPlugin = getProcessArnablesPlugin;
|
|
209
206
|
exports.getRedirectFromPostIdPlugin = getRedirectFromPostIdPlugin;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-sdk-s3-control",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.5",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3-control",
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/middleware-bucket-endpoint": "^3.972.
|
|
29
|
-
"@aws-sdk/types": "^3.973.
|
|
28
|
+
"@aws-sdk/middleware-bucket-endpoint": "^3.972.5",
|
|
29
|
+
"@aws-sdk/types": "^3.973.3",
|
|
30
30
|
"@aws-sdk/util-arn-parser": "^3.972.2",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@smithy/protocol-http": "^5.3.
|
|
33
|
-
"@smithy/types": "^4.
|
|
34
|
-
"@smithy/util-endpoints": "^3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "^3.996.2",
|
|
32
|
+
"@smithy/protocol-http": "^5.3.10",
|
|
33
|
+
"@smithy/types": "^4.13.0",
|
|
34
|
+
"@smithy/util-endpoints": "^3.3.1",
|
|
35
35
|
"tslib": "^2.6.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@smithy/middleware-stack": "^4.2.
|
|
38
|
+
"@smithy/middleware-stack": "^4.2.10",
|
|
39
39
|
"@tsconfig/recommended": "1.0.1",
|
|
40
40
|
"concurrently": "7.0.0",
|
|
41
41
|
"downlevel-dts": "0.10.1",
|