@aws-sdk/client-s3
Advanced tools
@@ -65,2 +65,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -75,2 +76,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| 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); | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| sigv4aSigningRegionSet?: string[] | undefined | import("@smithy/types").Provider<string[] | undefined>; | ||
@@ -77,0 +79,0 @@ forcePathStyle?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined; |
@@ -68,2 +68,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -77,2 +78,3 @@ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| 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); | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| forcePathStyle?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined; | ||
@@ -79,0 +81,0 @@ useAccelerateEndpoint?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined; |
@@ -64,2 +64,3 @@ import type { S3ClientConfig } from "./S3Client"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -74,2 +75,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| 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); | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| sigv4aSigningRegionSet?: string[] | undefined | import("@smithy/types").Provider<string[] | undefined>; | ||
@@ -76,0 +78,0 @@ forcePathStyle?: (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) | undefined; |
@@ -106,2 +106,3 @@ import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -127,2 +128,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| ) => import("@smithy/types").RequestSigner); | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| sigv4aSigningRegionSet?: | ||
@@ -129,0 +131,0 @@ | string[] |
@@ -109,2 +109,3 @@ import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -129,2 +130,3 @@ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[]; | ||
| ) => import("@smithy/types").RequestSigner); | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| forcePathStyle?: | ||
@@ -131,0 +133,0 @@ | (boolean & (boolean | import("@smithy/types").Provider<boolean | undefined>)) |
@@ -110,2 +110,3 @@ import { S3ClientConfig } from "./S3Client"; | ||
| tls?: boolean; | ||
| ignoreConfiguredEndpointUrls?: boolean; | ||
| serviceConfiguredEndpoint?: never; | ||
@@ -131,2 +132,3 @@ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>; | ||
| ) => import("@smithy/types").RequestSigner); | ||
| disableClockSkewCorrection?: boolean | import("@smithy/types").Provider<boolean>; | ||
| sigv4aSigningRegionSet?: | ||
@@ -133,0 +135,0 @@ | string[] |
+11
-11
| { | ||
| "name": "@aws-sdk/client-s3", | ||
| "version": "3.1094.0", | ||
| "version": "3.1095.0", | ||
| "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native", | ||
@@ -57,11 +57,11 @@ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3", | ||
| "dependencies": { | ||
| "@aws-sdk/checksums": "^3.1000.19", | ||
| "@aws-sdk/core": "^3.976.0", | ||
| "@aws-sdk/credential-provider-node": "^3.972.71", | ||
| "@aws-sdk/middleware-sdk-s3": "^3.972.65", | ||
| "@aws-sdk/signature-v4-multi-region": "^3.996.41", | ||
| "@aws-sdk/checksums": "^3.1000.20", | ||
| "@aws-sdk/core": "^3.977.0", | ||
| "@aws-sdk/credential-provider-node": "^3.972.72", | ||
| "@aws-sdk/middleware-sdk-s3": "^3.972.66", | ||
| "@aws-sdk/signature-v4-multi-region": "^3.996.42", | ||
| "@aws-sdk/types": "^3.974.2", | ||
| "@smithy/core": "^3.29.4", | ||
| "@smithy/fetch-http-handler": "^5.6.6", | ||
| "@smithy/node-http-handler": "^4.9.6", | ||
| "@smithy/core": "^3.29.8", | ||
| "@smithy/fetch-http-handler": "^5.6.10", | ||
| "@smithy/node-http-handler": "^4.9.10", | ||
| "@smithy/types": "^4.16.1", | ||
@@ -71,4 +71,4 @@ "tslib": "^2.6.2" | ||
| "devDependencies": { | ||
| "@aws-sdk/signature-v4-crt": "3.1094.0", | ||
| "@smithy/snapshot-testing": "^2.2.9", | ||
| "@aws-sdk/signature-v4-crt": "3.1095.0", | ||
| "@smithy/snapshot-testing": "^2.2.13", | ||
| "@tsconfig/node20": "20.1.8", | ||
@@ -75,0 +75,0 @@ "@types/node": "^20.14.8", |
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
3294062
0.02%67573
0.02%Updated
Updated