@tachybase/module-file 1.3.16 → 1.3.18

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 (254) hide show
  1. package/dist/client/index.js +1 -1
  2. package/dist/externalVersion.js +8 -8
  3. package/dist/index.js +4 -4
  4. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  5. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  6. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1 -1
  7. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +14 -11
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +2 -0
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +3 -1
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +5 -5
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +1 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +31 -16
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +22 -10
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +210 -66
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +15 -12
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +7 -0
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -5
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +13 -10
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +27 -21
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +41 -21
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +37 -16
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -2
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +28 -18
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -5
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -7
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -5
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +10 -7
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +2 -1
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +10 -7
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +8 -5
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +8 -5
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +8 -5
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +22 -17
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +12 -13
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +44 -46
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +10 -2
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +10 -10
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -2
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +14 -14
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -7
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -2
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +2 -1
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +14 -1
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +8 -8
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +14 -14
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -6
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +10 -10
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -7
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +9 -9
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +30 -30
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +31 -19
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +49 -33
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +26 -27
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +19 -6
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +11 -7
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +22 -18
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -1
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +23 -15
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +4 -2
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +77 -70
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +37 -29
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +35 -27
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -28
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +38 -29
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -2
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +24 -10
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +21 -18
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -6
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +22 -19
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +31 -17
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -9
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -1
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +12 -9
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +18 -15
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -8
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +15 -12
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +13 -10
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +15 -12
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +17 -11
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +96 -81
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -2
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -2
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -2
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +14 -14
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -2
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +144 -0
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +21 -20
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +2 -1
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +17 -15
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +27 -27
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -3
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +28 -30
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +576 -300
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +351 -121
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +9 -0
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +32 -31
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +26 -25
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -33
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +5 -6
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +17 -0
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -1
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +1 -1
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +1 -1
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +1 -1
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +1 -1
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +1 -1
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +1 -1
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +1 -1
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -1
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +1 -1
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +1 -1
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +1 -1
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +1 -1
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +1 -1
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +1 -1
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +1 -1
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +1 -1
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +1 -1
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +1 -1
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +1 -1
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -1
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +1 -1
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +1 -1
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +1 -1
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +1 -1
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +1 -1
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +1 -1
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +1 -1
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +1 -1
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +1 -1
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +1 -1
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +1 -1
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +1 -1
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +1 -1
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +1 -1
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +1 -1
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +1 -1
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -1
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +1 -1
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -1
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +37 -31
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +49 -7
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +36 -1
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +50 -47
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +40 -40
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -51
  243. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -6
  244. package/dist/node_modules/@aws-sdk/client-s3/node_modules/.bin/uuid +21 -0
  245. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  246. package/dist/node_modules/mime-match/package.json +1 -1
  247. package/dist/node_modules/mkdirp/package.json +1 -1
  248. package/dist/node_modules/multer-aliyun-oss/index.js +14 -14
  249. package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
  250. package/dist/node_modules/multer-cos/index.js +16 -16
  251. package/dist/node_modules/multer-cos/package.json +1 -1
  252. package/dist/node_modules/multer-s3/index.js +3 -3
  253. package/dist/node_modules/multer-s3/package.json +1 -1
  254. package/package.json +12 -12
