@aws-sdk/client-s3 3.948.0 → 3.953.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 (132) hide show
  1. package/dist-cjs/index.js +1410 -952
  2. package/dist-cjs/runtimeConfig.shared.js +7 -5
  3. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -2
  4. package/dist-es/commands/CompleteMultipartUploadCommand.js +2 -2
  5. package/dist-es/commands/CopyObjectCommand.js +2 -2
  6. package/dist-es/commands/CreateBucketCommand.js +2 -2
  7. package/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +2 -2
  8. package/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +2 -2
  9. package/dist-es/commands/CreateMultipartUploadCommand.js +2 -2
  10. package/dist-es/commands/CreateSessionCommand.js +2 -2
  11. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -2
  12. package/dist-es/commands/DeleteBucketCommand.js +2 -2
  13. package/dist-es/commands/DeleteBucketCorsCommand.js +2 -2
  14. package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -2
  15. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -2
  16. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -2
  17. package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -2
  18. package/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +2 -2
  19. package/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +2 -2
  20. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -2
  21. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -2
  22. package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -2
  23. package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -2
  24. package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -2
  25. package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -2
  26. package/dist-es/commands/DeleteObjectCommand.js +2 -2
  27. package/dist-es/commands/DeleteObjectTaggingCommand.js +2 -2
  28. package/dist-es/commands/DeleteObjectsCommand.js +2 -2
  29. package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -2
  30. package/dist-es/commands/GetBucketAbacCommand.js +2 -2
  31. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -2
  32. package/dist-es/commands/GetBucketAclCommand.js +2 -2
  33. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -2
  34. package/dist-es/commands/GetBucketCorsCommand.js +2 -2
  35. package/dist-es/commands/GetBucketEncryptionCommand.js +2 -2
  36. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -2
  37. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -2
  38. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -2
  39. package/dist-es/commands/GetBucketLocationCommand.js +2 -2
  40. package/dist-es/commands/GetBucketLoggingCommand.js +2 -2
  41. package/dist-es/commands/GetBucketMetadataConfigurationCommand.js +2 -2
  42. package/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -2
  43. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -2
  44. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -2
  45. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -2
  46. package/dist-es/commands/GetBucketPolicyCommand.js +2 -2
  47. package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -2
  48. package/dist-es/commands/GetBucketReplicationCommand.js +2 -2
  49. package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -2
  50. package/dist-es/commands/GetBucketTaggingCommand.js +2 -2
  51. package/dist-es/commands/GetBucketVersioningCommand.js +2 -2
  52. package/dist-es/commands/GetBucketWebsiteCommand.js +2 -2
  53. package/dist-es/commands/GetObjectAclCommand.js +2 -2
  54. package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  55. package/dist-es/commands/GetObjectCommand.js +2 -2
  56. package/dist-es/commands/GetObjectLegalHoldCommand.js +2 -2
  57. package/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -2
  58. package/dist-es/commands/GetObjectRetentionCommand.js +2 -2
  59. package/dist-es/commands/GetObjectTaggingCommand.js +2 -2
  60. package/dist-es/commands/GetObjectTorrentCommand.js +2 -2
  61. package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -2
  62. package/dist-es/commands/HeadBucketCommand.js +2 -2
  63. package/dist-es/commands/HeadObjectCommand.js +2 -2
  64. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -2
  65. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -2
  66. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -2
  67. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -2
  68. package/dist-es/commands/ListBucketsCommand.js +2 -2
  69. package/dist-es/commands/ListDirectoryBucketsCommand.js +2 -2
  70. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -2
  71. package/dist-es/commands/ListObjectVersionsCommand.js +2 -2
  72. package/dist-es/commands/ListObjectsCommand.js +2 -2
  73. package/dist-es/commands/ListObjectsV2Command.js +2 -2
  74. package/dist-es/commands/ListPartsCommand.js +2 -2
  75. package/dist-es/commands/PutBucketAbacCommand.js +2 -2
  76. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -2
  77. package/dist-es/commands/PutBucketAclCommand.js +2 -2
  78. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -2
  79. package/dist-es/commands/PutBucketCorsCommand.js +2 -2
  80. package/dist-es/commands/PutBucketEncryptionCommand.js +2 -2
  81. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -2
  82. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -2
  83. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -2
  84. package/dist-es/commands/PutBucketLoggingCommand.js +2 -2
  85. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -2
  86. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -2
  87. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -2
  88. package/dist-es/commands/PutBucketPolicyCommand.js +2 -2
  89. package/dist-es/commands/PutBucketReplicationCommand.js +2 -2
  90. package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -2
  91. package/dist-es/commands/PutBucketTaggingCommand.js +2 -2
  92. package/dist-es/commands/PutBucketVersioningCommand.js +2 -2
  93. package/dist-es/commands/PutBucketWebsiteCommand.js +2 -2
  94. package/dist-es/commands/PutObjectAclCommand.js +2 -2
  95. package/dist-es/commands/PutObjectCommand.js +2 -2
  96. package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -2
  97. package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -2
  98. package/dist-es/commands/PutObjectRetentionCommand.js +2 -2
  99. package/dist-es/commands/PutObjectTaggingCommand.js +2 -2
  100. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -2
  101. package/dist-es/commands/RenameObjectCommand.js +2 -2
  102. package/dist-es/commands/RestoreObjectCommand.js +2 -2
  103. package/dist-es/commands/SelectObjectContentCommand.js +2 -2
  104. package/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +2 -2
  105. package/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +2 -2
  106. package/dist-es/commands/UploadPartCommand.js +2 -2
  107. package/dist-es/commands/UploadPartCopyCommand.js +2 -2
  108. package/dist-es/commands/WriteGetObjectResponseCommand.js +2 -2
  109. package/dist-es/index.js +1 -0
  110. package/dist-es/models/enums.js +1 -0
  111. package/dist-es/runtimeConfig.shared.js +7 -5
  112. package/dist-es/schemas/schemas_0.js +830 -823
  113. package/dist-types/S3Client.d.ts +1 -10
  114. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  115. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  116. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  117. package/dist-types/index.d.ts +1 -0
  118. package/dist-types/models/enums.d.ts +1 -0
  119. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  120. package/dist-types/runtimeConfig.d.ts +6 -2
  121. package/dist-types/runtimeConfig.native.d.ts +6 -2
  122. package/dist-types/runtimeConfig.shared.d.ts +5 -1
  123. package/dist-types/schemas/schemas_0.d.ts +451 -502
  124. package/dist-types/ts3.4/S3Client.d.ts +0 -4
  125. package/dist-types/ts3.4/index.d.ts +1 -0
  126. package/dist-types/ts3.4/models/enums.d.ts +1 -0
  127. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -7
  128. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
  129. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -7
  130. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +7 -5
  131. package/dist-types/ts3.4/schemas/schemas_0.d.ts +450 -503
  132. package/package.json +50 -50
