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