@@ -4,7 +4,8 @@ import {
4
4
  AccessControlPolicy,
5
5
  BucketVersioningStatus,
6
6
  ChecksumAlgorithm,
7
- CORSConfiguration,
7
+ ChecksumType,
8
+ CORSRule,
8
9
  ErrorDocument,
9
10
  Grant,
10
11
  IndexDocument,
@@ -36,6 +37,9 @@ import {
36
37
  TransitionDefaultMinimumObjectSize,
37
38
  } from "./models_0";
38
39
  import { S3ServiceException as __BaseException } from "./S3ServiceException";
40
+ export interface CORSConfiguration {
41
+ CORSRules: CORSRule[] | undefined;
42
+ }
39
43
  export interface PutBucketCorsRequest {
40
44
  Bucket: string | undefined;
41
45
  CORSConfiguration: CORSConfiguration | undefined;
@@ -55,6 +59,7 @@ export interface PutBucketEncryptionRequest {
55
59
  export interface PutBucketIntelligentTieringConfigurationRequest {
56
60
  Bucket: string | undefined;
57
61
  Id: string | undefined;
62
+ ExpectedBucketOwner?: string | undefined;
58
63
  IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
59
64
  }
60
65
  export interface PutBucketInventoryConfigurationRequest {
@@ -107,6 +112,7 @@ export interface PutBucketOwnershipControlsRequest {
107
112
  ContentMD5?: string | undefined;
108
113
  ExpectedBucketOwner?: string | undefined;
109
114
  OwnershipControls: OwnershipControls | undefined;
115
+ ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
110
116
  }
111
117
  export interface PutBucketPolicyRequest {
112
118
  Bucket: string | undefined;
@@ -196,8 +202,10 @@ export interface PutObjectOutput {
196
202
  ETag?: string | undefined;
197
203
  ChecksumCRC32?: string | undefined;
198
204
  ChecksumCRC32C?: string | undefined;
205
+ ChecksumCRC64NVME?: string | undefined;
199
206
  ChecksumSHA1?: string | undefined;
200
207
  ChecksumSHA256?: string | undefined;
208
+ ChecksumType?: ChecksumType | undefined;
201
209
  ServerSideEncryption?: ServerSideEncryption | undefined;
202
210
  VersionId?: string | undefined;
203
211
  SSECustomerAlgorithm?: string | undefined;
@@ -222,6 +230,7 @@ export interface PutObjectRequest {
222
230
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
223
231
  ChecksumCRC32?: string | undefined;
224
232
  ChecksumCRC32C?: string | undefined;
233
+ ChecksumCRC64NVME?: string | undefined;
225
234
  ChecksumSHA1?: string | undefined;
226
235
  ChecksumSHA256?: string | undefined;
227
236
  Expires?: Date | undefined;
@@ -333,6 +342,28 @@ export interface PutPublicAccessBlockRequest {
333
342
  PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
334
343
  ExpectedBucketOwner?: string | undefined;
335
344
  }
345
+ export declare class IdempotencyParameterMismatch extends __BaseException {
346
+ readonly name: "IdempotencyParameterMismatch";
347
+ readonly $fault: "client";
348
+ constructor(
349
+ opts: __ExceptionOptionType<IdempotencyParameterMismatch, __BaseException>
350
+ );
351
+ }
352
+ export interface RenameObjectOutput {}
353
+ export interface RenameObjectRequest {
354
+ Bucket: string | undefined;
355
+ Key: string | undefined;
356
+ RenameSource: string | undefined;
357
+ DestinationIfMatch?: string | undefined;
358
+ DestinationIfNoneMatch?: string | undefined;
359
+ DestinationIfModifiedSince?: Date | undefined;
360
+ DestinationIfUnmodifiedSince?: Date | undefined;
361
+ SourceIfMatch?: string | undefined;
362
+ SourceIfNoneMatch?: string | undefined;
363
+ SourceIfModifiedSince?: Date | undefined;
364
+ SourceIfUnmodifiedSince?: Date | undefined;
365
+ ClientToken?: string | undefined;
366
+ }
336
367
  export declare class ObjectAlreadyInActiveTierError extends __BaseException {
337
368
  readonly name: "ObjectAlreadyInActiveTierError";
338
369
  readonly $fault: "client";
@@ -585,6 +616,7 @@ export interface UploadPartOutput {
585
616
  ETag?: string | undefined;
586
617
  ChecksumCRC32?: string | undefined;
587
618
  ChecksumCRC32C?: string | undefined;
619
+ ChecksumCRC64NVME?: string | undefined;
588
620
  ChecksumSHA1?: string | undefined;
589
621
  ChecksumSHA256?: string | undefined;
590
622
  SSECustomerAlgorithm?: string | undefined;
@@ -601,6 +633,7 @@ export interface UploadPartRequest {
601
633
  ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
602
634
  ChecksumCRC32?: string | undefined;
603
635
  ChecksumCRC32C?: string | undefined;
636
+ ChecksumCRC64NVME?: string | undefined;
604
637
  ChecksumSHA1?: string | undefined;
605
638
  ChecksumSHA256?: string | undefined;
606
639
  Key: string | undefined;
@@ -617,6 +650,7 @@ export interface CopyPartResult {
617
650
  LastModified?: Date | undefined;
618
651
  ChecksumCRC32?: string | undefined;
619
652
  ChecksumCRC32C?: string | undefined;
653
+ ChecksumCRC64NVME?: string | undefined;
620
654
  ChecksumSHA1?: string | undefined;
621
655
  ChecksumSHA256?: string | undefined;
622
656
  }
@@ -668,6 +702,7 @@ export interface WriteGetObjectResponseRequest {
668
702
  ContentType?: string | undefined;
669
703
  ChecksumCRC32?: string | undefined;
670
704
  ChecksumCRC32C?: string | undefined;
705
+ ChecksumCRC64NVME?: string | undefined;
671
706
  ChecksumSHA1?: string | undefined;
672
707
  ChecksumSHA256?: string | undefined;
673
708
  DeleteMarker?: boolean | undefined;
@@ -379,6 +379,10 @@ import {
379
379
  PutPublicAccessBlockCommandInput,
380
380
  PutPublicAccessBlockCommandOutput,
381
381
  } from "../commands/PutPublicAccessBlockCommand";
382
+ import {
383
+ RenameObjectCommandInput,
384
+ RenameObjectCommandOutput,
385
+ } from "../commands/RenameObjectCommand";
382
386
  import {
383
387
  RestoreObjectCommandInput,
384
388
  RestoreObjectCommandOutput,
@@ -771,6 +775,10 @@ export declare const se_PutPublicAccessBlockCommand: (
771
775
  input: PutPublicAccessBlockCommandInput,
772
776
  context: __SerdeContext
773
777
  ) => Promise<__HttpRequest>;
778
+ export declare const se_RenameObjectCommand: (
779
+ input: RenameObjectCommandInput,
780
+ context: __SerdeContext
781
+ ) => Promise<__HttpRequest>;
774
782
  export declare const se_RestoreObjectCommand: (
775
783
  input: RestoreObjectCommandInput,
776
784
  context: __SerdeContext
@@ -1163,6 +1171,10 @@ export declare const de_PutPublicAccessBlockCommand: (
1163
1171
  output: __HttpResponse,
1164
1172
  context: __SerdeContext
1165
1173
  ) => Promise<PutPublicAccessBlockCommandOutput>;
1174
+ export declare const de_RenameObjectCommand: (
1175
+ output: __HttpResponse,
1176
+ context: __SerdeContext
1177
+ ) => Promise<RenameObjectCommandOutput>;
1166
1178
  export declare const de_RestoreObjectCommand: (
1167
1179
  output: __HttpResponse,
1168
1180
  context: __SerdeContext
@@ -6,13 +6,13 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- input: any
11
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ _: unknown
13
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
14
  defaultUserAgentProvider: (
13
- config?:
14
- | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
15
- | undefined
15
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
16
16
  ) => Promise<import("@smithy/types").UserAgent>;
17
17
  eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
@@ -28,18 +28,20 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
28
28
  streamHasher:
29
29
  | import("@smithy/types").StreamHasher<import("stream").Readable>
30
30
  | import("@smithy/types").StreamHasher<Blob>;
31
- useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
- useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
31
+ useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
32
+ (boolean | import("@smithy/types").Provider<boolean | undefined>);
33
+ useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
34
+ (boolean | import("@smithy/types").Provider<boolean | undefined>);
33
35
  apiVersion: string;
34
36
  cacheMiddleware?: boolean | undefined;
35
37
  urlParser: import("@smithy/types").UrlParser;
36
38
  base64Decoder: import("@smithy/types").Decoder;
37
- base64Encoder: (_input: string | Uint8Array) => string;
39
+ base64Encoder: (_input: Uint8Array | string) => string;
38
40
  utf8Decoder: import("@smithy/types").Decoder;
39
- utf8Encoder: (input: string | Uint8Array) => string;
41
+ utf8Encoder: (input: Uint8Array | string) => string;
40
42
  disableHostPrefix: boolean;
41
43
  serviceId: string;
42
- profile?: string | undefined;
44
+ profile?: string;
43
45
  getAwsChunkedEncodingStream:
44
46
  | import("@smithy/types").GetAwsChunkedEncodingStream<any>
45
47
  | import("@smithy/types").GetAwsChunkedEncodingStream<
@@ -48,29 +50,30 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
48
50
  logger: import("@smithy/types").Logger;
49
51
  extensions: import("./runtimeExtensions").RuntimeExtension[];
50
52
  signingEscapePath: boolean;
51
- useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
53
+ useArnRegion:
54
+ | boolean
55
+ | undefined
56
+ | import("@smithy/types").Provider<boolean | undefined>;
52
57
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
53
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
58
+ customUserAgent?: string | import("@smithy/types").UserAgent;
54
59
  userAgentAppId?:
55
60
  | string
56
- | import("@smithy/types").Provider<string | undefined>
57
- | undefined;
61
+ | undefined
62
+ | import("@smithy/types").Provider<string | undefined>;
58
63
  requestChecksumCalculation?:
59
64
  | import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
60
65
  | import("@smithy/types").Provider<
61
66
  import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
62
- >
63
- | undefined;
67
+ >;
64
68
  responseChecksumValidation?:
65
69
  | import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
66
70
  | import("@smithy/types").Provider<
67
71
  import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
68
- >
69
- | undefined;
72
+ >;
73
+ requestStreamBufferSize?: number | false;
70
74
  retryStrategy?:
71
75
  | import("@smithy/types").RetryStrategy
72
- | import("@smithy/types").RetryStrategyV2
73
- | undefined;
76
+ | import("@smithy/types").RetryStrategyV2;
74
77
  endpoint?:
75
78
  | ((
76
79
  | string
@@ -91,55 +94,55 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
91
94
  endpointProvider: (
92
95
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
93
96
  context?: {
94
- logger?: import("@smithy/types").Logger | undefined;
97
+ logger?: import("@smithy/types").Logger;
95
98
  }
96
99
  ) => import("@smithy/types").EndpointV2;
97
- tls?: boolean | undefined;
98
- serviceConfiguredEndpoint?: undefined;
100
+ tls?: boolean;
101
+ serviceConfiguredEndpoint?: never;
102
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
99
103
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
100
104
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
101
105
  credentials?:
102
106
  | import("@smithy/types").AwsCredentialIdentity
103
- | import("@smithy/types").AwsCredentialIdentityProvider
104
- | undefined;
107
+ | import("@smithy/types").AwsCredentialIdentityProvider;
105
108
  signer?:
106
109
  | import("@smithy/types").RequestSigner
107
110
  | ((
108
- authScheme?: import("@smithy/types").AuthScheme | undefined
109
- ) => Promise<import("@smithy/types").RequestSigner>)
110
- | undefined;
111
- systemClockOffset?: number | undefined;
112
- signingRegion?: string | undefined;
111
+ authScheme?: import("@smithy/types").AuthScheme
112
+ ) => Promise<import("@smithy/types").RequestSigner>);
113
+ systemClockOffset?: number;
114
+ signingRegion?: string;
113
115
  signerConstructor:
116
+ | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion
114
117
  | (new (
115
118
  options: import("@smithy/signature-v4").SignatureV4Init &
116
119
  import("@smithy/signature-v4").SignatureV4CryptoInit
117
- ) => import("@smithy/types").RequestSigner)
118
- | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
120
+ ) => import("@smithy/types").RequestSigner);
119
121
  sigv4aSigningRegionSet?:
120
122
  | string[]
121
- | import("@smithy/types").Provider<string[] | undefined>
122
- | undefined;
123
+ | undefined
124
+ | import("@smithy/types").Provider<string[] | undefined>;
123
125
  forcePathStyle?:
124
- | (boolean & (boolean | import("@smithy/types").Provider<boolean>))
126
+ | (boolean &
127
+ (boolean | import("@smithy/types").Provider<boolean | undefined>))
125
128
  | undefined;
126
129
  useAccelerateEndpoint?:
127
- | (boolean & (boolean | import("@smithy/types").Provider<boolean>))
130
+ | (boolean &
131
+ (boolean | import("@smithy/types").Provider<boolean | undefined>))
128
132
  | undefined;
129
133
  disableMultiregionAccessPoints?:
130
- | (boolean & (boolean | import("@smithy/types").Provider<boolean>))
134
+ | (boolean &
135
+ (boolean | import("@smithy/types").Provider<boolean | undefined>))
131
136
  | undefined;
132
- followRegionRedirects?: boolean | undefined;
133
- s3ExpressIdentityProvider?:
134
- | import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider
135
- | undefined;
136
- bucketEndpoint?: boolean | undefined;
137
+ followRegionRedirects?: boolean;
138
+ s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
139
+ bucketEndpoint?: boolean;
137
140
  useGlobalEndpoint?:
138
141
  | boolean
139
- | import("@smithy/types").Provider<boolean>
140
- | undefined;
142
+ | undefined
143
+ | import("@smithy/types").Provider<boolean | undefined>;
141
144
  disableS3ExpressSessionAuth?:
142
145
  | boolean
143
- | import("@smithy/types").Provider<boolean>
144
- | undefined;
146
+ | undefined
147
+ | import("@smithy/types").Provider<boolean | undefined>;
145
148
  };
@@ -6,22 +6,21 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
6
6
  defaultsMode: import("@aws-sdk/types").Provider<
7
7
  import("@smithy/smithy-client").ResolvedDefaultsMode
8
8
  >;
9
+ authSchemePreference: string[] | import("@aws-sdk/types").Provider<string[]>;
9
10
  bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (
11
- init?:
12
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
- | undefined
14
- ) => import("@aws-sdk/types").MemoizedProvider<
15
- import("@aws-sdk/types").AwsCredentialIdentity
16
- >;
11
+ credentialDefaultProvider:
12
+ | ((input: any) => import("@aws-sdk/types").AwsCredentialIdentityProvider)
13
+ | ((
14
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
15
+ ) => import("@aws-sdk/types").MemoizedProvider<
16
+ import("@aws-sdk/types").AwsCredentialIdentity
17
+ >);
17
18
  defaultUserAgentProvider: (
18
- config?:
19
- | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
20
- | undefined
19
+ config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved
21
20
  ) => Promise<import("@aws-sdk/types").UserAgent>;
22
21
  disableS3ExpressSessionAuth:
23
22
  | boolean
24
- | import("@aws-sdk/types").Provider<boolean>;
23
+ | import("@aws-sdk/types").Provider<boolean | undefined>;
25
24
  eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
26
25
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
27
26
  md5: __HashConstructor;
@@ -49,7 +48,9 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
49
48
  streamHasher:
50
49
  | import("@aws-sdk/types").StreamHasher<import("stream").Readable>
51
50
  | import("@aws-sdk/types").StreamHasher<Blob>;
52
- useArnRegion: boolean | import("@aws-sdk/types").Provider<boolean>;
51
+ useArnRegion:
52
+ | boolean
53
+ | import("@aws-sdk/types").Provider<boolean | undefined>;
53
54
  useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
54
55
  useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
55
56
  userAgentAppId:
@@ -59,12 +60,12 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
59
60
  cacheMiddleware?: boolean | undefined;
60
61
  urlParser: import("@aws-sdk/types").UrlParser;
61
62
  base64Decoder: import("@aws-sdk/types").Decoder;
62
- base64Encoder: (_input: string | Uint8Array) => string;
63
+ base64Encoder: (_input: Uint8Array | string) => string;
63
64
  utf8Decoder: import("@aws-sdk/types").Decoder;
64
- utf8Encoder: (input: string | Uint8Array) => string;
65
+ utf8Encoder: (input: Uint8Array | string) => string;
65
66
  disableHostPrefix: boolean;
66
67
  serviceId: string;
67
- profile?: string | undefined;
68
+ profile?: string;
68
69
  getAwsChunkedEncodingStream:
69
70
  | import("@aws-sdk/types").GetAwsChunkedEncodingStream<any>
70
71
  | import("@aws-sdk/types").GetAwsChunkedEncodingStream<
@@ -74,11 +75,11 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
74
75
  extensions: import("./runtimeExtensions").RuntimeExtension[];
75
76
  signingEscapePath: boolean;
76
77
  sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
77
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
78
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent;
79
+ requestStreamBufferSize?: number | false;
78
80
  retryStrategy?:
79
81
  | import("@aws-sdk/types").RetryStrategy
80
- | import("@aws-sdk/types").RetryStrategyV2
81
- | undefined;
82
+ | import("@aws-sdk/types").RetryStrategyV2;
82
83
  endpoint?:
83
84
  | ((
84
85
  | string
@@ -101,47 +102,46 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
101
102
  endpointProvider: (
102
103
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
103
104
  context?: {
104
- logger?: import("@aws-sdk/types").Logger | undefined;
105
+ logger?: import("@aws-sdk/types").Logger;
105
106
  }
106
107
  ) => import("@aws-sdk/types").EndpointV2;
107
- tls?: boolean | undefined;
108
- serviceConfiguredEndpoint?: undefined;
108
+ tls?: boolean;
109
+ serviceConfiguredEndpoint?: never;
109
110
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
110
111
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
111
112
  credentials?:
112
113
  | import("@aws-sdk/types").AwsCredentialIdentity
113
- | import("@aws-sdk/types").AwsCredentialIdentityProvider
114
- | undefined;
114
+ | import("@aws-sdk/types").AwsCredentialIdentityProvider;
115
115
  signer?:
116
116
  | import("@aws-sdk/types").RequestSigner
117
117
  | ((
118
- authScheme?: import("@aws-sdk/types").AuthScheme | undefined
119
- ) => Promise<import("@aws-sdk/types").RequestSigner>)
120
- | undefined;
121
- systemClockOffset?: number | undefined;
122
- signingRegion?: string | undefined;
118
+ authScheme?: import("@aws-sdk/types").AuthScheme
119
+ ) => Promise<import("@aws-sdk/types").RequestSigner>);
120
+ systemClockOffset?: number;
121
+ signingRegion?: string;
123
122
  signerConstructor:
123
+ | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion
124
124
  | (new (
125
125
  options: import("@smithy/signature-v4").SignatureV4Init &
126
126
  import("@smithy/signature-v4").SignatureV4CryptoInit
127
- ) => import("@aws-sdk/types").RequestSigner)
128
- | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
127
+ ) => import("@aws-sdk/types").RequestSigner);
129
128
  forcePathStyle?:
130
- | (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>))
129
+ | (boolean &
130
+ (boolean | import("@aws-sdk/types").Provider<boolean | undefined>))
131
131
  | undefined;
132
132
  useAccelerateEndpoint?:
133
- | (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>))
133
+ | (boolean &
134
+ (boolean | import("@aws-sdk/types").Provider<boolean | undefined>))
134
135
  | undefined;
135
136
  disableMultiregionAccessPoints?:
136
- | (boolean & (boolean | import("@aws-sdk/types").Provider<boolean>))
137
+ | (boolean &
138
+ (boolean | import("@aws-sdk/types").Provider<boolean | undefined>))
137
139
  | undefined;
138
- followRegionRedirects?: boolean | undefined;
139
- s3ExpressIdentityProvider?:
140
- | import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider
141
- | undefined;
142
- bucketEndpoint?: boolean | undefined;
140
+ followRegionRedirects?: boolean;
141
+ s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
142
+ bucketEndpoint?: boolean;
143
143
  useGlobalEndpoint?:
144
144
  | boolean
145
- | import("@aws-sdk/types").Provider<boolean>
146
- | undefined;
145
+ | undefined
146
+ | import("@aws-sdk/types").Provider<boolean | undefined>;
147
147
  };
@@ -9,24 +9,24 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
9
9
  | import("@smithy/protocol-http").HttpHandler<any>
10
10
  | import("@smithy/fetch-http-handler").FetchHttpHandler;
11
11
  apiVersion: string;
12
- cacheMiddleware?: boolean | undefined;
12
+ cacheMiddleware?: boolean;
13
13
  urlParser: import("@smithy/types").UrlParser;
14
14
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
15
15
  streamCollector: import("@smithy/types").StreamCollector;
16
16
  base64Decoder: import("@smithy/types").Decoder;
17
- base64Encoder: (_input: string | Uint8Array) => string;
17
+ base64Encoder: (_input: Uint8Array | string) => string;
18
18
  utf8Decoder: import("@smithy/types").Decoder;
19
- utf8Encoder: (input: string | Uint8Array) => string;
19
+ utf8Encoder: (input: Uint8Array | string) => string;
20
20
  disableHostPrefix: boolean;
21
21
  serviceId: string;
22
- useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
- useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
+ useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
23
+ (boolean | import("@smithy/types").Provider<boolean | undefined>);
24
+ useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
25
+ (boolean | import("@smithy/types").Provider<boolean | undefined>);
24
26
  region: string | import("@smithy/types").Provider<any>;
25
- profile?: string | undefined;
27
+ profile?: string;
26
28
  defaultUserAgentProvider: (
27
- config?:
28
- | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
- | undefined
29
+ config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
30
30
  ) => Promise<import("@smithy/types").UserAgent>;
31
31
  streamHasher:
32
32
  | import("@smithy/types").StreamHasher<import("stream").Readable>
@@ -38,9 +38,11 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
38
38
  | import("@smithy/types").GetAwsChunkedEncodingStream<
39
39
  import("stream").Readable
40
40
  >;
41
- credentialDefaultProvider: (
42
- input: any
43
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
41
+ credentialDefaultProvider:
42
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
43
+ | ((
44
+ _: unknown
45
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
44
46
  maxAttempts: number | import("@smithy/types").Provider<number>;
45
47
  retryMode: string | import("@smithy/types").Provider<string>;
46
48
  logger: import("@smithy/types").Logger;
@@ -52,82 +54,99 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
52
54
  import("@smithy/smithy-client").DefaultsMode
53
55
  >;
54
56
  signingEscapePath: boolean;
55
- useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
57
+ useArnRegion:
58
+ | boolean
59
+ | undefined
60
+ | import("@smithy/types").Provider<boolean | undefined>;
56
61
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
57
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
62
+ customUserAgent?: string | import("@smithy/types").UserAgent;
58
63
  userAgentAppId?:
59
64
  | string
60
- | import("@smithy/types").Provider<string | undefined>
61
- | undefined;
65
+ | undefined
66
+ | import("@smithy/types").Provider<string | undefined>;
62
67
  requestChecksumCalculation?:
63
68
  | import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
64
69
  | import("@smithy/types").Provider<
65
70
  import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
66
- >
67
- | undefined;
71
+ >;
68
72
  responseChecksumValidation?:
69
73
  | import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
70
74
  | import("@smithy/types").Provider<
71
75
  import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
72
- >
73
- | undefined;
76
+ >;
77
+ requestStreamBufferSize?: number | false;
74
78
  retryStrategy?:
75
79
  | import("@smithy/types").RetryStrategy
76
- | import("@smithy/types").RetryStrategyV2
77
- | undefined;
80
+ | import("@smithy/types").RetryStrategyV2;
78
81
  endpoint?:
79
- | string
80
- | import("@smithy/types").Endpoint
81
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
82
- | import("@smithy/types").EndpointV2
83
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
82
+ | ((
83
+ | string
84
+ | import("@smithy/types").Endpoint
85
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
86
+ | import("@smithy/types").EndpointV2
87
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
88
+ ) &
89
+ (
90
+ | string
91
+ | import("@smithy/types").Provider<string>
92
+ | import("@smithy/types").Endpoint
93
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
94
+ | import("@smithy/types").EndpointV2
95
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
96
+ ))
84
97
  | undefined;
85
98
  endpointProvider: (
86
99
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
87
100
  context?: {
88
- logger?: import("@smithy/types").Logger | undefined;
101
+ logger?: import("@smithy/types").Logger;
89
102
  }
90
103
  ) => import("@smithy/types").EndpointV2;
91
- tls?: boolean | undefined;
92
- serviceConfiguredEndpoint?: undefined;
104
+ tls?: boolean;
105
+ serviceConfiguredEndpoint?: never;
106
+ authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
93
107
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
94
108
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
95
109
  credentials?:
96
110
  | import("@smithy/types").AwsCredentialIdentity
97
- | import("@smithy/types").AwsCredentialIdentityProvider
98
- | undefined;
111
+ | import("@smithy/types").AwsCredentialIdentityProvider;
99
112
  signer?:
100
113
  | import("@smithy/types").RequestSigner
101
114
  | ((
102
- authScheme?: import("@smithy/types").AuthScheme | undefined
103
- ) => Promise<import("@smithy/types").RequestSigner>)
104
- | undefined;
105
- systemClockOffset?: number | undefined;
106
- signingRegion?: string | undefined;
115
+ authScheme?: import("@smithy/types").AuthScheme
116
+ ) => Promise<import("@smithy/types").RequestSigner>);
117
+ systemClockOffset?: number;
118
+ signingRegion?: string;
107
119
  signerConstructor:
120
+ | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion
108
121
  | (new (
109
122
  options: import("@smithy/signature-v4").SignatureV4Init &
110
123
  import("@smithy/signature-v4").SignatureV4CryptoInit
111
- ) => import("@smithy/types").RequestSigner)
112
- | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
124
+ ) => import("@smithy/types").RequestSigner);
113
125
  sigv4aSigningRegionSet?:
114
126
  | string[]
115
- | import("@smithy/types").Provider<string[] | undefined>
127
+ | undefined
128
+ | import("@smithy/types").Provider<string[] | undefined>;
129
+ forcePathStyle?:
130
+ | (boolean &
131
+ (boolean | import("@smithy/types").Provider<boolean | undefined>))
116
132
  | undefined;
117
- forcePathStyle?: boolean | undefined;
118
- useAccelerateEndpoint?: boolean | undefined;
119
- disableMultiregionAccessPoints?: boolean | undefined;
120
- followRegionRedirects?: boolean | undefined;
121
- s3ExpressIdentityProvider?:
122
- | import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider
133
+ useAccelerateEndpoint?:
134
+ | (boolean &
135
+ (boolean | import("@smithy/types").Provider<boolean | undefined>))
123
136
  | undefined;
124
- bucketEndpoint?: boolean | undefined;
137
+ disableMultiregionAccessPoints?:
138
+ | (boolean &
139
+ (boolean | import("@smithy/types").Provider<boolean | undefined>))
140
+ | undefined;
141
+ followRegionRedirects?: boolean;
142
+ s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
143
+ bucketEndpoint?: boolean;
125
144
  useGlobalEndpoint?:
126
145
  | boolean
127
- | import("@smithy/types").Provider<boolean>
128
- | undefined;
146
+ | undefined
147
+ | import("@smithy/types").Provider<boolean | undefined>;
129
148
  disableS3ExpressSessionAuth?:
130
149
  | boolean
131
- | import("@smithy/types").Provider<boolean>
132
- | undefined;
150
+ | undefined
151
+ | import("@smithy/types").Provider<boolean | undefined>;
133
152
  };