@aws-sdk/client-s3 3.41.0 → 3.42.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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
18
 
8
19
 
@@ -408,6 +408,10 @@ const partitionHash = {
408
408
  hostname: "s3.{region}.amazonaws.com",
409
409
  tags: [],
410
410
  },
411
+ {
412
+ hostname: "s3-fips.{region}.amazonaws.com",
413
+ tags: ["fips"],
414
+ },
411
415
  {
412
416
  hostname: "s3-fips.dualstack.{region}.amazonaws.com",
413
417
  tags: ["dualstack", "fips"],
@@ -426,6 +430,14 @@ const partitionHash = {
426
430
  hostname: "s3.{region}.amazonaws.com.cn",
427
431
  tags: [],
428
432
  },
433
+ {
434
+ hostname: "s3-fips.{region}.amazonaws.com.cn",
435
+ tags: ["fips"],
436
+ },
437
+ {
438
+ hostname: "s3-fips.{region}.api.amazonwebservices.com.cn",
439
+ tags: ["dualstack", "fips"],
440
+ },
429
441
  {
430
442
  hostname: "s3.dualstack.{region}.amazonaws.com.cn",
431
443
  tags: ["dualstack"],
@@ -468,6 +480,10 @@ const partitionHash = {
468
480
  hostname: "s3.{region}.amazonaws.com",
469
481
  tags: [],
470
482
  },
483
+ {
484
+ hostname: "s3-fips.{region}.amazonaws.com",
485
+ tags: ["fips"],
486
+ },
471
487
  {
472
488
  hostname: "s3-fips.dualstack.{region}.amazonaws.com",
473
489
  tags: ["dualstack", "fips"],
@@ -406,6 +406,10 @@ var partitionHash = {
406
406
  hostname: "s3.{region}.amazonaws.com",
407
407
  tags: [],
408
408
  },
409
+ {
410
+ hostname: "s3-fips.{region}.amazonaws.com",
411
+ tags: ["fips"],
412
+ },
409
413
  {
410
414
  hostname: "s3-fips.dualstack.{region}.amazonaws.com",
411
415
  tags: ["dualstack", "fips"],
@@ -424,6 +428,14 @@ var partitionHash = {
424
428
  hostname: "s3.{region}.amazonaws.com.cn",
425
429
  tags: [],
426
430
  },
431
+ {
432
+ hostname: "s3-fips.{region}.amazonaws.com.cn",
433
+ tags: ["fips"],
434
+ },
435
+ {
436
+ hostname: "s3-fips.{region}.api.amazonwebservices.com.cn",
437
+ tags: ["dualstack", "fips"],
438
+ },
427
439
  {
428
440
  hostname: "s3.dualstack.{region}.amazonaws.com.cn",
429
441
  tags: ["dualstack"],
@@ -466,6 +478,10 @@ var partitionHash = {
466
478
  hostname: "s3.{region}.amazonaws.com",
467
479
  tags: [],
468
480
  },
481
+ {
482
+ hostname: "s3-fips.{region}.amazonaws.com",
483
+ tags: ["fips"],
484
+ },
469
485
  {
470
486
  hostname: "s3-fips.dualstack.{region}.amazonaws.com",
471
487
  tags: ["dualstack", "fips"],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.41.0",
4
+ "version": "3.42.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "2.0.0",
25
25
  "@aws-crypto/sha256-js": "2.0.0",
26
- "@aws-sdk/client-sts": "3.41.0",
26
+ "@aws-sdk/client-sts": "3.42.0",
27
27
  "@aws-sdk/config-resolver": "3.40.0",
28
28
  "@aws-sdk/credential-provider-node": "3.41.0",
29
29
  "@aws-sdk/eventstream-serde-browser": "3.40.0",