@aws-sdk/middleware-sdk-s3-control 3.495.0 → 3.502.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 +10 -8
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -285,18 +285,20 @@ var getRedirectFromPostIdPlugin = /* @__PURE__ */ __name((options) => ({
|
|
|
285
285
|
}
|
|
286
286
|
}), "getRedirectFromPostIdPlugin");
|
|
287
287
|
// Annotate the CommonJS export names for ESM import in node:
|
|
288
|
+
|
|
288
289
|
0 && (module.exports = {
|
|
289
|
-
|
|
290
|
-
|
|
290
|
+
parseOutpostArnablesMiddleaware,
|
|
291
|
+
parseOutpostArnablesMiddleawareOptions,
|
|
292
|
+
updateArnablesRequestMiddleware,
|
|
293
|
+
updateArnablesRequestMiddlewareOptions,
|
|
291
294
|
getProcessArnablesPlugin,
|
|
292
|
-
|
|
295
|
+
NODE_USE_ARN_REGION_CONFIG_OPTIONS,
|
|
296
|
+
resolveS3ControlConfig,
|
|
293
297
|
hostPrefixDeduplicationMiddleware,
|
|
294
298
|
hostPrefixDeduplicationMiddlewareOptions,
|
|
295
|
-
|
|
296
|
-
parseOutpostArnablesMiddleawareOptions,
|
|
299
|
+
getHostPrefixDeduplicationPlugin,
|
|
297
300
|
redirectFromPostIdMiddleware,
|
|
298
301
|
redirectFromPostIdMiddlewareOptions,
|
|
299
|
-
|
|
300
|
-
updateArnablesRequestMiddleware,
|
|
301
|
-
updateArnablesRequestMiddlewareOptions
|
|
302
|
+
getRedirectFromPostIdPlugin
|
|
302
303
|
});
|
|
304
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-sdk-s3-control",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.502.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3-control",
|
|
@@ -22,17 +22,17 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
26
|
-
"@aws-sdk/types": "3.
|
|
25
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.502.0",
|
|
26
|
+
"@aws-sdk/types": "3.502.0",
|
|
27
27
|
"@aws-sdk/util-arn-parser": "3.495.0",
|
|
28
|
-
"@aws-sdk/util-endpoints": "3.
|
|
29
|
-
"@smithy/protocol-http": "^3.1.
|
|
30
|
-
"@smithy/types": "^2.9.
|
|
31
|
-
"@smithy/util-endpoints": "^1.1.
|
|
28
|
+
"@aws-sdk/util-endpoints": "3.502.0",
|
|
29
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
30
|
+
"@smithy/types": "^2.9.1",
|
|
31
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
32
32
|
"tslib": "^2.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@smithy/middleware-stack": "^2.1.
|
|
35
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
36
36
|
"@tsconfig/recommended": "1.0.1",
|
|
37
37
|
"concurrently": "7.0.0",
|
|
38
38
|
"downlevel-dts": "0.10.1",
|