@aws-sdk/client-s3 3.1060.0 → 3.1061.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 (82) hide show
  1. package/dist-cjs/index.js +85 -88
  2. package/dist-cjs/runtimeConfig.js +4 -4
  3. package/dist-cjs/runtimeConfig.shared.js +2 -2
  4. package/dist-es/S3Client.js +2 -2
  5. package/dist-es/commands/AbortMultipartUploadCommand.js +1 -1
  6. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  7. package/dist-es/commands/CopyObjectCommand.js +2 -2
  8. package/dist-es/commands/CreateBucketCommand.js +2 -2
  9. package/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
  10. package/dist-es/commands/CreateSessionCommand.js +1 -1
  11. package/dist-es/commands/DeleteObjectCommand.js +1 -1
  12. package/dist-es/commands/DeleteObjectTaggingCommand.js +1 -1
  13. package/dist-es/commands/DeleteObjectsCommand.js +1 -1
  14. package/dist-es/commands/GetBucketAbacCommand.js +1 -1
  15. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +1 -1
  16. package/dist-es/commands/GetBucketAclCommand.js +1 -1
  17. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +1 -1
  18. package/dist-es/commands/GetBucketCorsCommand.js +1 -1
  19. package/dist-es/commands/GetBucketEncryptionCommand.js +1 -1
  20. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +1 -1
  21. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +1 -1
  22. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +1 -1
  23. package/dist-es/commands/GetBucketLocationCommand.js +1 -1
  24. package/dist-es/commands/GetBucketLoggingCommand.js +1 -1
  25. package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +1 -1
  26. package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +1 -1
  27. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +1 -1
  28. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +1 -1
  29. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +1 -1
  30. package/dist-es/commands/GetBucketPolicyStatusCommand.js +1 -1
  31. package/dist-es/commands/GetBucketReplicationCommand.js +1 -1
  32. package/dist-es/commands/GetBucketRequestPaymentCommand.js +1 -1
  33. package/dist-es/commands/GetBucketTaggingCommand.js +1 -1
  34. package/dist-es/commands/GetBucketVersioningCommand.js +1 -1
  35. package/dist-es/commands/GetBucketWebsiteCommand.js +1 -1
  36. package/dist-es/commands/GetObjectAclCommand.js +1 -1
  37. package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  38. package/dist-es/commands/GetObjectCommand.js +2 -2
  39. package/dist-es/commands/GetObjectLegalHoldCommand.js +1 -1
  40. package/dist-es/commands/GetObjectLockConfigurationCommand.js +1 -1
  41. package/dist-es/commands/GetObjectRetentionCommand.js +1 -1
  42. package/dist-es/commands/GetObjectTaggingCommand.js +1 -1
  43. package/dist-es/commands/GetPublicAccessBlockCommand.js +1 -1
  44. package/dist-es/commands/HeadBucketCommand.js +1 -1
  45. package/dist-es/commands/HeadObjectCommand.js +2 -2
  46. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +1 -1
  47. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +1 -1
  48. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +1 -1
  49. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +1 -1
  50. package/dist-es/commands/ListBucketsCommand.js +1 -1
  51. package/dist-es/commands/ListDirectoryBucketsCommand.js +1 -1
  52. package/dist-es/commands/ListMultipartUploadsCommand.js +1 -1
  53. package/dist-es/commands/ListObjectVersionsCommand.js +1 -1
  54. package/dist-es/commands/ListObjectsCommand.js +1 -1
  55. package/dist-es/commands/ListObjectsV2Command.js +1 -1
  56. package/dist-es/commands/ListPartsCommand.js +2 -2
  57. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -1
  58. package/dist-es/commands/PutObjectAclCommand.js +1 -1
  59. package/dist-es/commands/PutObjectCommand.js +2 -2
  60. package/dist-es/commands/PutObjectLegalHoldCommand.js +1 -1
  61. package/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -1
  62. package/dist-es/commands/PutObjectRetentionCommand.js +1 -1
  63. package/dist-es/commands/PutObjectTaggingCommand.js +1 -1
  64. package/dist-es/commands/RenameObjectCommand.js +1 -1
  65. package/dist-es/commands/RestoreObjectCommand.js +1 -1
  66. package/dist-es/commands/SelectObjectContentCommand.js +1 -1
  67. package/dist-es/commands/UpdateObjectEncryptionCommand.js +1 -1
  68. package/dist-es/commands/UploadPartCommand.js +2 -2
  69. package/dist-es/commands/UploadPartCopyCommand.js +2 -2
  70. package/dist-es/runtimeConfig.js +2 -2
  71. package/dist-es/runtimeConfig.shared.js +1 -1
  72. package/dist-types/S3Client.d.ts +1 -1
  73. package/dist-types/runtimeConfig.browser.d.ts +4 -4
  74. package/dist-types/runtimeConfig.d.ts +2 -2
  75. package/dist-types/runtimeConfig.native.d.ts +4 -4
  76. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  77. package/dist-types/ts3.4/S3Client.d.ts +1 -1
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -6
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  82. package/package.json +8 -8
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
22
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
23
23
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
24
24
  cacheMiddleware?: boolean | undefined;
