@nocobase/plugin-file-manager 0.17.0-alpha.7 → 0.18.0-alpha.2

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 (382) hide show
  1. package/dist/externalVersion.js +11 -11
  2. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +4 -0
  3. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +10 -5
  4. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +7 -0
  5. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +7 -0
  6. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +6 -0
  7. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +7 -0
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +7 -0
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +59 -0
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +7 -0
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +7 -0
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +7 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +7 -0
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +7 -0
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +7 -0
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +7 -0
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +7 -0
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +7 -0
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +6 -0
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +6 -0
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +7 -0
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +7 -0
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +7 -0
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +7 -0
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +7 -0
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +7 -0
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +7 -0
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +7 -0
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +7 -0
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +7 -0
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +7 -0
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +7 -0
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +7 -0
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +7 -0
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +7 -0
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +7 -0
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +7 -0
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +7 -0
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +6 -0
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +7 -0
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +6 -0
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +6 -0
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +6 -0
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +6 -0
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +6 -0
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +7 -0
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +6 -0
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +7 -0
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +6 -0
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +58 -0
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +7 -0
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +7 -0
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +7 -0
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +7 -0
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +7 -0
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +7 -0
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +7 -0
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +7 -0
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +7 -0
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +7 -0
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +7 -0
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +7 -0
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +7 -0
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +7 -0
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +7 -0
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +7 -0
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +7 -0
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +7 -0
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +7 -0
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +7 -0
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +10 -3
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +6 -0
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +6 -0
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +6 -0
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +6 -0
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +7 -0
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +6 -0
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +9 -0
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +7 -0
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +6 -0
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +6 -0
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +2 -0
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +1 -0
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +1 -1
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/extensionConfiguration.js +2 -0
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3 -3
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +50 -32
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +18 -1
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +29 -0
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +1 -0
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +226 -97
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +2 -2
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +5 -1
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +20 -17
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +22 -0
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +4 -0
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +11 -6
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +7 -0
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +7 -0
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +6 -0
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +7 -0
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +7 -0
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +55 -0
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +7 -0
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +7 -0
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +7 -0
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +7 -0
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +7 -0
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +7 -0
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +7 -0
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +7 -0
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +7 -0
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -0
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +6 -0
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +7 -0
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +7 -0
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +7 -0
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +7 -0
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +7 -0
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +7 -0
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +7 -0
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +7 -0
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +7 -0
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +7 -0
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +7 -0
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +7 -0
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +7 -0
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +7 -0
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +7 -0
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +7 -0
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +7 -0
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +7 -0
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +6 -0
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +7 -0
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -0
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -0
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -0
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -0
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +6 -0
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +7 -0
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -0
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +7 -0
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -0
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +54 -0
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +7 -0
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +7 -0
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +7 -0
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +7 -0
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +7 -0
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +7 -0
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +7 -0
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +7 -0
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +7 -0
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +7 -0
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +7 -0
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +7 -0
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +7 -0
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +7 -0
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +7 -0
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +7 -0
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +7 -0
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +7 -0
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +7 -0
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +7 -0
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +8 -1
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +6 -0
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +6 -0
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +6 -0
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +6 -0
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +7 -0
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +6 -0
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +9 -0
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +7 -0
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +6 -0
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +6 -0
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +2 -0
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +1 -0
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +1 -1
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-es/extensionConfiguration.js +1 -0
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +1 -0
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +45 -27
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +15 -0
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +25 -0
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +1 -0
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +218 -93
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +5 -1
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +20 -17
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +18 -0
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +14 -0
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +14 -5
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +37 -5
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +98 -62
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +108 -164
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +116 -69
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +146 -222
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +145 -0
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -1
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +35 -0
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -1
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -3
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -1
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -1
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -1
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -1
  243. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +48 -19
  244. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -1
  245. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -1
  246. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -1
  247. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +83 -11
  248. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +4 -1
  249. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +109 -34
  250. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
  251. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -2
  252. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +7 -4
  253. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -2
  254. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
  255. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -1
  256. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
  257. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +5 -2
  258. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
  259. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -4
  260. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -1
  261. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -1
  262. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
  263. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -1
  264. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +54 -23
  265. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +4 -1
  266. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +5 -2
  267. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +4 -1
  268. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -1
  269. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -1
  270. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +4 -1
  271. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +5 -2
  272. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +113 -73
  273. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +127 -136
  274. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +5 -2
  275. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +4 -1
  276. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +5 -2
  277. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +23 -20
  278. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +8 -4
  279. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
  280. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +53 -19
  281. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +95 -80
  282. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -1
  283. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -1
  284. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +5 -2
  285. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -1
  286. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
  287. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +98 -0
  288. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +117 -49
  289. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -2
  290. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +5 -2
  291. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +52 -10
  292. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +47 -14
  293. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -1
  294. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +46 -37
  295. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -2
  296. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +4 -1
  297. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +8 -9
  298. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +9 -5
  299. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +23 -20
  300. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +33 -26
  301. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +22 -11
  302. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -1
  303. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -1
  304. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -1
  305. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +54 -18
  306. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +29 -20
  307. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +5 -2
  308. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +23 -37
  309. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -8
  310. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -2
  311. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +46 -40
  312. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +150 -119
  313. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -3
  314. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +7 -3
  315. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +5 -2
  316. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +24 -58
  317. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
  318. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +99 -94
  319. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +51 -42
  320. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +104 -71
  321. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +108 -99
  322. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +9 -12
  323. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +2 -0
  324. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +8 -0
  325. package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +8 -0
  326. package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -0
  327. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3714 -1386
  328. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1639 -111
  329. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +7 -0
  330. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +1 -0
  331. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +18 -0
  332. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -2
  333. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +45 -37
  334. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -2
  335. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -1
  336. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +17 -0
  337. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +34 -0
  338. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +17 -1
  339. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -0
  340. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +5 -3
  341. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +8 -3
  342. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +4 -2
  343. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +42 -0
  344. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  345. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  346. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  347. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  348. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  349. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  350. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +6 -8
  351. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  352. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +5 -7
  353. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -7
  354. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +2 -0
  355. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +5 -0
  356. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  357. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -0
  358. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +235 -303
  359. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +201 -41
  360. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +11 -0
  361. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +1 -0
  362. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
  363. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -2
  364. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +72 -54
  365. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -2
  366. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -1
  367. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  368. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  369. package/dist/node_modules/mime-match/package.json +1 -1
  370. package/dist/node_modules/mkdirp/package.json +1 -1
  371. package/dist/node_modules/multer-aliyun-oss/index.js +14 -106
  372. package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
  373. package/dist/node_modules/multer-cos/index.js +4 -4
  374. package/dist/node_modules/multer-cos/package.json +1 -1
  375. package/dist/node_modules/multer-s3/index.js +4 -4
  376. package/dist/node_modules/multer-s3/package.json +1 -1
  377. package/dist/server/migrations/20231120142523-fix-storage.js +1 -0
  378. package/package.json +2 -2
  379. package/dist/node_modules/multer-aliyun-oss/bridge.js +0 -1010
  380. package/dist/node_modules/multer-aliyun-oss/events.js +0 -977
  381. package/dist/node_modules/multer-aliyun-oss/setup-node-sandbox.js +0 -461
  382. package/dist/node_modules/multer-aliyun-oss/setup-sandbox.js +0 -545
