@aws-sdk/client-s3 3.1060.0 → 3.1062.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 +3 -4
  3. package/dist-cjs/runtimeConfig.shared.js +2 -2
  4. package/dist-es/S3Client.js +1 -2
  5. package/dist-es/commands/AbortMultipartUploadCommand.js +1 -1
  6. package/dist-es/commands/CompleteMultipartUploadCommand.js +1 -2
  7. package/dist-es/commands/CopyObjectCommand.js +1 -2
  8. package/dist-es/commands/CreateBucketCommand.js +1 -2
  9. package/dist-es/commands/CreateMultipartUploadCommand.js +1 -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 +1 -2
  38. package/dist-es/commands/GetObjectCommand.js +1 -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 +1 -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 +1 -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 +1 -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 +1 -2
  69. package/dist-es/commands/UploadPartCopyCommand.js +1 -2
  70. package/dist-es/runtimeConfig.js +1 -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 +5 -9
@@ -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 middleware_sdk_s3_1 = require("@aws-sdk/middleware-sdk-s3");
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 ?? middleware_sdk_s3_1.S3RestXmlProtocol,
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,
@@ -1,7 +1,6 @@
1
1
  import { getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin, getUserAgentPlugin, resolveHostHeaderConfig, resolveUserAgentConfig, } from "@aws-sdk/core/client";
2
- import { getAddExpectContinuePlugin } from "@aws-sdk/middleware-expect-continue";
3
2
  import { resolveFlexibleChecksumsConfig, } from "@aws-sdk/middleware-flexible-checksums";
4
- import { getRegionRedirectMiddlewarePlugin, getS3ExpressHttpSigningPlugin, getS3ExpressPlugin, getValidateBucketNamePlugin, resolveS3Config, } from "@aws-sdk/middleware-sdk-s3";
3
+ import { getAddExpectContinuePlugin, getRegionRedirectMiddlewarePlugin, getS3ExpressHttpSigningPlugin, getS3ExpressPlugin, getValidateBucketNamePlugin, resolveS3Config, } from "@aws-sdk/middleware-sdk-s3/s3";
5
4
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
6
5
  import { Client as __Client, } from "@smithy/core/client";
7
6
  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,4 @@
1
- import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
- import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
1
+ import { getSsecPlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
3
2
  import { Command as $Command } from "@smithy/core/client";
4
3
  import { getEndpointPlugin } from "@smithy/core/endpoints";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
@@ -1,5 +1,4 @@
1
- import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
- import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
1
+ import { getSsecPlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
3
2
  import { Command as $Command } from "@smithy/core/client";
4
3
  import { getEndpointPlugin } from "@smithy/core/endpoints";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
@@ -1,5 +1,4 @@
1
- import { getLocationConstraintPlugin } from "@aws-sdk/middleware-location-constraint";
2
- import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
1
+ import { getLocationConstraintPlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
3
2
  import { Command as $Command } from "@smithy/core/client";
4
3
  import { getEndpointPlugin } from "@smithy/core/endpoints";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
@@ -1,5 +1,4 @@
1
- import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
- import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
1
+ import { getSsecPlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
3
2
  import { Command as $Command } from "@smithy/core/client";
4
3
  import { getEndpointPlugin } from "@smithy/core/endpoints";
5
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
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,4 @@
1
- import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
- import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
1
+ import { getSsecPlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
3
2
  import { Command as $Command } from "@smithy/core/client";
4
3
  import { getEndpointPlugin } from "@smithy/core/endpoints";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
@@ -1,6 +1,5 @@
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-ssec";
2
+ import { getS3ExpiresMiddlewarePlugin, getSsecPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
4
3
  import { Command as $Command } from "@smithy/core/client";
5
4
  import { getEndpointPlugin } from "@smithy/core/endpoints";
6
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,5 +1,4 @@
1
- import { getS3ExpiresMiddlewarePlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
- import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
1
+ import { getS3ExpiresMiddlewarePlugin, getSsecPlugin, getThrow200ExceptionsPlugin, } from "@aws-sdk/middleware-sdk-s3/s3";
3
2
  import { Command as $Command } from "@smithy/core/client";
4
3
  import { getEndpointPlugin } from "@smithy/core/endpoints";
5
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,4 @@
1
- import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
- import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
1
+ import { getSsecPlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
3
2
  import { Command as $Command } from "@smithy/core/client";
4
3
  import { getEndpointPlugin } from "@smithy/core/endpoints";
5
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,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,5 @@
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-ssec";
2
+ import { getCheckContentLengthHeaderPlugin, getSsecPlugin, getThrow200ExceptionsPlugin, } from "@aws-sdk/middleware-sdk-s3/s3";
4
3
  import { Command as $Command } from "@smithy/core/client";
5
4
  import { getEndpointPlugin } from "@smithy/core/endpoints";
6
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,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-ssec";
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,5 @@
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-ssec";
2
+ import { getSsecPlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
4
3
  import { Command as $Command } from "@smithy/core/client";
5
4
  import { getEndpointPlugin } from "@smithy/core/endpoints";
6
5
  import { commonParams } from "../endpoint/EndpointParameters";
@@ -1,5 +1,4 @@
1
- import { getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3";
2
- import { getSsecPlugin } from "@aws-sdk/middleware-ssec";
1
+ import { getSsecPlugin, getThrow200ExceptionsPlugin } from "@aws-sdk/middleware-sdk-s3/s3";
3
2
  import { Command as $Command } from "@smithy/core/client";
4
3
  import { getEndpointPlugin } from "@smithy/core/endpoints";
5
4
  import { commonParams } from "../endpoint/EndpointParameters";
@@ -2,9 +2,8 @@ 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-bucket-endpoint";
6
5
  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";
6
+ import { NODE_DISABLE_S3_EXPRESS_SESSION_AUTH_OPTIONS, NODE_USE_ARN_REGION_CONFIG_OPTIONS, } from "@aws-sdk/middleware-sdk-s3/s3";
8
7
  import { readableStreamHasher as streamHasher } from "@smithy/core/checksum";
9
8
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
10
9
  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";
@@ -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";