25
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/middleware-sdk-s3").S3RestXmlProtocol;
25
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/middleware-sdk-s3/s3").S3RestXmlProtocol;
26
26
  protocolSettings: {
27
27
  defaultNamespace?: string;
28
28
  [setting: string]: unknown;
@@ -44,8 +44,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
44
44
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
45
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
46
46
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
47
- requestChecksumCalculation?: import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation>;
48
- responseChecksumValidation?: import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation>;
47
+ requestChecksumCalculation?: import("@aws-sdk/checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/checksums").RequestChecksumCalculation>;
48
+ responseChecksumValidation?: import("@aws-sdk/checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/checksums").ResponseChecksumValidation>;
49
49
  requestStreamBufferSize?: number | false;
50
50
  checksumAlgorithms?: {
51
51
  CRC32?: import("@smithy/types").ChecksumConstructor;
@@ -76,7 +76,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
76
76
  useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
77
77
  disableMultiregionAccessPoints?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
78
78
  followRegionRedirects?: boolean;
79
- s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
79
+ s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3/s3").S3ExpressIdentityProvider;
80
80
  bucketEndpoint?: boolean;
81
81
  expectContinueHeader?: boolean | number;
82
82
  clientContextParams?: {
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
30
30
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
31
31
  userAgentAppId: string | import("@aws-sdk/types").Provider<string | undefined>;
32
32
  cacheMiddleware?: boolean | undefined;
33
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/middleware-sdk-s3").S3RestXmlProtocol;
33
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/middleware-sdk-s3/s3").S3RestXmlProtocol;
34
34
  protocolSettings: {
35
35
  defaultNamespace?: string;
36
36
  [setting: string]: unknown;
@@ -78,7 +78,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
78
78
  useAccelerateEndpoint?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean | undefined>)) | undefined;
79
79
  disableMultiregionAccessPoints?: (boolean & (boolean | import("@aws-sdk/types").Provider<boolean | undefined>)) | undefined;
80
80
  followRegionRedirects?: boolean;
81
- s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
81
+ s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3/s3").S3ExpressIdentityProvider;
82
82
  bucketEndpoint?: boolean;
83
83
  expectContinueHeader?: boolean | number;
84
84
  clientContextParams?: {
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/middleware-sdk-s3").S3RestXmlProtocol;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/middleware-sdk-s3/s3").S3RestXmlProtocol;
11
11
  protocolSettings: {
12
12
  defaultNamespace?: string;
13
13
  [setting: string]: unknown;
@@ -43,8 +43,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
43
43
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
44
44
  customUserAgent?: string | import("@smithy/types").UserAgent;
45
45
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
46
- requestChecksumCalculation?: import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation>;
47
- responseChecksumValidation?: import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation>;
46
+ requestChecksumCalculation?: import("@aws-sdk/checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/checksums").RequestChecksumCalculation>;
47
+ responseChecksumValidation?: import("@aws-sdk/checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/checksums").ResponseChecksumValidation>;
48
48
  requestStreamBufferSize?: number | false;
49
49
  checksumAlgorithms?: {
50
50
  CRC32?: import("@smithy/types").ChecksumConstructor;
@@ -75,7 +75,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
75
75
  useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
76
76
  disableMultiregionAccessPoints?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
77
77
  followRegionRedirects?: boolean;
78
- s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
78
+ s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3/s3").S3ExpressIdentityProvider;
79
79
  bucketEndpoint?: boolean;
80
80
  expectContinueHeader?: boolean | number;
81
81
  clientContextParams?: {
@@ -1,4 +1,4 @@
1
- import { S3RestXmlProtocol } from "@aws-sdk/middleware-sdk-s3";
1
+ import { S3RestXmlProtocol } from "@aws-sdk/middleware-sdk-s3/s3";
2
2
  import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
3
3
  import { getAwsChunkedEncodingStream } from "@smithy/core/serde";
4
4
  import type { S3ClientConfig } from "./S3Client";
@@ -8,7 +8,7 @@ import {
8
8
  FlexibleChecksumsInputConfig,
9
9
  FlexibleChecksumsResolvedConfig,
10
10
  } from "@aws-sdk/middleware-flexible-checksums";
11
- import { S3InputConfig, S3ResolvedConfig } from "@aws-sdk/middleware-sdk-s3";
11
+ import { S3InputConfig, S3ResolvedConfig } from "@aws-sdk/middleware-sdk-s3/s3";
12
12
  import { GetAwsChunkedEncodingStream } from "@aws-sdk/types";
13
13
  import {
14
14
  DefaultsMode as __DefaultsMode,
@@ -36,7 +36,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
36
36
  protocol:
37
37
  | import("@smithy/types").ClientProtocol<any, any>
38
38
  | import("@smithy/types").ClientProtocolCtor<any, any>
39
- | typeof import("@aws-sdk/middleware-sdk-s3").S3RestXmlProtocol;
39
+ | typeof import("@aws-sdk/middleware-sdk-s3/s3").S3RestXmlProtocol;
40
40
  protocolSettings: {
41
41
  defaultNamespace?: string;
42
42
  [setting: string]: unknown;
@@ -67,14 +67,14 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
67
67
  | undefined
68
68
  | import("@smithy/types").Provider<string | undefined>;
69
69
  requestChecksumCalculation?:
70
- | import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
70
+ | import("@aws-sdk/checksums").RequestChecksumCalculation
71
71
  | import("@smithy/types").Provider<
72
- import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
72
+ import("@aws-sdk/checksums").RequestChecksumCalculation
73
73
  >;
74
74
  responseChecksumValidation?:
75
- | import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
75
+ | import("@aws-sdk/checksums").ResponseChecksumValidation
76
76
  | import("@smithy/types").Provider<
77
- import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
77
+ import("@aws-sdk/checksums").ResponseChecksumValidation
78
78
  >;
79
79
  requestStreamBufferSize?: number | false;
80
80
  checksumAlgorithms?: {
@@ -150,7 +150,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
150
150
  (boolean | import("@smithy/types").Provider<boolean | undefined>))
151
151
  | undefined;
152
152
  followRegionRedirects?: boolean;
153
- s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
153
+ s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3/s3").S3ExpressIdentityProvider;
154
154
  bucketEndpoint?: boolean;
155
155
  expectContinueHeader?: boolean | number;
156
156
  clientContextParams?: {
@@ -61,7 +61,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
61
61
  protocol:
62
62
  | import("@smithy/types").ClientProtocol<any, any>
63
63
  | import("@smithy/types").ClientProtocolCtor<any, any>
64
- | typeof import("@aws-sdk/middleware-sdk-s3").S3RestXmlProtocol;
64
+ | typeof import("@aws-sdk/middleware-sdk-s3/s3").S3RestXmlProtocol;
65
65
  protocolSettings: {
66
66
  defaultNamespace?: string;
67
67
  [setting: string]: unknown;
@@ -154,7 +154,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
154
154
  (boolean | import("@aws-sdk/types").Provider<boolean | undefined>))
155
155
  | undefined;
156
156
  followRegionRedirects?: boolean;
157
- s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
157
+ s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3/s3").S3ExpressIdentityProvider;
158
158
  bucketEndpoint?: boolean;
159
159
  expectContinueHeader?: boolean | number;
160
160
  clientContextParams?: {
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
12
12
  protocol:
13
13
  | import("@smithy/types").ClientProtocol<any, any>
14
14
  | import("@smithy/types").ClientProtocolCtor<any, any>
15
- | typeof import("@aws-sdk/middleware-sdk-s3").S3RestXmlProtocol;
15
+ | typeof import("@aws-sdk/middleware-sdk-s3/s3").S3RestXmlProtocol;
16
16
  protocolSettings: {
17
17
  defaultNamespace?: string;
18
18
  [setting: string]: unknown;
@@ -71,14 +71,14 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
71
71
  | undefined
72
72
  | import("@smithy/types").Provider<string | undefined>;
73
73
  requestChecksumCalculation?:
74
- | import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
74
+ | import("@aws-sdk/checksums").RequestChecksumCalculation
75
75
  | import("@smithy/types").Provider<
76
- import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
76
+ import("@aws-sdk/checksums").RequestChecksumCalculation
77
77
  >;
78
78
  responseChecksumValidation?:
79
- | import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
79
+ | import("@aws-sdk/checksums").ResponseChecksumValidation
80
80
  | import("@smithy/types").Provider<
81
- import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
81
+ import("@aws-sdk/checksums").ResponseChecksumValidation
82
82
  >;
83
83
  requestStreamBufferSize?: number | false;
84
84
  checksumAlgorithms?: {
@@ -154,7 +154,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
154
154
  (boolean | import("@smithy/types").Provider<boolean | undefined>))
155
155
  | undefined;
156
156
  followRegionRedirects?: boolean;
157
- s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
157
+ s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3/s3").S3ExpressIdentityProvider;
158
158
  bucketEndpoint?: boolean;
159
159
  expectContinueHeader?: boolean | number;
160
160
  clientContextParams?: {
@@ -1,4 +1,4 @@
1
- import { S3RestXmlProtocol } from "@aws-sdk/middleware-sdk-s3";
1
+ import { S3RestXmlProtocol } from "@aws-sdk/middleware-sdk-s3/s3";
2
2
  import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
3
3
  import { getAwsChunkedEncodingStream } from "@smithy/core/serde";
4
4
  import { S3ClientConfig } from "./S3Client";
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.1060.0",
4
+ "version": "3.1061.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
@@ -32,12 +32,12 @@
32
32
  "@aws-crypto/sha256-js": "5.2.0",
33
33
  "@aws-sdk/core": "^3.974.17",
34
34
  "@aws-sdk/credential-provider-node": "^3.972.50",
35
- "@aws-sdk/middleware-bucket-endpoint": "^3.972.19",
36
- "@aws-sdk/middleware-expect-continue": "^3.972.15",
37
- "@aws-sdk/middleware-flexible-checksums": "^3.974.25",
38
- "@aws-sdk/middleware-location-constraint": "^3.972.12",
39
- "@aws-sdk/middleware-sdk-s3": "^3.972.46",
40
- "@aws-sdk/middleware-ssec": "^3.972.12",
35
+ "@aws-sdk/middleware-bucket-endpoint": "^3.972.20",
36
+ "@aws-sdk/middleware-expect-continue": "^3.972.16",
37
+ "@aws-sdk/middleware-flexible-checksums": "^3.974.26",
38
+ "@aws-sdk/middleware-location-constraint": "^3.972.13",
39
+ "@aws-sdk/middleware-sdk-s3": "^3.972.47",
40
+ "@aws-sdk/middleware-ssec": "^3.972.13",
41
41
  "@aws-sdk/signature-v4-multi-region": "^3.996.31",
42
42
  "@aws-sdk/types": "^3.973.10",
43
43
  "@smithy/core": "^3.24.6",
@@ -47,7 +47,7 @@
47
47
  "tslib": "^2.6.2"
48
48
  },
49
49
  "devDependencies": {
50
- "@aws-sdk/signature-v4-crt": "3.1060.0",
50
+ "@aws-sdk/signature-v4-crt": "3.1061.0",
51
51
  "@smithy/snapshot-testing": "^2.1.7",
52
52
  "@tsconfig/node20": "20.1.8",
53
53
  "@types/node": "^20.14.8",