@@ -1,17 +1,17 @@
1
1
  module.exports = {
2
- "@nocobase/client": "0.17.0-alpha.7",
3
- "@nocobase/utils": "0.17.0-alpha.7",
2
+ "@nocobase/client": "0.18.0-alpha.2",
3
+ "@nocobase/utils": "0.18.0-alpha.2",
4
4
  "react": "18.2.0",
5
- "@ant-design/icons": "5.1.4",
6
- "@formily/shared": "2.2.27",
7
- "antd": "5.8.6",
5
+ "@ant-design/icons": "5.2.6",
6
+ "@formily/shared": "2.3.0",
7
+ "antd": "5.12.2",
8
8
  "lodash": "4.17.21",
9
9
  "react-i18next": "11.18.6",
10
- "@formily/antd-v5": "1.1.7",
11
- "@formily/core": "2.2.27",
12
- "@formily/react": "2.2.27",
13
- "@nocobase/database": "0.17.0-alpha.7",
14
- "@nocobase/server": "0.17.0-alpha.7",
15
- "@nocobase/actions": "0.17.0-alpha.7",
10
+ "@formily/antd-v5": "1.1.9",
11
+ "@formily/core": "2.3.0",
12
+ "@formily/react": "2.3.0",
13
+ "@nocobase/database": "0.18.0-alpha.2",
14
+ "@nocobase/server": "0.18.0-alpha.2",
15
+ "@nocobase/actions": "0.18.0-alpha.2",
16
16
  "multer": "1.4.4"
17
17
  };
