@aws-sdk/middleware-bucket-endpoint 3.495.0 → 3.496.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 +2 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -474,6 +474,7 @@ 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
|
NODE_DISABLE_MULTIREGION_ACCESS_POINT_CONFIG_OPTIONS,
|
|
479
480
|
NODE_DISABLE_MULTIREGION_ACCESS_POINT_ENV_NAME,
|
|
@@ -496,3 +497,4 @@ __name(resolveBucketEndpointConfig, "resolveBucketEndpointConfig");
|
|
|
496
497
|
validatePartition,
|
|
497
498
|
validateRegion
|
|
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.496.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.496.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": {
|