@aws-sdk/middleware-bucket-endpoint 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 +15 -13
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -474,25 +474,27 @@ function resolveBucketEndpointConfig(input) {
|
|
|
474
474
|
}
|
|
475
475
|
__name(resolveBucketEndpointConfig, "resolveBucketEndpointConfig");
|
|
476
476
|
// Annotate the CommonJS export names for ESM import in node:
|
|
477
|
+
|
|
477
478
|
0 && (module.exports = {
|
|
478
|
-
|
|
479
|
+
getArnResources,
|
|
480
|
+
getSuffixForArnEndpoint,
|
|
481
|
+
validateOutpostService,
|
|
482
|
+
validatePartition,
|
|
483
|
+
validateAccountId,
|
|
484
|
+
validateRegion,
|
|
485
|
+
validateDNSHostLabel,
|
|
486
|
+
validateNoDualstack,
|
|
487
|
+
validateNoFIPS,
|
|
479
488
|
NODE_DISABLE_MULTIREGION_ACCESS_POINT_ENV_NAME,
|
|
480
489
|
NODE_DISABLE_MULTIREGION_ACCESS_POINT_INI_NAME,
|
|
481
|
-
|
|
490
|
+
NODE_DISABLE_MULTIREGION_ACCESS_POINT_CONFIG_OPTIONS,
|
|
482
491
|
NODE_USE_ARN_REGION_ENV_NAME,
|
|
483
492
|
NODE_USE_ARN_REGION_INI_NAME,
|
|
493
|
+
NODE_USE_ARN_REGION_CONFIG_OPTIONS,
|
|
484
494
|
bucketEndpointMiddleware,
|
|
485
495
|
bucketEndpointMiddlewareOptions,
|
|
486
|
-
bucketHostname,
|
|
487
|
-
getArnResources,
|
|
488
496
|
getBucketEndpointPlugin,
|
|
489
|
-
|
|
490
|
-
resolveBucketEndpointConfig
|
|
491
|
-
validateAccountId,
|
|
492
|
-
validateDNSHostLabel,
|
|
493
|
-
validateNoDualstack,
|
|
494
|
-
validateNoFIPS,
|
|
495
|
-
validateOutpostService,
|
|
496
|
-
validatePartition,
|
|
497
|
-
validateRegion
|
|
497
|
+
bucketHostname,
|
|
498
|
+
resolveBucketEndpointConfig
|
|
498
499
|
});
|
|
500
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-bucket-endpoint",
|
|
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-bucket-endpoint",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/types": "3.
|
|
24
|
+
"@aws-sdk/types": "3.502.0",
|
|
25
25
|
"@aws-sdk/util-arn-parser": "3.495.0",
|
|
26
|
-
"@smithy/node-config-provider": "^2.2.
|
|
27
|
-
"@smithy/protocol-http": "^3.1.
|
|
28
|
-
"@smithy/types": "^2.9.
|
|
29
|
-
"@smithy/util-config-provider": "^2.2.
|
|
26
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
27
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
28
|
+
"@smithy/types": "^2.9.1",
|
|
29
|
+
"@smithy/util-config-provider": "^2.2.1",
|
|
30
30
|
"tslib": "^2.5.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|