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