@aws-sdk/client-s3 3.1059.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.
- package/dist-cjs/index.js +85 -88
- package/dist-cjs/runtimeConfig.js +4 -4
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-es/S3Client.js +2 -2
- package/dist-es/commands/AbortMultipartUploadCommand.js +1 -1
- package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
- package/dist-es/commands/CopyObjectCommand.js +2 -2
- package/dist-es/commands/CreateBucketCommand.js +2 -2
- package/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
- package/dist-es/commands/CreateSessionCommand.js +1 -1
- package/dist-es/commands/DeleteObjectCommand.js +1 -1
- package/dist-es/commands/DeleteObjectTaggingCommand.js +1 -1
- package/dist-es/commands/DeleteObjectsCommand.js +1 -1
- package/dist-es/commands/GetBucketAbacCommand.js +1 -1
- package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +1 -1
- package/dist-es/commands/GetBucketAclCommand.js +1 -1
- package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +1 -1
- package/dist-es/commands/GetBucketCorsCommand.js +1 -1
- package/dist-es/commands/GetBucketEncryptionCommand.js +1 -1
- package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +1 -1
- package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +1 -1
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +1 -1
- package/dist-es/commands/GetBucketLocationCommand.js +1 -1
- package/dist-es/commands/GetBucketLoggingCommand.js +1 -1
- package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +1 -1
- package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +1 -1
- package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +1 -1
- package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +1 -1
- package/dist-es/commands/GetBucketOwnershipControlsCommand.js +1 -1
- package/dist-es/commands/GetBucketPolicyStatusCommand.js +1 -1
- package/dist-es/commands/GetBucketReplicationCommand.js +1 -1
- package/dist-es/commands/GetBucketRequestPaymentCommand.js +1 -1
- package/dist-es/commands/GetBucketTaggingCommand.js +1 -1
- package/dist-es/commands/GetBucketVersioningCommand.js +1 -1
- package/dist-es/commands/GetBucketWebsiteCommand.js +1 -1
- package/dist-es/commands/GetObjectAclCommand.js +1 -1
- package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
- package/dist-es/commands/GetObjectCommand.js +2 -2
- package/dist-es/commands/GetObjectLegalHoldCommand.js +1 -1
- package/dist-es/commands/GetObjectLockConfigurationCommand.js +1 -1
- package/dist-es/commands/GetObjectRetentionCommand.js +1 -1
- package/dist-es/commands/GetObjectTaggingCommand.js +1 -1
- package/dist-es/commands/GetPublicAccessBlockCommand.js +1 -1
- package/dist-es/commands/HeadBucketCommand.js +1 -1
- package/dist-es/commands/HeadObjectCommand.js +2 -2
- package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +1 -1
- package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +1 -1
- package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +1 -1
- package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +1 -1
- package/dist-es/commands/ListBucketsCommand.js +1 -1
- package/dist-es/commands/ListDirectoryBucketsCommand.js +1 -1
- package/dist-es/commands/ListMultipartUploadsCommand.js +1 -1
- package/dist-es/commands/ListObjectVersionsCommand.js +1 -1
- package/dist-es/commands/ListObjectsCommand.js +1 -1
- package/dist-es/commands/ListObjectsV2Command.js +1 -1
- package/dist-es/commands/ListPartsCommand.js +2 -2
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +1 -1
- package/dist-es/commands/PutObjectAclCommand.js +1 -1
- package/dist-es/commands/PutObjectCommand.js +2 -2
- package/dist-es/commands/PutObjectLegalHoldCommand.js +1 -1
- package/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -1
- package/dist-es/commands/PutObjectRetentionCommand.js +1 -1
- package/dist-es/commands/PutObjectTaggingCommand.js +1 -1
- package/dist-es/commands/RenameObjectCommand.js +1 -1
- package/dist-es/commands/RestoreObjectCommand.js +1 -1
- package/dist-es/commands/SelectObjectContentCommand.js +1 -1
- package/dist-es/commands/UpdateObjectEncryptionCommand.js +1 -1
- package/dist-es/commands/UploadPartCommand.js +2 -2
- package/dist-es/commands/UploadPartCopyCommand.js +2 -2
- package/dist-es/runtimeConfig.js +2 -2
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-types/S3Client.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +4 -4
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -4
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/S3Client.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +6 -6
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +6 -6
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/package.json +10 -10
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
|
-
const
|
|
5
|
+
const s3_1 = require("@aws-sdk/middleware-sdk-s3/s3");
|
|
6
6
|
const signature_v4_multi_region_1 = require("@aws-sdk/signature-v4-multi-region");
|
|
7
7
|
const client_1 = require("@smithy/core/client");
|
|
8
8
|
const protocols_1 = require("@smithy/core/protocols");
|
|
@@ -33,7 +33,7 @@ const getRuntimeConfig = (config) => {
|
|
|
33
33
|
},
|
|
34
34
|
],
|
|
35
35
|
logger: config?.logger ?? new client_1.NoOpLogger(),
|
|
36
|
-
protocol: config?.protocol ??
|
|
36
|
+
protocol: config?.protocol ?? s3_1.S3RestXmlProtocol,
|
|
37
37
|
protocolSettings: config?.protocolSettings ?? {
|
|
38
38
|
defaultNamespace: "com.amazonaws.s3",
|
|
39
39
|
errorTypeRegistries: schemas_0_1.errorTypeRegistries,
|
package/dist-es/S3Client.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin, getUserAgentPlugin, resolveHostHeaderConfig, resolveUserAgentConfig, } from "@aws-sdk/core/client";
|
|
2
|
-
import { getAddExpectContinuePlugin } from "@aws-sdk/middleware-
|
|
2
|
+
import { getAddExpectContinuePlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { resolveFlexibleChecksumsConfig, } from "@aws-sdk/middleware-flexible-checksums";
|
|
4
|
-
import { getRegionRedirectMiddlewarePlugin, getS3ExpressHttpSigningPlugin, getS3ExpressPlugin, getValidateBucketNamePlugin, resolveS3Config, } from "@aws-sdk/middleware-sdk-s3";
|
|
4
|
+
import { getRegionRedirectMiddlewarePlugin, getS3ExpressHttpSigningPlugin, getS3ExpressPlugin, getValidateBucketNamePlugin, resolveS3Config, } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
5
5
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
6
6
|
import { Client as __Client, } from "@smithy/core/client";
|
|
7
7
|
import { resolveRegionConfig } from "@smithy/core/config";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
-
import { getSsecPlugin } from "@aws-sdk/middleware-
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
|
+
import { getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
-
import { getSsecPlugin } from "@aws-sdk/middleware-
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
|
+
import { getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getLocationConstraintPlugin } from "@aws-sdk/middleware-
|
|
2
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getLocationConstraintPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
-
import { getSsecPlugin } from "@aws-sdk/middleware-
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
|
+
import { getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
-
import { getSsecPlugin } from "@aws-sdk/middleware-
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
|
+
import { getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getS3ExpiresMiddlewarePlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
3
|
-
import { getSsecPlugin } from "@aws-sdk/middleware-
|
|
2
|
+
import { getS3ExpiresMiddlewarePlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
|
+
import { getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
4
4
|
import { Command as $Command } from "@smithy/core/client";
|
|
5
5
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
6
6
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getS3ExpiresMiddlewarePlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
-
import { getSsecPlugin } from "@aws-sdk/middleware-
|
|
1
|
+
import { getS3ExpiresMiddlewarePlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
|
+
import { getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
-
import { getSsecPlugin } from "@aws-sdk/middleware-
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
|
+
import { getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getCheckContentLengthHeaderPlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
3
|
-
import { getSsecPlugin } from "@aws-sdk/middleware-
|
|
2
|
+
import { getCheckContentLengthHeaderPlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
|
+
import { getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
4
4
|
import { Command as $Command } from "@smithy/core/client";
|
|
5
5
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
6
6
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getSsecPlugin } from "@aws-sdk/middleware-
|
|
1
|
+
import { getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
2
|
import { Command as $Command } from "@smithy/core/client";
|
|
3
3
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
|
|
2
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
3
|
-
import { getSsecPlugin } from "@aws-sdk/middleware-
|
|
2
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
|
+
import { getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
4
4
|
import { Command as $Command } from "@smithy/core/client";
|
|
5
5
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
6
6
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
-
import { getSsecPlugin } from "@aws-sdk/middleware-
|
|
1
|
+
import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
2
|
+
import { getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { Command as $Command } from "@smithy/core/client";
|
|
4
4
|
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
5
5
|
import { commonParams } from "../endpoint/EndpointParameters";
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -2,9 +2,9 @@ import packageInfo from "../package.json";
|
|
|
2
2
|
import { createDefaultUserAgentProvider, emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_APP_ID_CONFIG_OPTIONS, } from "@aws-sdk/core/client";
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, NODE_SIGV4A_CONFIG_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
|
-
import { NODE_USE_ARN_REGION_CONFIG_OPTIONS } from "@aws-sdk/middleware-
|
|
5
|
+
import { NODE_USE_ARN_REGION_CONFIG_OPTIONS } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
6
6
|
import { NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS, NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS, } from "@aws-sdk/middleware-flexible-checksums";
|
|
7
|
-
import { NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS } from "@aws-sdk/middleware-sdk-s3";
|
|
7
|
+
import { NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
8
8
|
import { readableStreamHasher as streamHasher } from "@smithy/core/checksum";
|
|
9
9
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
10
10
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsSdkSigV4ASigner, AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
|
-
import { S3RestXmlProtocol } from "@aws-sdk/middleware-sdk-s3";
|
|
2
|
+
import { S3RestXmlProtocol } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
3
3
|
import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
|
|
4
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
5
5
|
import { parseUrl } from "@smithy/core/protocols";
|
package/dist-types/S3Client.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig, type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/core/client";
|
|
2
2
|
import { type FlexibleChecksumsInputConfig, type FlexibleChecksumsResolvedConfig } from "@aws-sdk/middleware-flexible-checksums";
|
|
3
|
-
import { type S3InputConfig, type S3ResolvedConfig } from "@aws-sdk/middleware-sdk-s3";
|
|
3
|
+
import { type S3InputConfig, type S3ResolvedConfig } from "@aws-sdk/middleware-sdk-s3/s3";
|
|
4
4
|
import type { GetAwsChunkedEncodingStream } from "@aws-sdk/types";
|
|
5
5
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
6
6
|
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|