package/package.json CHANGED
@@ -1,9 +1,9 @@
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.948.0",
4
+ "version": "3.953.0",
5
5
  "scripts": {
6
- "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
8
8
  "build:es": "tsc -p tsconfig.es.json",
9
9
  "build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
@@ -30,61 +30,61 @@
30
30
  "@aws-crypto/sha1-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-browser": "5.2.0",
32
32
  "@aws-crypto/sha256-js": "5.2.0",
33
- "@aws-sdk/core": "3.947.0",
34
- "@aws-sdk/credential-provider-node": "3.948.0",
35
- "@aws-sdk/middleware-bucket-endpoint": "3.936.0",
36
- "@aws-sdk/middleware-expect-continue": "3.936.0",
37
- "@aws-sdk/middleware-flexible-checksums": "3.947.0",
38
- "@aws-sdk/middleware-host-header": "3.936.0",
39
- "@aws-sdk/middleware-location-constraint": "3.936.0",
40
- "@aws-sdk/middleware-logger": "3.936.0",
41
- "@aws-sdk/middleware-recursion-detection": "3.948.0",
42
- "@aws-sdk/middleware-sdk-s3": "3.947.0",
43
- "@aws-sdk/middleware-ssec": "3.936.0",
44
- "@aws-sdk/middleware-user-agent": "3.947.0",
45
- "@aws-sdk/region-config-resolver": "3.936.0",
46
- "@aws-sdk/signature-v4-multi-region": "3.947.0",
47
- "@aws-sdk/types": "3.936.0",
48
- "@aws-sdk/util-endpoints": "3.936.0",
49
- "@aws-sdk/util-user-agent-browser": "3.936.0",
50
- "@aws-sdk/util-user-agent-node": "3.947.0",
51
- "@smithy/config-resolver": "^4.4.3",
52
- "@smithy/core": "^3.18.7",
53
- "@smithy/eventstream-serde-browser": "^4.2.5",
54
- "@smithy/eventstream-serde-config-resolver": "^4.3.5",
55
- "@smithy/eventstream-serde-node": "^4.2.5",
56
- "@smithy/fetch-http-handler": "^5.3.6",
57
- "@smithy/hash-blob-browser": "^4.2.6",
58
- "@smithy/hash-node": "^4.2.5",
59
- "@smithy/hash-stream-node": "^4.2.5",
60
- "@smithy/invalid-dependency": "^4.2.5",
61
- "@smithy/md5-js": "^4.2.5",
62
- "@smithy/middleware-content-length": "^4.2.5",
63
- "@smithy/middleware-endpoint": "^4.3.14",
64
- "@smithy/middleware-retry": "^4.4.14",
65
- "@smithy/middleware-serde": "^4.2.6",
66
- "@smithy/middleware-stack": "^4.2.5",
67
- "@smithy/node-config-provider": "^4.3.5",
68
- "@smithy/node-http-handler": "^4.4.5",
69
- "@smithy/protocol-http": "^5.3.5",
70
- "@smithy/smithy-client": "^4.9.10",
71
- "@smithy/types": "^4.9.0",
72
- "@smithy/url-parser": "^4.2.5",
33
+ "@aws-sdk/core": "3.953.0",
34
+ "@aws-sdk/credential-provider-node": "3.953.0",
35
+ "@aws-sdk/middleware-bucket-endpoint": "3.953.0",
36
+ "@aws-sdk/middleware-expect-continue": "3.953.0",
37
+ "@aws-sdk/middleware-flexible-checksums": "3.953.0",
38
+ "@aws-sdk/middleware-host-header": "3.953.0",
39
+ "@aws-sdk/middleware-location-constraint": "3.953.0",
40
+ "@aws-sdk/middleware-logger": "3.953.0",
41
+ "@aws-sdk/middleware-recursion-detection": "3.953.0",
42
+ "@aws-sdk/middleware-sdk-s3": "3.953.0",
43
+ "@aws-sdk/middleware-ssec": "3.953.0",
44
+ "@aws-sdk/middleware-user-agent": "3.953.0",
45
+ "@aws-sdk/region-config-resolver": "3.953.0",
46
+ "@aws-sdk/signature-v4-multi-region": "3.953.0",
47
+ "@aws-sdk/types": "3.953.0",
48
+ "@aws-sdk/util-endpoints": "3.953.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.953.0",
50
+ "@aws-sdk/util-user-agent-node": "3.953.0",
51
+ "@smithy/config-resolver": "^4.4.4",
52
+ "@smithy/core": "^3.19.0",
53
+ "@smithy/eventstream-serde-browser": "^4.2.6",
54
+ "@smithy/eventstream-serde-config-resolver": "^4.3.6",
55
+ "@smithy/eventstream-serde-node": "^4.2.6",
56
+ "@smithy/fetch-http-handler": "^5.3.7",
57
+ "@smithy/hash-blob-browser": "^4.2.7",
58
+ "@smithy/hash-node": "^4.2.6",
59
+ "@smithy/hash-stream-node": "^4.2.6",
60
+ "@smithy/invalid-dependency": "^4.2.6",
61
+ "@smithy/md5-js": "^4.2.6",
62
+ "@smithy/middleware-content-length": "^4.2.6",
63
+ "@smithy/middleware-endpoint": "^4.3.15",
64
+ "@smithy/middleware-retry": "^4.4.15",
65
+ "@smithy/middleware-serde": "^4.2.7",
66
+ "@smithy/middleware-stack": "^4.2.6",
67
+ "@smithy/node-config-provider": "^4.3.6",
68
+ "@smithy/node-http-handler": "^4.4.6",
69
+ "@smithy/protocol-http": "^5.3.6",
70
+ "@smithy/smithy-client": "^4.10.0",
71
+ "@smithy/types": "^4.10.0",
72
+ "@smithy/url-parser": "^4.2.6",
73
73
  "@smithy/util-base64": "^4.3.0",
74
74
  "@smithy/util-body-length-browser": "^4.2.0",
75
75
  "@smithy/util-body-length-node": "^4.2.1",
76
- "@smithy/util-defaults-mode-browser": "^4.3.13",
77
- "@smithy/util-defaults-mode-node": "^4.2.16",
78
- "@smithy/util-endpoints": "^3.2.5",
79
- "@smithy/util-middleware": "^4.2.5",
80
- "@smithy/util-retry": "^4.2.5",
81
- "@smithy/util-stream": "^4.5.6",
76
+ "@smithy/util-defaults-mode-browser": "^4.3.14",
77
+ "@smithy/util-defaults-mode-node": "^4.2.17",
78
+ "@smithy/util-endpoints": "^3.2.6",
79
+ "@smithy/util-middleware": "^4.2.6",
80
+ "@smithy/util-retry": "^4.2.6",
81
+ "@smithy/util-stream": "^4.5.7",
82
82
  "@smithy/util-utf8": "^4.2.0",
83
- "@smithy/util-waiter": "^4.2.5",
83
+ "@smithy/util-waiter": "^4.2.6",
84
84
  "tslib": "^2.6.2"
85
85
  },
86
86
  "devDependencies": {
87
- "@aws-sdk/signature-v4-crt": "3.947.0",
87
+ "@aws-sdk/signature-v4-crt": "3.953.0",
88
88
  "@tsconfig/node18": "18.2.4",
89
89
  "@types/node": "^18.19.69",
90
90
  "concurrently": "7.0.0",