@@ -7,6 +7,7 @@ const CompleteMultipartUploadCommand_1 = require("./commands/CompleteMultipartUp
7
7
  const CopyObjectCommand_1 = require("./commands/CopyObjectCommand");
8
8
  const CreateBucketCommand_1 = require("./commands/CreateBucketCommand");
9
9
  const CreateMultipartUploadCommand_1 = require("./commands/CreateMultipartUploadCommand");
10
+ const CreateSessionCommand_1 = require("./commands/CreateSessionCommand");
10
11
  const DeleteBucketAnalyticsConfigurationCommand_1 = require("./commands/DeleteBucketAnalyticsConfigurationCommand");
11
12
  const DeleteBucketCommand_1 = require("./commands/DeleteBucketCommand");
12
13
  const DeleteBucketCorsCommand_1 = require("./commands/DeleteBucketCorsCommand");
@@ -60,6 +61,7 @@ const ListBucketIntelligentTieringConfigurationsCommand_1 = require("./commands/
60
61
  const ListBucketInventoryConfigurationsCommand_1 = require("./commands/ListBucketInventoryConfigurationsCommand");
61
62
  const ListBucketMetricsConfigurationsCommand_1 = require("./commands/ListBucketMetricsConfigurationsCommand");
62
63
  const ListBucketsCommand_1 = require("./commands/ListBucketsCommand");
64
+ const ListDirectoryBucketsCommand_1 = require("./commands/ListDirectoryBucketsCommand");
63
65
  const ListMultipartUploadsCommand_1 = require("./commands/ListMultipartUploadsCommand");
64
66
  const ListObjectsCommand_1 = require("./commands/ListObjectsCommand");
65
67
  const ListObjectsV2Command_1 = require("./commands/ListObjectsV2Command");
@@ -102,6 +104,7 @@ const commands = {
102
104
  CopyObjectCommand: CopyObjectCommand_1.CopyObjectCommand,
103
105
  CreateBucketCommand: CreateBucketCommand_1.CreateBucketCommand,
104
106
  CreateMultipartUploadCommand: CreateMultipartUploadCommand_1.CreateMultipartUploadCommand,
107
+ CreateSessionCommand: CreateSessionCommand_1.CreateSessionCommand,
105
108
  DeleteBucketCommand: DeleteBucketCommand_1.DeleteBucketCommand,
106
109
  DeleteBucketAnalyticsConfigurationCommand: DeleteBucketAnalyticsConfigurationCommand_1.DeleteBucketAnalyticsConfigurationCommand,
107
110
  DeleteBucketCorsCommand: DeleteBucketCorsCommand_1.DeleteBucketCorsCommand,
@@ -155,6 +158,7 @@ const commands = {
155
158
  ListBucketInventoryConfigurationsCommand: ListBucketInventoryConfigurationsCommand_1.ListBucketInventoryConfigurationsCommand,
156
159
  ListBucketMetricsConfigurationsCommand: ListBucketMetricsConfigurationsCommand_1.ListBucketMetricsConfigurationsCommand,
157
160
  ListBucketsCommand: ListBucketsCommand_1.ListBucketsCommand,
161
+ ListDirectoryBucketsCommand: ListDirectoryBucketsCommand_1.ListDirectoryBucketsCommand,
158
162
  ListMultipartUploadsCommand: ListMultipartUploadsCommand_1.ListMultipartUploadsCommand,
159
163
  ListObjectsCommand: ListObjectsCommand_1.ListObjectsCommand,
160
164
  ListObjectsV2Command: ListObjectsV2Command_1.ListObjectsV2Command,
@@ -15,22 +15,25 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
15
15
  const middleware_retry_1 = require("@smithy/middleware-retry");
16
16
  const smithy_client_1 = require("@smithy/smithy-client");
17
17
  Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
18
+ const CreateSessionCommand_1 = require("./commands/CreateSessionCommand");
18
19
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
19
20
  const runtimeConfig_1 = require("./runtimeConfig");
21
+ const runtimeExtensions_1 = require("./runtimeExtensions");
20
22
  class S3Client extends smithy_client_1.Client {
21
- constructor(configuration) {
22
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
23
+ constructor(...[configuration]) {
24
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
23
25
  const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
24
26
  const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
25
27
  const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
26
28
  const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
27
29
  const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
28
30
  const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
29
- const _config_7 = (0, middleware_sdk_s3_1.resolveS3Config)(_config_6);
31
+ const _config_7 = (0, middleware_sdk_s3_1.resolveS3Config)(_config_6, { session: [() => this, CreateSessionCommand_1.CreateSessionCommand] });
30
32
  const _config_8 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_7);
31
33
  const _config_9 = (0, eventstream_serde_config_resolver_1.resolveEventStreamSerdeConfig)(_config_8);
32
- super(_config_9);
33
- this.config = _config_9;
34
+ const _config_10 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_9, configuration?.extensions || []);
35
+ super(_config_10);
36
+ this.config = _config_10;
34
37
  this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
35
38
  this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
36
39
  this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
@@ -39,6 +42,8 @@ class S3Client extends smithy_client_1.Client {
39
42
  this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
40
43
  this.middlewareStack.use((0, middleware_sdk_s3_1.getValidateBucketNamePlugin)(this.config));
41
44
  this.middlewareStack.use((0, middleware_expect_continue_1.getAddExpectContinuePlugin)(this.config));
45
+ this.middlewareStack.use((0, middleware_sdk_s3_1.getRegionRedirectMiddlewarePlugin)(this.config));
46
+ this.middlewareStack.use((0, middleware_sdk_s3_1.getS3ExpressPlugin)(this.config));
42
47
  this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
43
48
  }
44
49
  destroy() {
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class AbortMultipartUploadCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
11
12
  return {
12
13
  Bucket: { type: "contextParams", name: "Bucket" },
14
+ Key: { type: "contextParams", name: "Key" },
13
15
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
14
16
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
15
17
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
16
18
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
19
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
17
20
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
18
21
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
19
22
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -38,6 +41,10 @@ class AbortMultipartUploadCommand extends smithy_client_1.Command {
38
41
  commandName,
39
42
  inputFilterSensitiveLog: (_) => _,
40
43
  outputFilterSensitiveLog: (_) => _,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "AbortMultipartUpload",
47
+ },
41
48
  };
42
49
  const { requestHandler } = configuration;
43
50
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -7,16 +7,19 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
7
7
  const middleware_serde_1 = require("@smithy/middleware-serde");
8
8
  const smithy_client_1 = require("@smithy/smithy-client");
9
9
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
10
+ const types_1 = require("@smithy/types");
10
11
  const models_0_1 = require("../models/models_0");
11
12
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
12
13
  class CompleteMultipartUploadCommand extends smithy_client_1.Command {
13
14
  static getEndpointParameterInstructions() {
14
15
  return {
15
16
  Bucket: { type: "contextParams", name: "Bucket" },
17
+ Key: { type: "contextParams", name: "Key" },
16
18
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
17
19
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
18
20
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
19
21
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
22
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
20
23
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
21
24
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
22
25
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -43,6 +46,10 @@ class CompleteMultipartUploadCommand extends smithy_client_1.Command {
43
46
  commandName,
44
47
  inputFilterSensitiveLog: models_0_1.CompleteMultipartUploadRequestFilterSensitiveLog,
45
48
  outputFilterSensitiveLog: models_0_1.CompleteMultipartUploadOutputFilterSensitiveLog,
49
+ [types_1.SMITHY_CONTEXT_KEY]: {
50
+ service: "AmazonS3",
51
+ operation: "CompleteMultipartUpload",
52
+ },
46
53
  };
47
54
  const { requestHandler } = configuration;
48
55
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -7,11 +7,13 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
7
7
  const middleware_serde_1 = require("@smithy/middleware-serde");
8
8
  const smithy_client_1 = require("@smithy/smithy-client");
9
9
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
10
+ const types_1 = require("@smithy/types");
10
11
  const models_0_1 = require("../models/models_0");
11
12
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
12
13
  class CopyObjectCommand extends smithy_client_1.Command {
13
14
  static getEndpointParameterInstructions() {
14
15
  return {
16
+ DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
15
17
  Bucket: { type: "contextParams", name: "Bucket" },
16
18
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
17
19
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
@@ -43,6 +45,10 @@ class CopyObjectCommand extends smithy_client_1.Command {
43
45
  commandName,
44
46
  inputFilterSensitiveLog: models_0_1.CopyObjectRequestFilterSensitiveLog,
45
47
  outputFilterSensitiveLog: models_0_1.CopyObjectOutputFilterSensitiveLog,
48
+ [types_1.SMITHY_CONTEXT_KEY]: {
49
+ service: "AmazonS3",
50
+ operation: "CopyObject",
51
+ },
46
52
  };
47
53
  const { requestHandler } = configuration;
48
54
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -6,16 +6,19 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
6
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
7
  const smithy_client_1 = require("@smithy/smithy-client");
8
8
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
+ const types_1 = require("@smithy/types");
9
10
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
10
11
  class CreateBucketCommand extends smithy_client_1.Command {
11
12
  static getEndpointParameterInstructions() {
12
13
  return {
14
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
13
15
  DisableAccessPoints: { type: "staticContextParams", value: true },
14
16
  Bucket: { type: "contextParams", name: "Bucket" },
15
17
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
16
18
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
17
19
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
18
20
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
21
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
19
22
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
20
23
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
21
24
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -41,6 +44,10 @@ class CreateBucketCommand extends smithy_client_1.Command {
41
44
  commandName,
42
45
  inputFilterSensitiveLog: (_) => _,
43
46
  outputFilterSensitiveLog: (_) => _,
47
+ [types_1.SMITHY_CONTEXT_KEY]: {
48
+ service: "AmazonS3",
49
+ operation: "CreateBucket",
50
+ },
44
51
  };
45
52
  const { requestHandler } = configuration;
46
53
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -6,16 +6,19 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
6
6
  const middleware_serde_1 = require("@smithy/middleware-serde");
7
7
  const smithy_client_1 = require("@smithy/smithy-client");
8
8
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
9
+ const types_1 = require("@smithy/types");
9
10
  const models_0_1 = require("../models/models_0");
10
11
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
11
12
  class CreateMultipartUploadCommand extends smithy_client_1.Command {
12
13
  static getEndpointParameterInstructions() {
13
14
  return {
14
15
  Bucket: { type: "contextParams", name: "Bucket" },
16
+ Key: { type: "contextParams", name: "Key" },
15
17
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
16
18
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
17
19
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
18
20
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
21
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
19
22
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
20
23
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
21
24
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -41,6 +44,10 @@ class CreateMultipartUploadCommand extends smithy_client_1.Command {
41
44
  commandName,
42
45
  inputFilterSensitiveLog: models_0_1.CreateMultipartUploadRequestFilterSensitiveLog,
43
46
  outputFilterSensitiveLog: models_0_1.CreateMultipartUploadOutputFilterSensitiveLog,
47
+ [types_1.SMITHY_CONTEXT_KEY]: {
48
+ service: "AmazonS3",
49
+ operation: "CreateMultipartUpload",
50
+ },
44
51
  };
45
52
  const { requestHandler } = configuration;
46
53
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -0,0 +1,59 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateSessionCommand = exports.$Command = void 0;
4
+ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
+ const middleware_serde_1 = require("@smithy/middleware-serde");
6
+ const smithy_client_1 = require("@smithy/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
9
+ const models_0_1 = require("../models/models_0");
10
+ const Aws_restXml_1 = require("../protocols/Aws_restXml");
11
+ class CreateSessionCommand extends smithy_client_1.Command {
12
+ static getEndpointParameterInstructions() {
13
+ return {
14
+ DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
15
+ Bucket: { type: "contextParams", name: "Bucket" },
16
+ ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
17
+ UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
18
+ DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
19
+ Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
20
+ UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
21
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
22
+ Endpoint: { type: "builtInParams", name: "endpoint" },
23
+ Region: { type: "builtInParams", name: "region" },
24
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
25
+ };
26
+ }
27
+ constructor(input) {
28
+ super();
29
+ this.input = input;
30
+ }
31
+ resolveMiddleware(clientStack, configuration, options) {
32
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
33
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, CreateSessionCommand.getEndpointParameterInstructions()));
34
+ const stack = clientStack.concat(this.middlewareStack);
35
+ const { logger } = configuration;
36
+ const clientName = "S3Client";
37
+ const commandName = "CreateSessionCommand";
38
+ const handlerExecutionContext = {
39
+ logger,
40
+ clientName,
41
+ commandName,
42
+ inputFilterSensitiveLog: (_) => _,
43
+ outputFilterSensitiveLog: models_0_1.CreateSessionOutputFilterSensitiveLog,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "CreateSession",
47
+ },
48
+ };
49
+ const { requestHandler } = configuration;
50
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
51
+ }
52
+ serialize(input, context) {
53
+ return (0, Aws_restXml_1.se_CreateSessionCommand)(input, context);
54
+ }
55
+ deserialize(output, context) {
56
+ return (0, Aws_restXml_1.de_CreateSessionCommand)(output, context);
57
+ }
58
+ }
59
+ exports.CreateSessionCommand = CreateSessionCommand;
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class DeleteBucketAnalyticsConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
11
12
  return {
13
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
12
14
  Bucket: { type: "contextParams", name: "Bucket" },
13
15
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
14
16
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
15
17
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
16
18
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
19
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
17
20
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
18
21
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
19
22
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -38,6 +41,10 @@ class DeleteBucketAnalyticsConfigurationCommand extends smithy_client_1.Command
38
41
  commandName,
39
42
  inputFilterSensitiveLog: (_) => _,
40
43
  outputFilterSensitiveLog: (_) => _,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "DeleteBucketAnalyticsConfiguration",
47
+ },
41
48
  };
42
49
  const { requestHandler } = configuration;
43
50
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class DeleteBucketCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
11
12
  return {
13
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
12
14
  Bucket: { type: "contextParams", name: "Bucket" },
13
15
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
14
16
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
15
17
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
16
18
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
19
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
17
20
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
18
21
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
19
22
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -38,6 +41,10 @@ class DeleteBucketCommand extends smithy_client_1.Command {
38
41
  commandName,
39
42
  inputFilterSensitiveLog: (_) => _,
40
43
  outputFilterSensitiveLog: (_) => _,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "DeleteBucket",
47
+ },
41
48
  };
42
49
  const { requestHandler } = configuration;
43
50
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class DeleteBucketCorsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
11
12
  return {
13
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
12
14
  Bucket: { type: "contextParams", name: "Bucket" },
13
15
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
14
16
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
15
17
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
16
18
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
19
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
17
20
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
18
21
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
19
22
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -38,6 +41,10 @@ class DeleteBucketCorsCommand extends smithy_client_1.Command {
38
41
  commandName,
39
42
  inputFilterSensitiveLog: (_) => _,
40
43
  outputFilterSensitiveLog: (_) => _,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "DeleteBucketCors",
47
+ },
41
48
  };
42
49
  const { requestHandler } = configuration;
43
50
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class DeleteBucketEncryptionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
11
12
  return {
13
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
12
14
  Bucket: { type: "contextParams", name: "Bucket" },
13
15
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
14
16
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
15
17
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
16
18
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
19
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
17
20
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
18
21
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
19
22
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -38,6 +41,10 @@ class DeleteBucketEncryptionCommand extends smithy_client_1.Command {
38
41
  commandName,
39
42
  inputFilterSensitiveLog: (_) => _,
40
43
  outputFilterSensitiveLog: (_) => _,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "DeleteBucketEncryption",
47
+ },
41
48
  };
42
49
  const { requestHandler } = configuration;
43
50
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class DeleteBucketIntelligentTieringConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
11
12
  return {
13
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
12
14
  Bucket: { type: "contextParams", name: "Bucket" },
13
15
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
14
16
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
15
17
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
16
18
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
19
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
17
20
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
18
21
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
19
22
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -38,6 +41,10 @@ class DeleteBucketIntelligentTieringConfigurationCommand extends smithy_client_1
38
41
  commandName,
39
42
  inputFilterSensitiveLog: (_) => _,
40
43
  outputFilterSensitiveLog: (_) => _,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "DeleteBucketIntelligentTieringConfiguration",
47
+ },
41
48
  };
42
49
  const { requestHandler } = configuration;
43
50
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class DeleteBucketInventoryConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
11
12
  return {
13
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
12
14
  Bucket: { type: "contextParams", name: "Bucket" },
13
15
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
14
16
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
15
17
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
16
18
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
19
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
17
20
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
18
21
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
19
22
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -38,6 +41,10 @@ class DeleteBucketInventoryConfigurationCommand extends smithy_client_1.Command
38
41
  commandName,
39
42
  inputFilterSensitiveLog: (_) => _,
40
43
  outputFilterSensitiveLog: (_) => _,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "DeleteBucketInventoryConfiguration",
47
+ },
41
48
  };
42
49
  const { requestHandler } = configuration;
43
50
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class DeleteBucketLifecycleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
11
12
  return {
13
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
12
14
  Bucket: { type: "contextParams", name: "Bucket" },
13
15
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
14
16
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
15
17
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
16
18
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
19
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
17
20
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
18
21
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
19
22
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -38,6 +41,10 @@ class DeleteBucketLifecycleCommand extends smithy_client_1.Command {
38
41
  commandName,
39
42
  inputFilterSensitiveLog: (_) => _,
40
43
  outputFilterSensitiveLog: (_) => _,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "DeleteBucketLifecycle",
47
+ },
41
48
  };
42
49
  const { requestHandler } = configuration;
43
50
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class DeleteBucketMetricsConfigurationCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
11
12
  return {
13
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
12
14
  Bucket: { type: "contextParams", name: "Bucket" },
13
15
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
14
16
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
15
17
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
16
18
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
19
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
17
20
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
18
21
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
19
22
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -38,6 +41,10 @@ class DeleteBucketMetricsConfigurationCommand extends smithy_client_1.Command {
38
41
  commandName,
39
42
  inputFilterSensitiveLog: (_) => _,
40
43
  outputFilterSensitiveLog: (_) => _,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "DeleteBucketMetricsConfiguration",
47
+ },
41
48
  };
42
49
  const { requestHandler } = configuration;
43
50
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class DeleteBucketOwnershipControlsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
11
12
  return {
13
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
12
14
  Bucket: { type: "contextParams", name: "Bucket" },
13
15
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
14
16
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
15
17
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
16
18
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
19
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
17
20
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
18
21
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
19
22
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -38,6 +41,10 @@ class DeleteBucketOwnershipControlsCommand extends smithy_client_1.Command {
38
41
  commandName,
39
42
  inputFilterSensitiveLog: (_) => _,
40
43
  outputFilterSensitiveLog: (_) => _,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "DeleteBucketOwnershipControls",
47
+ },
41
48
  };
42
49
  const { requestHandler } = configuration;
43
50
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_restXml_1 = require("../protocols/Aws_restXml");
9
10
  class DeleteBucketPolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
11
12
  return {
13
+ UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
12
14
  Bucket: { type: "contextParams", name: "Bucket" },
13
15
  ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
14
16
  UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
15
17
  DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
16
18
  Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
19
+ DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
17
20
  UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
18
21
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
19
22
  Endpoint: { type: "builtInParams", name: "endpoint" },
@@ -38,6 +41,10 @@ class DeleteBucketPolicyCommand extends smithy_client_1.Command {
38
41
  commandName,
39
42
  inputFilterSensitiveLog: (_) => _,
40
43
  outputFilterSensitiveLog: (_) => _,
44
+ [types_1.SMITHY_CONTEXT_KEY]: {
45
+ service: "AmazonS3",
46
+ operation: "DeleteBucketPolicy",
47
+ },
41
48
  };
42
49
  const { requestHandler } = configuration;
43
50
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);