@aws-sdk/client-s3 3.1094.0 → 3.1096.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 CHANGED
@@ -4743,7 +4743,7 @@ var WriteGetObjectResponse$ = [9, n0, _WGOR,
4743
4743
  class CreateSessionCommand extends command(_ep4, _mw0, "CreateSession", CreateSession$) {
4744
4744
  }
4745
4745
 
4746
- var version = "3.1093.0";
4746
+ var version = "3.1095.0";
4747
4747
  var packageInfo = {
4748
4748
  version: version};
4749
4749
 
@@ -62,6 +62,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
62
62
  logger?: import("@smithy/types").Logger;
63
63
  }) => import("@smithy/types").EndpointV2;
64
64
  tls?: boolean;
65
+ ignoreConfiguredEndpointUrls?: boolean;
65
66
  serviceConfiguredEndpoint?: never;
66
67
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
67
68
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -71,6 +72,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
71
72
  systemClockOffset?: number;
72
73
  signingRegion?: string;
73
74
  signerConstructor: typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
75
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
74
76
  sigv4aSigningRegionSet?: string[] | undefined | import("@smithy/types").Provider<string[] | undefined>;
75
77
  forcePathStyle?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
76
78
  useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
@@ -65,6 +65,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
65
65
  logger?: import("@smithy/types").Logger;
66
66
  }) => import("@smithy/types").EndpointV2;
67
67
  tls?: boolean;
68
+ ignoreConfiguredEndpointUrls?: boolean;
68
69
  serviceConfiguredEndpoint?: never;
69
70
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
70
71
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
@@ -73,6 +74,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
73
74
  systemClockOffset?: number;
74
75
  signingRegion?: string;
75
76
  signerConstructor: typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
77
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
76
78
  forcePathStyle?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
77
79
  useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
78
80
  disableMultiregionAccessPoints?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
@@ -61,6 +61,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
61
61
  logger?: import("@smithy/types").Logger;
62
62
  }) => import("@smithy/types").EndpointV2;
63
63
  tls?: boolean;
64
+ ignoreConfiguredEndpointUrls?: boolean;
64
65
  serviceConfiguredEndpoint?: never;
65
66
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
66
67
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -70,6 +71,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
70
71
  systemClockOffset?: number;
71
72
  signingRegion?: string;
72
73
  signerConstructor: typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
74
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
73
75
  sigv4aSigningRegionSet?: string[] | undefined | import("@smithy/types").Provider<string[] | undefined>;
74
76
  forcePathStyle?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
75
77
  useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined;
@@ -103,6 +103,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
103
103
  },
104
104
  ) => import("@smithy/types").EndpointV2;
105
105
  tls?: boolean;
106
+ ignoreConfiguredEndpointUrls?: boolean;
106
107
  serviceConfiguredEndpoint?: never;
107
108
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
108
109
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -123,6 +124,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
123
124
  options: import("@smithy/signature-v4").SignatureV4Init &
124
125
  import("@smithy/signature-v4").SignatureV4CryptoInit,
125
126
  ) => import("@smithy/types").RequestSigner);
127
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
126
128
  sigv4aSigningRegionSet?:
127
129
  | string[]
128
130
  | undefined
@@ -106,6 +106,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
106
106
  },
107
107
  ) => import("@smithy/types").EndpointV2;
108
108
  tls?: boolean;
109
+ ignoreConfiguredEndpointUrls?: boolean;
109
110
  serviceConfiguredEndpoint?: never;
110
111
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
111
112
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
@@ -125,6 +126,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
125
126
  options: import("@smithy/signature-v4").SignatureV4Init &
126
127
  import("@smithy/signature-v4").SignatureV4CryptoInit,
127
128
  ) => import("@smithy/types").RequestSigner);
129
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
128
130
  forcePathStyle?:
129
131
  | (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>))
130
132
  | undefined;
@@ -107,6 +107,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
107
107
  },
108
108
  ) => import("@smithy/types").EndpointV2;
109
109
  tls?: boolean;
110
+ ignoreConfiguredEndpointUrls?: boolean;
110
111
  serviceConfiguredEndpoint?: never;
111
112
  authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
112
113
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
@@ -127,6 +128,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
127
128
  options: import("@smithy/signature-v4").SignatureV4Init &
128
129
  import("@smithy/signature-v4").SignatureV4CryptoInit,
129
130
  ) => import("@smithy/types").RequestSigner);
131
+ disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>;
130
132
  sigv4aSigningRegionSet?:
131
133
  | string[]
132
134
  | undefined
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
- "version": "3.1094.0",
3
+ "version": "3.1096.0",
4
4
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3",
6
6
  "license": "Apache-2.0",
@@ -54,21 +54,21 @@
54
54
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
55
55
  },
56
56
  "dependencies": {
57
- "@aws-sdk/checksums": "^3.1000.19",
58
- "@aws-sdk/core": "^3.976.0",
59
- "@aws-sdk/credential-provider-node": "^3.972.71",
60
- "@aws-sdk/middleware-sdk-s3": "^3.972.65",
61
- "@aws-sdk/signature-v4-multi-region": "^3.996.41",
57
+ "@aws-sdk/checksums": "^3.1000.21",
58
+ "@aws-sdk/core": "^3.977.1",
59
+ "@aws-sdk/credential-provider-node": "^3.972.73",
60
+ "@aws-sdk/middleware-sdk-s3": "^3.972.67",
61
+ "@aws-sdk/signature-v4-multi-region": "^3.996.42",
62
62
  "@aws-sdk/types": "^3.974.2",
63
- "@smithy/core": "^3.29.4",
64
- "@smithy/fetch-http-handler": "^5.6.6",
65
- "@smithy/node-http-handler": "^4.9.6",
63
+ "@smithy/core": "^3.29.8",
64
+ "@smithy/fetch-http-handler": "^5.6.10",
65
+ "@smithy/node-http-handler": "^4.9.10",
66
66
  "@smithy/types": "^4.16.1",
67
67
  "tslib": "^2.6.2"
68
68
  },
69
69
  "devDependencies": {
70
- "@aws-sdk/signature-v4-crt": "3.1094.0",
71
- "@smithy/snapshot-testing": "^2.2.9",
70
+ "@aws-sdk/signature-v4-crt": "3.1096.0",
71
+ "@smithy/snapshot-testing": "^2.2.13",
72
72
  "@tsconfig/node20": "20.1.8",
73
73
  "@types/node": "^20.14.8",
74
74
  "concurrently": "7.0.0",