@nocobase/plugin-file-manager 0.11.1-alpha.5 → 0.12.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 (647) hide show
  1. package/client.d.ts +2 -3
  2. package/client.js +1 -1
  3. package/dist/client/index.js +979 -0
  4. package/{lib → dist}/index.d.ts +1 -0
  5. package/dist/index.js +18 -0
  6. package/dist/locale/en-US.js +25 -0
  7. package/dist/locale/fr-FR.js +25 -0
  8. package/dist/locale/ja-JP.js +22 -0
  9. package/dist/locale/ru-RU.js +22 -0
  10. package/dist/locale/tr-TR.js +21 -0
  11. package/dist/locale/zh-CN.js +35 -0
  12. package/dist/node_modules/@aws-sdk/client-s3/LICENSE +201 -0
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +197 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +48 -0
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +52 -0
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +57 -0
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +57 -0
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +55 -0
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +55 -0
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +52 -0
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +52 -0
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +52 -0
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +52 -0
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +52 -0
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +52 -0
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +52 -0
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +52 -0
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +52 -0
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +52 -0
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +52 -0
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +52 -0
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +52 -0
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +52 -0
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +52 -0
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +58 -0
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +52 -0
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +52 -0
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +52 -0
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +52 -0
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +52 -0
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +53 -0
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +52 -0
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +53 -0
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +52 -0
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +52 -0
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +52 -0
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +52 -0
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +52 -0
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +52 -0
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +52 -0
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +52 -0
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +52 -0
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +52 -0
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +52 -0
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +52 -0
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +52 -0
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +52 -0
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +55 -0
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +62 -0
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +52 -0
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +52 -0
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +52 -0
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +52 -0
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +53 -0
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +52 -0
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +52 -0
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +55 -0
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +52 -0
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +52 -0
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +53 -0
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +52 -0
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +51 -0
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +52 -0
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +52 -0
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +52 -0
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +52 -0
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +55 -0
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +58 -0
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +58 -0
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +52 -0
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +58 -0
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +59 -0
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +52 -0
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +53 -0
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +58 -0
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +58 -0
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +52 -0
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +52 -0
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +54 -0
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +58 -0
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +58 -0
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +58 -0
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +58 -0
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +58 -0
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +58 -0
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +58 -0
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +63 -0
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +58 -0
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +58 -0
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +58 -0
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +58 -0
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +58 -0
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +59 -0
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +55 -0
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +61 -0
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +57 -0
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +53 -0
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +96 -0
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +15 -0
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +12 -0
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +7 -0
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +31 -0
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/index.js +5 -0
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +629 -0
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +139 -0
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/Interfaces.js +2 -0
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js +29 -0
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js +29 -0
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +6 -0
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +9691 -0
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +47 -0
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +56 -0
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.native.js +15 -0
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +28 -0
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/index.js +7 -0
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js +31 -0
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js +30 -0
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js +31 -0
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js +30 -0
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +193 -0
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +44 -0
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +48 -0
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +53 -0
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +53 -0
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +51 -0
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +51 -0
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +48 -0
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +48 -0
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +48 -0
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +48 -0
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +48 -0
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +48 -0
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +48 -0
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +48 -0
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +48 -0
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +48 -0
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +48 -0
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +48 -0
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +48 -0
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +48 -0
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +48 -0
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +54 -0
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +48 -0
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +48 -0
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +48 -0
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +48 -0
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +48 -0
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +49 -0
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +48 -0
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +49 -0
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +48 -0
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +48 -0
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +48 -0
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +48 -0
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +48 -0
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +48 -0
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +48 -0
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +48 -0
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +48 -0
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +48 -0
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +48 -0
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +48 -0
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +48 -0
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +48 -0
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +51 -0
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +58 -0
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +48 -0
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +48 -0
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +48 -0
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +48 -0
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +49 -0
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +48 -0
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +48 -0
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +51 -0
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +48 -0
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +48 -0
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +49 -0
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +48 -0
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +47 -0
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +48 -0
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +48 -0
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +48 -0
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +48 -0
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +51 -0
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +54 -0
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +54 -0
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +48 -0
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +54 -0
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +55 -0
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +48 -0
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +49 -0
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +54 -0
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +54 -0
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +48 -0
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +48 -0
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +50 -0
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +54 -0
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +54 -0
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +54 -0
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +54 -0
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +54 -0
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +54 -0
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +54 -0
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +59 -0
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +54 -0
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +54 -0
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +54 -0
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +54 -0
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +54 -0
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +55 -0
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +51 -0
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +57 -0
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +53 -0
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +49 -0
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +93 -0
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +11 -0
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +8 -0
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +4 -0
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +7 -0
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js +8 -0
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +2 -0
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +589 -0
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +122 -0
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/Interfaces.js +1 -0
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListObjectsV2Paginator.js +25 -0
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListPartsPaginator.js +25 -0
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +3 -0
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +9499 -0
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +42 -0
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +51 -0
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.native.js +11 -0
  243. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +24 -0
  244. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/index.js +4 -0
  245. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +26 -0
  246. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +25 -0
  247. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +26 -0
  248. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +25 -0
  249. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +661 -0
  250. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +299 -0
  251. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +131 -0
  252. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +260 -0
  253. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +370 -0
  254. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +213 -0
  255. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +427 -0
  256. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +100 -0
  257. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +97 -0
  258. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +103 -0
  259. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +94 -0
  260. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +93 -0
  261. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +98 -0
  262. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +105 -0
  263. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +106 -0
  264. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +90 -0
  265. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +115 -0
  266. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +107 -0
  267. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +99 -0
  268. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +106 -0
  269. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +130 -0
  270. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +130 -0
  271. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +229 -0
  272. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +99 -0
  273. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +100 -0
  274. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +114 -0
  275. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +133 -0
  276. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +144 -0
  277. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +105 -0
  278. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +120 -0
  279. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +128 -0
  280. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +207 -0
  281. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +115 -0
  282. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +103 -0
  283. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +127 -0
  284. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +153 -0
  285. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +98 -0
  286. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +120 -0
  287. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +104 -0
  288. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +194 -0
  289. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +100 -0
  290. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +133 -0
  291. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +114 -0
  292. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +138 -0
  293. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +188 -0
  294. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +263 -0
  295. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +351 -0
  296. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +89 -0
  297. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +93 -0
  298. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +90 -0
  299. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +162 -0
  300. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +105 -0
  301. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +115 -0
  302. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +106 -0
  303. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +267 -0
  304. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +146 -0
  305. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +125 -0
  306. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +141 -0
  307. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +135 -0
  308. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +114 -0
  309. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +258 -0
  310. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +213 -0
  311. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +195 -0
  312. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +197 -0
  313. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +201 -0
  314. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +114 -0
  315. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +302 -0
  316. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +206 -0
  317. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +192 -0
  318. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +119 -0
  319. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +151 -0
  320. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +184 -0
  321. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +248 -0
  322. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +200 -0
  323. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +140 -0
  324. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +205 -0
  325. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +98 -0
  326. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +118 -0
  327. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +227 -0
  328. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +108 -0
  329. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +179 -0
  330. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +134 -0
  331. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +242 -0
  332. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +303 -0
  333. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +366 -0
  334. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +85 -0
  335. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +107 -0
  336. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +88 -0
  337. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +205 -0
  338. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +116 -0
  339. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +439 -0
  340. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +247 -0
  341. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +249 -0
  342. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +320 -0
  343. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +152 -0
  344. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +93 -0
  345. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +32 -0
  346. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +5 -0
  347. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +2 -0
  348. package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +12 -0
  349. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +13 -0
  350. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +2 -0
  351. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +10348 -0
  352. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1764 -0
  353. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +8 -0
  354. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +7 -0
  355. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +7 -0
  356. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +3 -0
  357. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +839 -0
  358. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +54 -0
  359. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +54 -0
  360. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +53 -0
  361. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +25 -0
  362. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +1646 -0
  363. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +693 -0
  364. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +42 -0
  365. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +42 -0
  366. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +35 -0
  367. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +35 -0
  368. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +42 -0
  369. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +38 -0
  370. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +33 -0
  371. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +33 -0
  372. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +37 -0
  373. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +38 -0
  374. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +38 -0
  375. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +37 -0
  376. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +38 -0
  377. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +38 -0
  378. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +34 -0
  379. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +38 -0
  380. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +34 -0
  381. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +34 -0
  382. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +35 -0
  383. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +39 -0
  384. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +35 -0
  385. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +38 -0
  386. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +42 -0
  387. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +35 -0
  388. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +42 -0
  389. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +35 -0
  390. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +39 -0
  391. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +42 -0
  392. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +42 -0
  393. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +42 -0
  394. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +39 -0
  395. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +38 -0
  396. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +42 -0
  397. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +42 -0
  398. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +42 -0
  399. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +38 -0
  400. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +42 -0
  401. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +42 -0
  402. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +42 -0
  403. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +38 -0
  404. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +39 -0
  405. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +38 -0
  406. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +35 -0
  407. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +39 -0
  408. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +36 -0
  409. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +39 -0
  410. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +42 -0
  411. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +39 -0
  412. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +38 -0
  413. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +39 -0
  414. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +42 -0
  415. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +33 -0
  416. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +35 -0
  417. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +42 -0
  418. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +42 -0
  419. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +42 -0
  420. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +42 -0
  421. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +35 -0
  422. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +42 -0
  423. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +39 -0
  424. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +35 -0
  425. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +35 -0
  426. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +35 -0
  427. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +38 -0
  428. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +33 -0
  429. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +38 -0
  430. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +33 -0
  431. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +34 -0
  432. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +38 -0
  433. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +38 -0
  434. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +38 -0
  435. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +33 -0
  436. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +38 -0
  437. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +38 -0
  438. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +38 -0
  439. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +33 -0
  440. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +37 -0
  441. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +38 -0
  442. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +33 -0
  443. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +34 -0
  444. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +33 -0
  445. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +35 -0
  446. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +41 -0
  447. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +39 -0
  448. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +42 -0
  449. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +39 -0
  450. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +38 -0
  451. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +37 -0
  452. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +35 -0
  453. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +39 -0
  454. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +41 -0
  455. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +38 -0
  456. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +43 -0
  457. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +93 -0
  458. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +46 -0
  459. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  460. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  461. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +7 -0
  462. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +8 -0
  463. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +2 -0
  464. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2211 -0
  465. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +460 -0
  466. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  467. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +11 -0
  468. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +11 -0
  469. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +3 -0
  470. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1125 -0
  471. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +115 -0
  472. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +115 -0
  473. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +100 -0
  474. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +33 -0
  475. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/index.d.ts +4 -0
  476. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +11 -0
  477. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +11 -0
  478. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +11 -0
  479. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +11 -0
  480. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.d.ts +4 -0
  481. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +14 -0
  482. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +14 -0
  483. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +14 -0
  484. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +14 -0
  485. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -0
  486. package/dist/node_modules/mime-match/.travis.yml +11 -0
  487. package/dist/node_modules/mime-match/example.js +17 -0
  488. package/dist/node_modules/mime-match/index.js +1 -0
  489. package/dist/node_modules/mime-match/package.json +1 -0
  490. package/dist/node_modules/mime-match/test.js +45 -0
  491. package/dist/node_modules/mkdirp/LICENSE +21 -0
  492. package/dist/node_modules/mkdirp/bin/cmd.js +33 -0
  493. package/dist/node_modules/mkdirp/bin/usage.txt +12 -0
  494. package/dist/node_modules/mkdirp/index.js +1 -0
  495. package/dist/node_modules/mkdirp/package.json +1 -0
  496. package/dist/node_modules/mkdirp/readme.markdown +100 -0
  497. package/dist/node_modules/multer-aliyun-oss/bridge.js +1010 -0
  498. package/dist/node_modules/multer-aliyun-oss/events.js +977 -0
  499. package/dist/node_modules/multer-aliyun-oss/index.js +166 -0
  500. package/dist/node_modules/multer-aliyun-oss/package.json +1 -0
  501. package/dist/node_modules/multer-aliyun-oss/setup-node-sandbox.js +461 -0
  502. package/dist/node_modules/multer-aliyun-oss/setup-sandbox.js +545 -0
  503. package/dist/node_modules/multer-cos/LICENSE +24 -0
  504. package/dist/node_modules/multer-cos/demo/index.js +39 -0
  505. package/dist/node_modules/multer-cos/demo/myMulter.js +88 -0
  506. package/dist/node_modules/multer-cos/index.js +220 -0
  507. package/dist/node_modules/multer-cos/package.json +1 -0
  508. package/dist/node_modules/multer-s3/.gitattributes +1 -0
  509. package/dist/node_modules/multer-s3/.travis.yml +6 -0
  510. package/dist/node_modules/multer-s3/LICENSE +22 -0
  511. package/dist/node_modules/multer-s3/index.js +35 -0
  512. package/dist/node_modules/multer-s3/package.json +1 -0
  513. package/dist/node_modules/multer-s3/test/basic.js +293 -0
  514. package/dist/node_modules/multer-s3/test/files/a.txt +1 -0
  515. package/dist/node_modules/multer-s3/test/files/test.svg +3 -0
  516. package/dist/node_modules/multer-s3/test/files/test2.svg +9 -0
  517. package/dist/node_modules/multer-s3/test/util/mock-s3.js +17 -0
  518. package/dist/server/actions/attachments.js +173 -0
  519. package/dist/server/actions/index.js +16 -0
  520. package/dist/server/collections/attachments.js +67 -0
  521. package/dist/server/collections/storages.js +67 -0
  522. package/dist/server/constants.js +17 -0
  523. package/dist/server/index.js +23 -0
  524. package/dist/server/rules/index.js +14 -0
  525. package/dist/server/rules/mimetype.js +13 -0
  526. package/dist/server/server.js +75 -0
  527. package/{src/server/storages/ali-oss.ts → dist/server/storages/ali-oss.js} +17 -14
  528. package/dist/server/storages/index.js +30 -0
  529. package/dist/server/storages/local.js +148 -0
  530. package/{src/server/storages/s3.ts → dist/server/storages/s3.js} +26 -26
  531. package/dist/server/storages/tx-cos.js +44 -0
  532. package/dist/server/utils.js +26 -0
  533. package/package.json +21 -32
  534. package/server.d.ts +2 -3
  535. package/server.js +1 -1
  536. package/lib/client/FileManagerProvider.js +0 -94
  537. package/lib/client/FileStorage.js +0 -41
  538. package/lib/client/StorageOptions.js +0 -181
  539. package/lib/client/hooks/index.js +0 -16
  540. package/lib/client/hooks/useUploadFiles.js +0 -78
  541. package/lib/client/index.js +0 -27
  542. package/lib/client/initializers/UploadActionInitializer.js +0 -67
  543. package/lib/client/initializers/index.js +0 -16
  544. package/lib/client/interfaces/attachment.js +0 -139
  545. package/lib/client/locale/index.js +0 -19
  546. package/lib/client/schemas/storage.js +0 -408
  547. package/lib/client/templates/file.js +0 -164
  548. package/lib/client/templates/index.js +0 -16
  549. package/lib/index.js +0 -13
  550. package/lib/locale/en-US.js +0 -28
  551. package/lib/locale/fr-FR.js +0 -28
  552. package/lib/locale/ja-JP.js +0 -25
  553. package/lib/locale/ru-RU.js +0 -25
  554. package/lib/locale/tr-TR.js +0 -24
  555. package/lib/locale/zh-CN.js +0 -38
  556. package/lib/server/actions/attachments.js +0 -211
  557. package/lib/server/actions/index.js +0 -22
  558. package/lib/server/collections/attachments.js +0 -61
  559. package/lib/server/collections/storages.js +0 -61
  560. package/lib/server/constants.js +0 -20
  561. package/lib/server/index.js +0 -26
  562. package/lib/server/rules/index.js +0 -13
  563. package/lib/server/rules/mimetype.js +0 -17
  564. package/lib/server/server.js +0 -105
  565. package/lib/server/storages/ali-oss.js +0 -44
  566. package/lib/server/storages/index.js +0 -30
  567. package/lib/server/storages/local.js +0 -233
  568. package/lib/server/storages/s3.js +0 -86
  569. package/lib/server/storages/tx-cos.js +0 -58
  570. package/lib/server/utils.js +0 -36
  571. package/src/client/FileManagerProvider.tsx +0 -84
  572. package/src/client/FileStorage.tsx +0 -15
  573. package/src/client/StorageOptions.tsx +0 -146
  574. package/src/client/hooks/index.ts +0 -1
  575. package/src/client/hooks/useUploadFiles.ts +0 -55
  576. package/src/client/index.tsx +0 -10
  577. package/src/client/initializers/UploadActionInitializer.tsx +0 -42
  578. package/src/client/initializers/index.ts +0 -1
  579. package/src/client/interfaces/attachment.ts +0 -116
  580. package/src/client/locale/index.ts +0 -7
  581. package/src/client/schemas/storage.ts +0 -391
  582. package/src/client/templates/file.ts +0 -154
  583. package/src/client/templates/index.ts +0 -1
  584. package/src/index.ts +0 -1
  585. package/src/locale/en-US.ts +0 -21
  586. package/src/locale/fr-FR.ts +0 -21
  587. package/src/locale/ja-JP.ts +0 -18
  588. package/src/locale/ru-RU.ts +0 -18
  589. package/src/locale/tr-TR.ts +0 -17
  590. package/src/locale/zh-CN.ts +0 -31
  591. package/src/server/__tests__/action.test.ts +0 -332
  592. package/src/server/__tests__/attachment.test.ts +0 -50
  593. package/src/server/__tests__/files/image.jpg +0 -0
  594. package/src/server/__tests__/files/image.png +0 -0
  595. package/src/server/__tests__/files/text.txt +0 -1
  596. package/src/server/__tests__/index.ts +0 -34
  597. package/src/server/__tests__/storages/ali-oss.test.ts +0 -127
  598. package/src/server/__tests__/storages/s3.test.ts +0 -126
  599. package/src/server/__tests__/storages/tx-cos.test.ts +0 -69
  600. package/src/server/__tests__/tables/users.ts +0 -26
  601. package/src/server/actions/attachments.ts +0 -175
  602. package/src/server/actions/index.ts +0 -9
  603. package/src/server/collections/attachments.ts +0 -65
  604. package/src/server/collections/storages.ts +0 -65
  605. package/src/server/constants.ts +0 -8
  606. package/src/server/index.ts +0 -2
  607. package/src/server/rules/index.ts +0 -3
  608. package/src/server/rules/mimetype.ts +0 -5
  609. package/src/server/server.ts +0 -79
  610. package/src/server/storages/index.ts +0 -46
  611. package/src/server/storages/local.ts +0 -167
  612. package/src/server/storages/tx-cos.ts +0 -42
  613. package/src/server/utils.ts +0 -17
  614. /package/{lib → dist}/client/FileManagerProvider.d.ts +0 -0
  615. /package/{lib → dist}/client/FileStorage.d.ts +0 -0
  616. /package/{lib → dist}/client/StorageOptions.d.ts +0 -0
  617. /package/{lib → dist}/client/hooks/index.d.ts +0 -0
  618. /package/{lib → dist}/client/hooks/useUploadFiles.d.ts +0 -0
  619. /package/{lib → dist}/client/index.d.ts +0 -0
  620. /package/{lib → dist}/client/initializers/UploadActionInitializer.d.ts +0 -0
  621. /package/{lib → dist}/client/initializers/index.d.ts +0 -0
  622. /package/{lib → dist}/client/interfaces/attachment.d.ts +0 -0
  623. /package/{lib → dist}/client/locale/index.d.ts +0 -0
  624. /package/{lib → dist}/client/schemas/storage.d.ts +0 -0
  625. /package/{lib → dist}/client/templates/file.d.ts +0 -0
  626. /package/{lib → dist}/client/templates/index.d.ts +0 -0
  627. /package/{lib → dist}/locale/en-US.d.ts +0 -0
  628. /package/{lib → dist}/locale/fr-FR.d.ts +0 -0
  629. /package/{lib → dist}/locale/ja-JP.d.ts +0 -0
  630. /package/{lib → dist}/locale/ru-RU.d.ts +0 -0
  631. /package/{lib → dist}/locale/tr-TR.d.ts +0 -0
  632. /package/{lib → dist}/locale/zh-CN.d.ts +0 -0
  633. /package/{lib → dist}/server/actions/attachments.d.ts +0 -0
  634. /package/{lib → dist}/server/actions/index.d.ts +0 -0
  635. /package/{lib → dist}/server/collections/attachments.d.ts +0 -0
  636. /package/{lib → dist}/server/collections/storages.d.ts +0 -0
  637. /package/{lib → dist}/server/constants.d.ts +0 -0
  638. /package/{lib → dist}/server/index.d.ts +0 -0
  639. /package/{lib → dist}/server/rules/index.d.ts +0 -0
  640. /package/{lib → dist}/server/rules/mimetype.d.ts +0 -0
  641. /package/{lib → dist}/server/server.d.ts +0 -0
  642. /package/{lib → dist}/server/storages/ali-oss.d.ts +0 -0
  643. /package/{lib → dist}/server/storages/index.d.ts +0 -0
  644. /package/{lib → dist}/server/storages/local.d.ts +0 -0
  645. /package/{lib → dist}/server/storages/s3.d.ts +0 -0
  646. /package/{lib → dist}/server/storages/tx-cos.d.ts +0 -0
  647. /package/{lib → dist}/server/utils.d.ts +0 -0
@@ -0,0 +1,1646 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import {
3
+ AbortMultipartUploadCommandInput,
4
+ AbortMultipartUploadCommandOutput,
5
+ } from "./commands/AbortMultipartUploadCommand";
6
+ import {
7
+ CompleteMultipartUploadCommandInput,
8
+ CompleteMultipartUploadCommandOutput,
9
+ } from "./commands/CompleteMultipartUploadCommand";
10
+ import {
11
+ CopyObjectCommandInput,
12
+ CopyObjectCommandOutput,
13
+ } from "./commands/CopyObjectCommand";
14
+ import {
15
+ CreateBucketCommandInput,
16
+ CreateBucketCommandOutput,
17
+ } from "./commands/CreateBucketCommand";
18
+ import {
19
+ CreateMultipartUploadCommandInput,
20
+ CreateMultipartUploadCommandOutput,
21
+ } from "./commands/CreateMultipartUploadCommand";
22
+ import {
23
+ DeleteBucketAnalyticsConfigurationCommandInput,
24
+ DeleteBucketAnalyticsConfigurationCommandOutput,
25
+ } from "./commands/DeleteBucketAnalyticsConfigurationCommand";
26
+ import {
27
+ DeleteBucketCommandInput,
28
+ DeleteBucketCommandOutput,
29
+ } from "./commands/DeleteBucketCommand";
30
+ import {
31
+ DeleteBucketCorsCommandInput,
32
+ DeleteBucketCorsCommandOutput,
33
+ } from "./commands/DeleteBucketCorsCommand";
34
+ import {
35
+ DeleteBucketEncryptionCommandInput,
36
+ DeleteBucketEncryptionCommandOutput,
37
+ } from "./commands/DeleteBucketEncryptionCommand";
38
+ import {
39
+ DeleteBucketIntelligentTieringConfigurationCommandInput,
40
+ DeleteBucketIntelligentTieringConfigurationCommandOutput,
41
+ } from "./commands/DeleteBucketIntelligentTieringConfigurationCommand";
42
+ import {
43
+ DeleteBucketInventoryConfigurationCommandInput,
44
+ DeleteBucketInventoryConfigurationCommandOutput,
45
+ } from "./commands/DeleteBucketInventoryConfigurationCommand";
46
+ import {
47
+ DeleteBucketLifecycleCommandInput,
48
+ DeleteBucketLifecycleCommandOutput,
49
+ } from "./commands/DeleteBucketLifecycleCommand";
50
+ import {
51
+ DeleteBucketMetricsConfigurationCommandInput,
52
+ DeleteBucketMetricsConfigurationCommandOutput,
53
+ } from "./commands/DeleteBucketMetricsConfigurationCommand";
54
+ import {
55
+ DeleteBucketOwnershipControlsCommandInput,
56
+ DeleteBucketOwnershipControlsCommandOutput,
57
+ } from "./commands/DeleteBucketOwnershipControlsCommand";
58
+ import {
59
+ DeleteBucketPolicyCommandInput,
60
+ DeleteBucketPolicyCommandOutput,
61
+ } from "./commands/DeleteBucketPolicyCommand";
62
+ import {
63
+ DeleteBucketReplicationCommandInput,
64
+ DeleteBucketReplicationCommandOutput,
65
+ } from "./commands/DeleteBucketReplicationCommand";
66
+ import {
67
+ DeleteBucketTaggingCommandInput,
68
+ DeleteBucketTaggingCommandOutput,
69
+ } from "./commands/DeleteBucketTaggingCommand";
70
+ import {
71
+ DeleteBucketWebsiteCommandInput,
72
+ DeleteBucketWebsiteCommandOutput,
73
+ } from "./commands/DeleteBucketWebsiteCommand";
74
+ import {
75
+ DeleteObjectCommandInput,
76
+ DeleteObjectCommandOutput,
77
+ } from "./commands/DeleteObjectCommand";
78
+ import {
79
+ DeleteObjectsCommandInput,
80
+ DeleteObjectsCommandOutput,
81
+ } from "./commands/DeleteObjectsCommand";
82
+ import {
83
+ DeleteObjectTaggingCommandInput,
84
+ DeleteObjectTaggingCommandOutput,
85
+ } from "./commands/DeleteObjectTaggingCommand";
86
+ import {
87
+ DeletePublicAccessBlockCommandInput,
88
+ DeletePublicAccessBlockCommandOutput,
89
+ } from "./commands/DeletePublicAccessBlockCommand";
90
+ import {
91
+ GetBucketAccelerateConfigurationCommandInput,
92
+ GetBucketAccelerateConfigurationCommandOutput,
93
+ } from "./commands/GetBucketAccelerateConfigurationCommand";
94
+ import {
95
+ GetBucketAclCommandInput,
96
+ GetBucketAclCommandOutput,
97
+ } from "./commands/GetBucketAclCommand";
98
+ import {
99
+ GetBucketAnalyticsConfigurationCommandInput,
100
+ GetBucketAnalyticsConfigurationCommandOutput,
101
+ } from "./commands/GetBucketAnalyticsConfigurationCommand";
102
+ import {
103
+ GetBucketCorsCommandInput,
104
+ GetBucketCorsCommandOutput,
105
+ } from "./commands/GetBucketCorsCommand";
106
+ import {
107
+ GetBucketEncryptionCommandInput,
108
+ GetBucketEncryptionCommandOutput,
109
+ } from "./commands/GetBucketEncryptionCommand";
110
+ import {
111
+ GetBucketIntelligentTieringConfigurationCommandInput,
112
+ GetBucketIntelligentTieringConfigurationCommandOutput,
113
+ } from "./commands/GetBucketIntelligentTieringConfigurationCommand";
114
+ import {
115
+ GetBucketInventoryConfigurationCommandInput,
116
+ GetBucketInventoryConfigurationCommandOutput,
117
+ } from "./commands/GetBucketInventoryConfigurationCommand";
118
+ import {
119
+ GetBucketLifecycleConfigurationCommandInput,
120
+ GetBucketLifecycleConfigurationCommandOutput,
121
+ } from "./commands/GetBucketLifecycleConfigurationCommand";
122
+ import {
123
+ GetBucketLocationCommandInput,
124
+ GetBucketLocationCommandOutput,
125
+ } from "./commands/GetBucketLocationCommand";
126
+ import {
127
+ GetBucketLoggingCommandInput,
128
+ GetBucketLoggingCommandOutput,
129
+ } from "./commands/GetBucketLoggingCommand";
130
+ import {
131
+ GetBucketMetricsConfigurationCommandInput,
132
+ GetBucketMetricsConfigurationCommandOutput,
133
+ } from "./commands/GetBucketMetricsConfigurationCommand";
134
+ import {
135
+ GetBucketNotificationConfigurationCommandInput,
136
+ GetBucketNotificationConfigurationCommandOutput,
137
+ } from "./commands/GetBucketNotificationConfigurationCommand";
138
+ import {
139
+ GetBucketOwnershipControlsCommandInput,
140
+ GetBucketOwnershipControlsCommandOutput,
141
+ } from "./commands/GetBucketOwnershipControlsCommand";
142
+ import {
143
+ GetBucketPolicyCommandInput,
144
+ GetBucketPolicyCommandOutput,
145
+ } from "./commands/GetBucketPolicyCommand";
146
+ import {
147
+ GetBucketPolicyStatusCommandInput,
148
+ GetBucketPolicyStatusCommandOutput,
149
+ } from "./commands/GetBucketPolicyStatusCommand";
150
+ import {
151
+ GetBucketReplicationCommandInput,
152
+ GetBucketReplicationCommandOutput,
153
+ } from "./commands/GetBucketReplicationCommand";
154
+ import {
155
+ GetBucketRequestPaymentCommandInput,
156
+ GetBucketRequestPaymentCommandOutput,
157
+ } from "./commands/GetBucketRequestPaymentCommand";
158
+ import {
159
+ GetBucketTaggingCommandInput,
160
+ GetBucketTaggingCommandOutput,
161
+ } from "./commands/GetBucketTaggingCommand";
162
+ import {
163
+ GetBucketVersioningCommandInput,
164
+ GetBucketVersioningCommandOutput,
165
+ } from "./commands/GetBucketVersioningCommand";
166
+ import {
167
+ GetBucketWebsiteCommandInput,
168
+ GetBucketWebsiteCommandOutput,
169
+ } from "./commands/GetBucketWebsiteCommand";
170
+ import {
171
+ GetObjectAclCommandInput,
172
+ GetObjectAclCommandOutput,
173
+ } from "./commands/GetObjectAclCommand";
174
+ import {
175
+ GetObjectAttributesCommandInput,
176
+ GetObjectAttributesCommandOutput,
177
+ } from "./commands/GetObjectAttributesCommand";
178
+ import {
179
+ GetObjectCommandInput,
180
+ GetObjectCommandOutput,
181
+ } from "./commands/GetObjectCommand";
182
+ import {
183
+ GetObjectLegalHoldCommandInput,
184
+ GetObjectLegalHoldCommandOutput,
185
+ } from "./commands/GetObjectLegalHoldCommand";
186
+ import {
187
+ GetObjectLockConfigurationCommandInput,
188
+ GetObjectLockConfigurationCommandOutput,
189
+ } from "./commands/GetObjectLockConfigurationCommand";
190
+ import {
191
+ GetObjectRetentionCommandInput,
192
+ GetObjectRetentionCommandOutput,
193
+ } from "./commands/GetObjectRetentionCommand";
194
+ import {
195
+ GetObjectTaggingCommandInput,
196
+ GetObjectTaggingCommandOutput,
197
+ } from "./commands/GetObjectTaggingCommand";
198
+ import {
199
+ GetObjectTorrentCommandInput,
200
+ GetObjectTorrentCommandOutput,
201
+ } from "./commands/GetObjectTorrentCommand";
202
+ import {
203
+ GetPublicAccessBlockCommandInput,
204
+ GetPublicAccessBlockCommandOutput,
205
+ } from "./commands/GetPublicAccessBlockCommand";
206
+ import {
207
+ HeadBucketCommandInput,
208
+ HeadBucketCommandOutput,
209
+ } from "./commands/HeadBucketCommand";
210
+ import {
211
+ HeadObjectCommandInput,
212
+ HeadObjectCommandOutput,
213
+ } from "./commands/HeadObjectCommand";
214
+ import {
215
+ ListBucketAnalyticsConfigurationsCommandInput,
216
+ ListBucketAnalyticsConfigurationsCommandOutput,
217
+ } from "./commands/ListBucketAnalyticsConfigurationsCommand";
218
+ import {
219
+ ListBucketIntelligentTieringConfigurationsCommandInput,
220
+ ListBucketIntelligentTieringConfigurationsCommandOutput,
221
+ } from "./commands/ListBucketIntelligentTieringConfigurationsCommand";
222
+ import {
223
+ ListBucketInventoryConfigurationsCommandInput,
224
+ ListBucketInventoryConfigurationsCommandOutput,
225
+ } from "./commands/ListBucketInventoryConfigurationsCommand";
226
+ import {
227
+ ListBucketMetricsConfigurationsCommandInput,
228
+ ListBucketMetricsConfigurationsCommandOutput,
229
+ } from "./commands/ListBucketMetricsConfigurationsCommand";
230
+ import {
231
+ ListBucketsCommandInput,
232
+ ListBucketsCommandOutput,
233
+ } from "./commands/ListBucketsCommand";
234
+ import {
235
+ ListMultipartUploadsCommandInput,
236
+ ListMultipartUploadsCommandOutput,
237
+ } from "./commands/ListMultipartUploadsCommand";
238
+ import {
239
+ ListObjectsCommandInput,
240
+ ListObjectsCommandOutput,
241
+ } from "./commands/ListObjectsCommand";
242
+ import {
243
+ ListObjectsV2CommandInput,
244
+ ListObjectsV2CommandOutput,
245
+ } from "./commands/ListObjectsV2Command";
246
+ import {
247
+ ListObjectVersionsCommandInput,
248
+ ListObjectVersionsCommandOutput,
249
+ } from "./commands/ListObjectVersionsCommand";
250
+ import {
251
+ ListPartsCommandInput,
252
+ ListPartsCommandOutput,
253
+ } from "./commands/ListPartsCommand";
254
+ import {
255
+ PutBucketAccelerateConfigurationCommandInput,
256
+ PutBucketAccelerateConfigurationCommandOutput,
257
+ } from "./commands/PutBucketAccelerateConfigurationCommand";
258
+ import {
259
+ PutBucketAclCommandInput,
260
+ PutBucketAclCommandOutput,
261
+ } from "./commands/PutBucketAclCommand";
262
+ import {
263
+ PutBucketAnalyticsConfigurationCommandInput,
264
+ PutBucketAnalyticsConfigurationCommandOutput,
265
+ } from "./commands/PutBucketAnalyticsConfigurationCommand";
266
+ import {
267
+ PutBucketCorsCommandInput,
268
+ PutBucketCorsCommandOutput,
269
+ } from "./commands/PutBucketCorsCommand";
270
+ import {
271
+ PutBucketEncryptionCommandInput,
272
+ PutBucketEncryptionCommandOutput,
273
+ } from "./commands/PutBucketEncryptionCommand";
274
+ import {
275
+ PutBucketIntelligentTieringConfigurationCommandInput,
276
+ PutBucketIntelligentTieringConfigurationCommandOutput,
277
+ } from "./commands/PutBucketIntelligentTieringConfigurationCommand";
278
+ import {
279
+ PutBucketInventoryConfigurationCommandInput,
280
+ PutBucketInventoryConfigurationCommandOutput,
281
+ } from "./commands/PutBucketInventoryConfigurationCommand";
282
+ import {
283
+ PutBucketLifecycleConfigurationCommandInput,
284
+ PutBucketLifecycleConfigurationCommandOutput,
285
+ } from "./commands/PutBucketLifecycleConfigurationCommand";
286
+ import {
287
+ PutBucketLoggingCommandInput,
288
+ PutBucketLoggingCommandOutput,
289
+ } from "./commands/PutBucketLoggingCommand";
290
+ import {
291
+ PutBucketMetricsConfigurationCommandInput,
292
+ PutBucketMetricsConfigurationCommandOutput,
293
+ } from "./commands/PutBucketMetricsConfigurationCommand";
294
+ import {
295
+ PutBucketNotificationConfigurationCommandInput,
296
+ PutBucketNotificationConfigurationCommandOutput,
297
+ } from "./commands/PutBucketNotificationConfigurationCommand";
298
+ import {
299
+ PutBucketOwnershipControlsCommandInput,
300
+ PutBucketOwnershipControlsCommandOutput,
301
+ } from "./commands/PutBucketOwnershipControlsCommand";
302
+ import {
303
+ PutBucketPolicyCommandInput,
304
+ PutBucketPolicyCommandOutput,
305
+ } from "./commands/PutBucketPolicyCommand";
306
+ import {
307
+ PutBucketReplicationCommandInput,
308
+ PutBucketReplicationCommandOutput,
309
+ } from "./commands/PutBucketReplicationCommand";
310
+ import {
311
+ PutBucketRequestPaymentCommandInput,
312
+ PutBucketRequestPaymentCommandOutput,
313
+ } from "./commands/PutBucketRequestPaymentCommand";
314
+ import {
315
+ PutBucketTaggingCommandInput,
316
+ PutBucketTaggingCommandOutput,
317
+ } from "./commands/PutBucketTaggingCommand";
318
+ import {
319
+ PutBucketVersioningCommandInput,
320
+ PutBucketVersioningCommandOutput,
321
+ } from "./commands/PutBucketVersioningCommand";
322
+ import {
323
+ PutBucketWebsiteCommandInput,
324
+ PutBucketWebsiteCommandOutput,
325
+ } from "./commands/PutBucketWebsiteCommand";
326
+ import {
327
+ PutObjectAclCommandInput,
328
+ PutObjectAclCommandOutput,
329
+ } from "./commands/PutObjectAclCommand";
330
+ import {
331
+ PutObjectCommandInput,
332
+ PutObjectCommandOutput,
333
+ } from "./commands/PutObjectCommand";
334
+ import {
335
+ PutObjectLegalHoldCommandInput,
336
+ PutObjectLegalHoldCommandOutput,
337
+ } from "./commands/PutObjectLegalHoldCommand";
338
+ import {
339
+ PutObjectLockConfigurationCommandInput,
340
+ PutObjectLockConfigurationCommandOutput,
341
+ } from "./commands/PutObjectLockConfigurationCommand";
342
+ import {
343
+ PutObjectRetentionCommandInput,
344
+ PutObjectRetentionCommandOutput,
345
+ } from "./commands/PutObjectRetentionCommand";
346
+ import {
347
+ PutObjectTaggingCommandInput,
348
+ PutObjectTaggingCommandOutput,
349
+ } from "./commands/PutObjectTaggingCommand";
350
+ import {
351
+ PutPublicAccessBlockCommandInput,
352
+ PutPublicAccessBlockCommandOutput,
353
+ } from "./commands/PutPublicAccessBlockCommand";
354
+ import {
355
+ RestoreObjectCommandInput,
356
+ RestoreObjectCommandOutput,
357
+ } from "./commands/RestoreObjectCommand";
358
+ import {
359
+ SelectObjectContentCommandInput,
360
+ SelectObjectContentCommandOutput,
361
+ } from "./commands/SelectObjectContentCommand";
362
+ import {
363
+ UploadPartCommandInput,
364
+ UploadPartCommandOutput,
365
+ } from "./commands/UploadPartCommand";
366
+ import {
367
+ UploadPartCopyCommandInput,
368
+ UploadPartCopyCommandOutput,
369
+ } from "./commands/UploadPartCopyCommand";
370
+ import {
371
+ WriteGetObjectResponseCommandInput,
372
+ WriteGetObjectResponseCommandOutput,
373
+ } from "./commands/WriteGetObjectResponseCommand";
374
+ import { S3Client } from "./S3Client";
375
+ export interface S3 {
376
+ abortMultipartUpload(
377
+ args: AbortMultipartUploadCommandInput,
378
+ options?: __HttpHandlerOptions
379
+ ): Promise<AbortMultipartUploadCommandOutput>;
380
+ abortMultipartUpload(
381
+ args: AbortMultipartUploadCommandInput,
382
+ cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void
383
+ ): void;
384
+ abortMultipartUpload(
385
+ args: AbortMultipartUploadCommandInput,
386
+ options: __HttpHandlerOptions,
387
+ cb: (err: any, data?: AbortMultipartUploadCommandOutput) => void
388
+ ): void;
389
+ completeMultipartUpload(
390
+ args: CompleteMultipartUploadCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<CompleteMultipartUploadCommandOutput>;
393
+ completeMultipartUpload(
394
+ args: CompleteMultipartUploadCommandInput,
395
+ cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void
396
+ ): void;
397
+ completeMultipartUpload(
398
+ args: CompleteMultipartUploadCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: CompleteMultipartUploadCommandOutput) => void
401
+ ): void;
402
+ copyObject(
403
+ args: CopyObjectCommandInput,
404
+ options?: __HttpHandlerOptions
405
+ ): Promise<CopyObjectCommandOutput>;
406
+ copyObject(
407
+ args: CopyObjectCommandInput,
408
+ cb: (err: any, data?: CopyObjectCommandOutput) => void
409
+ ): void;
410
+ copyObject(
411
+ args: CopyObjectCommandInput,
412
+ options: __HttpHandlerOptions,
413
+ cb: (err: any, data?: CopyObjectCommandOutput) => void
414
+ ): void;
415
+ createBucket(
416
+ args: CreateBucketCommandInput,
417
+ options?: __HttpHandlerOptions
418
+ ): Promise<CreateBucketCommandOutput>;
419
+ createBucket(
420
+ args: CreateBucketCommandInput,
421
+ cb: (err: any, data?: CreateBucketCommandOutput) => void
422
+ ): void;
423
+ createBucket(
424
+ args: CreateBucketCommandInput,
425
+ options: __HttpHandlerOptions,
426
+ cb: (err: any, data?: CreateBucketCommandOutput) => void
427
+ ): void;
428
+ createMultipartUpload(
429
+ args: CreateMultipartUploadCommandInput,
430
+ options?: __HttpHandlerOptions
431
+ ): Promise<CreateMultipartUploadCommandOutput>;
432
+ createMultipartUpload(
433
+ args: CreateMultipartUploadCommandInput,
434
+ cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void
435
+ ): void;
436
+ createMultipartUpload(
437
+ args: CreateMultipartUploadCommandInput,
438
+ options: __HttpHandlerOptions,
439
+ cb: (err: any, data?: CreateMultipartUploadCommandOutput) => void
440
+ ): void;
441
+ deleteBucket(
442
+ args: DeleteBucketCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<DeleteBucketCommandOutput>;
445
+ deleteBucket(
446
+ args: DeleteBucketCommandInput,
447
+ cb: (err: any, data?: DeleteBucketCommandOutput) => void
448
+ ): void;
449
+ deleteBucket(
450
+ args: DeleteBucketCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: DeleteBucketCommandOutput) => void
453
+ ): void;
454
+ deleteBucketAnalyticsConfiguration(
455
+ args: DeleteBucketAnalyticsConfigurationCommandInput,
456
+ options?: __HttpHandlerOptions
457
+ ): Promise<DeleteBucketAnalyticsConfigurationCommandOutput>;
458
+ deleteBucketAnalyticsConfiguration(
459
+ args: DeleteBucketAnalyticsConfigurationCommandInput,
460
+ cb: (
461
+ err: any,
462
+ data?: DeleteBucketAnalyticsConfigurationCommandOutput
463
+ ) => void
464
+ ): void;
465
+ deleteBucketAnalyticsConfiguration(
466
+ args: DeleteBucketAnalyticsConfigurationCommandInput,
467
+ options: __HttpHandlerOptions,
468
+ cb: (
469
+ err: any,
470
+ data?: DeleteBucketAnalyticsConfigurationCommandOutput
471
+ ) => void
472
+ ): void;
473
+ deleteBucketCors(
474
+ args: DeleteBucketCorsCommandInput,
475
+ options?: __HttpHandlerOptions
476
+ ): Promise<DeleteBucketCorsCommandOutput>;
477
+ deleteBucketCors(
478
+ args: DeleteBucketCorsCommandInput,
479
+ cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void
480
+ ): void;
481
+ deleteBucketCors(
482
+ args: DeleteBucketCorsCommandInput,
483
+ options: __HttpHandlerOptions,
484
+ cb: (err: any, data?: DeleteBucketCorsCommandOutput) => void
485
+ ): void;
486
+ deleteBucketEncryption(
487
+ args: DeleteBucketEncryptionCommandInput,
488
+ options?: __HttpHandlerOptions
489
+ ): Promise<DeleteBucketEncryptionCommandOutput>;
490
+ deleteBucketEncryption(
491
+ args: DeleteBucketEncryptionCommandInput,
492
+ cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void
493
+ ): void;
494
+ deleteBucketEncryption(
495
+ args: DeleteBucketEncryptionCommandInput,
496
+ options: __HttpHandlerOptions,
497
+ cb: (err: any, data?: DeleteBucketEncryptionCommandOutput) => void
498
+ ): void;
499
+ deleteBucketIntelligentTieringConfiguration(
500
+ args: DeleteBucketIntelligentTieringConfigurationCommandInput,
501
+ options?: __HttpHandlerOptions
502
+ ): Promise<DeleteBucketIntelligentTieringConfigurationCommandOutput>;
503
+ deleteBucketIntelligentTieringConfiguration(
504
+ args: DeleteBucketIntelligentTieringConfigurationCommandInput,
505
+ cb: (
506
+ err: any,
507
+ data?: DeleteBucketIntelligentTieringConfigurationCommandOutput
508
+ ) => void
509
+ ): void;
510
+ deleteBucketIntelligentTieringConfiguration(
511
+ args: DeleteBucketIntelligentTieringConfigurationCommandInput,
512
+ options: __HttpHandlerOptions,
513
+ cb: (
514
+ err: any,
515
+ data?: DeleteBucketIntelligentTieringConfigurationCommandOutput
516
+ ) => void
517
+ ): void;
518
+ deleteBucketInventoryConfiguration(
519
+ args: DeleteBucketInventoryConfigurationCommandInput,
520
+ options?: __HttpHandlerOptions
521
+ ): Promise<DeleteBucketInventoryConfigurationCommandOutput>;
522
+ deleteBucketInventoryConfiguration(
523
+ args: DeleteBucketInventoryConfigurationCommandInput,
524
+ cb: (
525
+ err: any,
526
+ data?: DeleteBucketInventoryConfigurationCommandOutput
527
+ ) => void
528
+ ): void;
529
+ deleteBucketInventoryConfiguration(
530
+ args: DeleteBucketInventoryConfigurationCommandInput,
531
+ options: __HttpHandlerOptions,
532
+ cb: (
533
+ err: any,
534
+ data?: DeleteBucketInventoryConfigurationCommandOutput
535
+ ) => void
536
+ ): void;
537
+ deleteBucketLifecycle(
538
+ args: DeleteBucketLifecycleCommandInput,
539
+ options?: __HttpHandlerOptions
540
+ ): Promise<DeleteBucketLifecycleCommandOutput>;
541
+ deleteBucketLifecycle(
542
+ args: DeleteBucketLifecycleCommandInput,
543
+ cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void
544
+ ): void;
545
+ deleteBucketLifecycle(
546
+ args: DeleteBucketLifecycleCommandInput,
547
+ options: __HttpHandlerOptions,
548
+ cb: (err: any, data?: DeleteBucketLifecycleCommandOutput) => void
549
+ ): void;
550
+ deleteBucketMetricsConfiguration(
551
+ args: DeleteBucketMetricsConfigurationCommandInput,
552
+ options?: __HttpHandlerOptions
553
+ ): Promise<DeleteBucketMetricsConfigurationCommandOutput>;
554
+ deleteBucketMetricsConfiguration(
555
+ args: DeleteBucketMetricsConfigurationCommandInput,
556
+ cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void
557
+ ): void;
558
+ deleteBucketMetricsConfiguration(
559
+ args: DeleteBucketMetricsConfigurationCommandInput,
560
+ options: __HttpHandlerOptions,
561
+ cb: (err: any, data?: DeleteBucketMetricsConfigurationCommandOutput) => void
562
+ ): void;
563
+ deleteBucketOwnershipControls(
564
+ args: DeleteBucketOwnershipControlsCommandInput,
565
+ options?: __HttpHandlerOptions
566
+ ): Promise<DeleteBucketOwnershipControlsCommandOutput>;
567
+ deleteBucketOwnershipControls(
568
+ args: DeleteBucketOwnershipControlsCommandInput,
569
+ cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void
570
+ ): void;
571
+ deleteBucketOwnershipControls(
572
+ args: DeleteBucketOwnershipControlsCommandInput,
573
+ options: __HttpHandlerOptions,
574
+ cb: (err: any, data?: DeleteBucketOwnershipControlsCommandOutput) => void
575
+ ): void;
576
+ deleteBucketPolicy(
577
+ args: DeleteBucketPolicyCommandInput,
578
+ options?: __HttpHandlerOptions
579
+ ): Promise<DeleteBucketPolicyCommandOutput>;
580
+ deleteBucketPolicy(
581
+ args: DeleteBucketPolicyCommandInput,
582
+ cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
583
+ ): void;
584
+ deleteBucketPolicy(
585
+ args: DeleteBucketPolicyCommandInput,
586
+ options: __HttpHandlerOptions,
587
+ cb: (err: any, data?: DeleteBucketPolicyCommandOutput) => void
588
+ ): void;
589
+ deleteBucketReplication(
590
+ args: DeleteBucketReplicationCommandInput,
591
+ options?: __HttpHandlerOptions
592
+ ): Promise<DeleteBucketReplicationCommandOutput>;
593
+ deleteBucketReplication(
594
+ args: DeleteBucketReplicationCommandInput,
595
+ cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void
596
+ ): void;
597
+ deleteBucketReplication(
598
+ args: DeleteBucketReplicationCommandInput,
599
+ options: __HttpHandlerOptions,
600
+ cb: (err: any, data?: DeleteBucketReplicationCommandOutput) => void
601
+ ): void;
602
+ deleteBucketTagging(
603
+ args: DeleteBucketTaggingCommandInput,
604
+ options?: __HttpHandlerOptions
605
+ ): Promise<DeleteBucketTaggingCommandOutput>;
606
+ deleteBucketTagging(
607
+ args: DeleteBucketTaggingCommandInput,
608
+ cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
609
+ ): void;
610
+ deleteBucketTagging(
611
+ args: DeleteBucketTaggingCommandInput,
612
+ options: __HttpHandlerOptions,
613
+ cb: (err: any, data?: DeleteBucketTaggingCommandOutput) => void
614
+ ): void;
615
+ deleteBucketWebsite(
616
+ args: DeleteBucketWebsiteCommandInput,
617
+ options?: __HttpHandlerOptions
618
+ ): Promise<DeleteBucketWebsiteCommandOutput>;
619
+ deleteBucketWebsite(
620
+ args: DeleteBucketWebsiteCommandInput,
621
+ cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void
622
+ ): void;
623
+ deleteBucketWebsite(
624
+ args: DeleteBucketWebsiteCommandInput,
625
+ options: __HttpHandlerOptions,
626
+ cb: (err: any, data?: DeleteBucketWebsiteCommandOutput) => void
627
+ ): void;
628
+ deleteObject(
629
+ args: DeleteObjectCommandInput,
630
+ options?: __HttpHandlerOptions
631
+ ): Promise<DeleteObjectCommandOutput>;
632
+ deleteObject(
633
+ args: DeleteObjectCommandInput,
634
+ cb: (err: any, data?: DeleteObjectCommandOutput) => void
635
+ ): void;
636
+ deleteObject(
637
+ args: DeleteObjectCommandInput,
638
+ options: __HttpHandlerOptions,
639
+ cb: (err: any, data?: DeleteObjectCommandOutput) => void
640
+ ): void;
641
+ deleteObjects(
642
+ args: DeleteObjectsCommandInput,
643
+ options?: __HttpHandlerOptions
644
+ ): Promise<DeleteObjectsCommandOutput>;
645
+ deleteObjects(
646
+ args: DeleteObjectsCommandInput,
647
+ cb: (err: any, data?: DeleteObjectsCommandOutput) => void
648
+ ): void;
649
+ deleteObjects(
650
+ args: DeleteObjectsCommandInput,
651
+ options: __HttpHandlerOptions,
652
+ cb: (err: any, data?: DeleteObjectsCommandOutput) => void
653
+ ): void;
654
+ deleteObjectTagging(
655
+ args: DeleteObjectTaggingCommandInput,
656
+ options?: __HttpHandlerOptions
657
+ ): Promise<DeleteObjectTaggingCommandOutput>;
658
+ deleteObjectTagging(
659
+ args: DeleteObjectTaggingCommandInput,
660
+ cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void
661
+ ): void;
662
+ deleteObjectTagging(
663
+ args: DeleteObjectTaggingCommandInput,
664
+ options: __HttpHandlerOptions,
665
+ cb: (err: any, data?: DeleteObjectTaggingCommandOutput) => void
666
+ ): void;
667
+ deletePublicAccessBlock(
668
+ args: DeletePublicAccessBlockCommandInput,
669
+ options?: __HttpHandlerOptions
670
+ ): Promise<DeletePublicAccessBlockCommandOutput>;
671
+ deletePublicAccessBlock(
672
+ args: DeletePublicAccessBlockCommandInput,
673
+ cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
674
+ ): void;
675
+ deletePublicAccessBlock(
676
+ args: DeletePublicAccessBlockCommandInput,
677
+ options: __HttpHandlerOptions,
678
+ cb: (err: any, data?: DeletePublicAccessBlockCommandOutput) => void
679
+ ): void;
680
+ getBucketAccelerateConfiguration(
681
+ args: GetBucketAccelerateConfigurationCommandInput,
682
+ options?: __HttpHandlerOptions
683
+ ): Promise<GetBucketAccelerateConfigurationCommandOutput>;
684
+ getBucketAccelerateConfiguration(
685
+ args: GetBucketAccelerateConfigurationCommandInput,
686
+ cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void
687
+ ): void;
688
+ getBucketAccelerateConfiguration(
689
+ args: GetBucketAccelerateConfigurationCommandInput,
690
+ options: __HttpHandlerOptions,
691
+ cb: (err: any, data?: GetBucketAccelerateConfigurationCommandOutput) => void
692
+ ): void;
693
+ getBucketAcl(
694
+ args: GetBucketAclCommandInput,
695
+ options?: __HttpHandlerOptions
696
+ ): Promise<GetBucketAclCommandOutput>;
697
+ getBucketAcl(
698
+ args: GetBucketAclCommandInput,
699
+ cb: (err: any, data?: GetBucketAclCommandOutput) => void
700
+ ): void;
701
+ getBucketAcl(
702
+ args: GetBucketAclCommandInput,
703
+ options: __HttpHandlerOptions,
704
+ cb: (err: any, data?: GetBucketAclCommandOutput) => void
705
+ ): void;
706
+ getBucketAnalyticsConfiguration(
707
+ args: GetBucketAnalyticsConfigurationCommandInput,
708
+ options?: __HttpHandlerOptions
709
+ ): Promise<GetBucketAnalyticsConfigurationCommandOutput>;
710
+ getBucketAnalyticsConfiguration(
711
+ args: GetBucketAnalyticsConfigurationCommandInput,
712
+ cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void
713
+ ): void;
714
+ getBucketAnalyticsConfiguration(
715
+ args: GetBucketAnalyticsConfigurationCommandInput,
716
+ options: __HttpHandlerOptions,
717
+ cb: (err: any, data?: GetBucketAnalyticsConfigurationCommandOutput) => void
718
+ ): void;
719
+ getBucketCors(
720
+ args: GetBucketCorsCommandInput,
721
+ options?: __HttpHandlerOptions
722
+ ): Promise<GetBucketCorsCommandOutput>;
723
+ getBucketCors(
724
+ args: GetBucketCorsCommandInput,
725
+ cb: (err: any, data?: GetBucketCorsCommandOutput) => void
726
+ ): void;
727
+ getBucketCors(
728
+ args: GetBucketCorsCommandInput,
729
+ options: __HttpHandlerOptions,
730
+ cb: (err: any, data?: GetBucketCorsCommandOutput) => void
731
+ ): void;
732
+ getBucketEncryption(
733
+ args: GetBucketEncryptionCommandInput,
734
+ options?: __HttpHandlerOptions
735
+ ): Promise<GetBucketEncryptionCommandOutput>;
736
+ getBucketEncryption(
737
+ args: GetBucketEncryptionCommandInput,
738
+ cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void
739
+ ): void;
740
+ getBucketEncryption(
741
+ args: GetBucketEncryptionCommandInput,
742
+ options: __HttpHandlerOptions,
743
+ cb: (err: any, data?: GetBucketEncryptionCommandOutput) => void
744
+ ): void;
745
+ getBucketIntelligentTieringConfiguration(
746
+ args: GetBucketIntelligentTieringConfigurationCommandInput,
747
+ options?: __HttpHandlerOptions
748
+ ): Promise<GetBucketIntelligentTieringConfigurationCommandOutput>;
749
+ getBucketIntelligentTieringConfiguration(
750
+ args: GetBucketIntelligentTieringConfigurationCommandInput,
751
+ cb: (
752
+ err: any,
753
+ data?: GetBucketIntelligentTieringConfigurationCommandOutput
754
+ ) => void
755
+ ): void;
756
+ getBucketIntelligentTieringConfiguration(
757
+ args: GetBucketIntelligentTieringConfigurationCommandInput,
758
+ options: __HttpHandlerOptions,
759
+ cb: (
760
+ err: any,
761
+ data?: GetBucketIntelligentTieringConfigurationCommandOutput
762
+ ) => void
763
+ ): void;
764
+ getBucketInventoryConfiguration(
765
+ args: GetBucketInventoryConfigurationCommandInput,
766
+ options?: __HttpHandlerOptions
767
+ ): Promise<GetBucketInventoryConfigurationCommandOutput>;
768
+ getBucketInventoryConfiguration(
769
+ args: GetBucketInventoryConfigurationCommandInput,
770
+ cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void
771
+ ): void;
772
+ getBucketInventoryConfiguration(
773
+ args: GetBucketInventoryConfigurationCommandInput,
774
+ options: __HttpHandlerOptions,
775
+ cb: (err: any, data?: GetBucketInventoryConfigurationCommandOutput) => void
776
+ ): void;
777
+ getBucketLifecycleConfiguration(
778
+ args: GetBucketLifecycleConfigurationCommandInput,
779
+ options?: __HttpHandlerOptions
780
+ ): Promise<GetBucketLifecycleConfigurationCommandOutput>;
781
+ getBucketLifecycleConfiguration(
782
+ args: GetBucketLifecycleConfigurationCommandInput,
783
+ cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
784
+ ): void;
785
+ getBucketLifecycleConfiguration(
786
+ args: GetBucketLifecycleConfigurationCommandInput,
787
+ options: __HttpHandlerOptions,
788
+ cb: (err: any, data?: GetBucketLifecycleConfigurationCommandOutput) => void
789
+ ): void;
790
+ getBucketLocation(
791
+ args: GetBucketLocationCommandInput,
792
+ options?: __HttpHandlerOptions
793
+ ): Promise<GetBucketLocationCommandOutput>;
794
+ getBucketLocation(
795
+ args: GetBucketLocationCommandInput,
796
+ cb: (err: any, data?: GetBucketLocationCommandOutput) => void
797
+ ): void;
798
+ getBucketLocation(
799
+ args: GetBucketLocationCommandInput,
800
+ options: __HttpHandlerOptions,
801
+ cb: (err: any, data?: GetBucketLocationCommandOutput) => void
802
+ ): void;
803
+ getBucketLogging(
804
+ args: GetBucketLoggingCommandInput,
805
+ options?: __HttpHandlerOptions
806
+ ): Promise<GetBucketLoggingCommandOutput>;
807
+ getBucketLogging(
808
+ args: GetBucketLoggingCommandInput,
809
+ cb: (err: any, data?: GetBucketLoggingCommandOutput) => void
810
+ ): void;
811
+ getBucketLogging(
812
+ args: GetBucketLoggingCommandInput,
813
+ options: __HttpHandlerOptions,
814
+ cb: (err: any, data?: GetBucketLoggingCommandOutput) => void
815
+ ): void;
816
+ getBucketMetricsConfiguration(
817
+ args: GetBucketMetricsConfigurationCommandInput,
818
+ options?: __HttpHandlerOptions
819
+ ): Promise<GetBucketMetricsConfigurationCommandOutput>;
820
+ getBucketMetricsConfiguration(
821
+ args: GetBucketMetricsConfigurationCommandInput,
822
+ cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void
823
+ ): void;
824
+ getBucketMetricsConfiguration(
825
+ args: GetBucketMetricsConfigurationCommandInput,
826
+ options: __HttpHandlerOptions,
827
+ cb: (err: any, data?: GetBucketMetricsConfigurationCommandOutput) => void
828
+ ): void;
829
+ getBucketNotificationConfiguration(
830
+ args: GetBucketNotificationConfigurationCommandInput,
831
+ options?: __HttpHandlerOptions
832
+ ): Promise<GetBucketNotificationConfigurationCommandOutput>;
833
+ getBucketNotificationConfiguration(
834
+ args: GetBucketNotificationConfigurationCommandInput,
835
+ cb: (
836
+ err: any,
837
+ data?: GetBucketNotificationConfigurationCommandOutput
838
+ ) => void
839
+ ): void;
840
+ getBucketNotificationConfiguration(
841
+ args: GetBucketNotificationConfigurationCommandInput,
842
+ options: __HttpHandlerOptions,
843
+ cb: (
844
+ err: any,
845
+ data?: GetBucketNotificationConfigurationCommandOutput
846
+ ) => void
847
+ ): void;
848
+ getBucketOwnershipControls(
849
+ args: GetBucketOwnershipControlsCommandInput,
850
+ options?: __HttpHandlerOptions
851
+ ): Promise<GetBucketOwnershipControlsCommandOutput>;
852
+ getBucketOwnershipControls(
853
+ args: GetBucketOwnershipControlsCommandInput,
854
+ cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void
855
+ ): void;
856
+ getBucketOwnershipControls(
857
+ args: GetBucketOwnershipControlsCommandInput,
858
+ options: __HttpHandlerOptions,
859
+ cb: (err: any, data?: GetBucketOwnershipControlsCommandOutput) => void
860
+ ): void;
861
+ getBucketPolicy(
862
+ args: GetBucketPolicyCommandInput,
863
+ options?: __HttpHandlerOptions
864
+ ): Promise<GetBucketPolicyCommandOutput>;
865
+ getBucketPolicy(
866
+ args: GetBucketPolicyCommandInput,
867
+ cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
868
+ ): void;
869
+ getBucketPolicy(
870
+ args: GetBucketPolicyCommandInput,
871
+ options: __HttpHandlerOptions,
872
+ cb: (err: any, data?: GetBucketPolicyCommandOutput) => void
873
+ ): void;
874
+ getBucketPolicyStatus(
875
+ args: GetBucketPolicyStatusCommandInput,
876
+ options?: __HttpHandlerOptions
877
+ ): Promise<GetBucketPolicyStatusCommandOutput>;
878
+ getBucketPolicyStatus(
879
+ args: GetBucketPolicyStatusCommandInput,
880
+ cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void
881
+ ): void;
882
+ getBucketPolicyStatus(
883
+ args: GetBucketPolicyStatusCommandInput,
884
+ options: __HttpHandlerOptions,
885
+ cb: (err: any, data?: GetBucketPolicyStatusCommandOutput) => void
886
+ ): void;
887
+ getBucketReplication(
888
+ args: GetBucketReplicationCommandInput,
889
+ options?: __HttpHandlerOptions
890
+ ): Promise<GetBucketReplicationCommandOutput>;
891
+ getBucketReplication(
892
+ args: GetBucketReplicationCommandInput,
893
+ cb: (err: any, data?: GetBucketReplicationCommandOutput) => void
894
+ ): void;
895
+ getBucketReplication(
896
+ args: GetBucketReplicationCommandInput,
897
+ options: __HttpHandlerOptions,
898
+ cb: (err: any, data?: GetBucketReplicationCommandOutput) => void
899
+ ): void;
900
+ getBucketRequestPayment(
901
+ args: GetBucketRequestPaymentCommandInput,
902
+ options?: __HttpHandlerOptions
903
+ ): Promise<GetBucketRequestPaymentCommandOutput>;
904
+ getBucketRequestPayment(
905
+ args: GetBucketRequestPaymentCommandInput,
906
+ cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void
907
+ ): void;
908
+ getBucketRequestPayment(
909
+ args: GetBucketRequestPaymentCommandInput,
910
+ options: __HttpHandlerOptions,
911
+ cb: (err: any, data?: GetBucketRequestPaymentCommandOutput) => void
912
+ ): void;
913
+ getBucketTagging(
914
+ args: GetBucketTaggingCommandInput,
915
+ options?: __HttpHandlerOptions
916
+ ): Promise<GetBucketTaggingCommandOutput>;
917
+ getBucketTagging(
918
+ args: GetBucketTaggingCommandInput,
919
+ cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
920
+ ): void;
921
+ getBucketTagging(
922
+ args: GetBucketTaggingCommandInput,
923
+ options: __HttpHandlerOptions,
924
+ cb: (err: any, data?: GetBucketTaggingCommandOutput) => void
925
+ ): void;
926
+ getBucketVersioning(
927
+ args: GetBucketVersioningCommandInput,
928
+ options?: __HttpHandlerOptions
929
+ ): Promise<GetBucketVersioningCommandOutput>;
930
+ getBucketVersioning(
931
+ args: GetBucketVersioningCommandInput,
932
+ cb: (err: any, data?: GetBucketVersioningCommandOutput) => void
933
+ ): void;
934
+ getBucketVersioning(
935
+ args: GetBucketVersioningCommandInput,
936
+ options: __HttpHandlerOptions,
937
+ cb: (err: any, data?: GetBucketVersioningCommandOutput) => void
938
+ ): void;
939
+ getBucketWebsite(
940
+ args: GetBucketWebsiteCommandInput,
941
+ options?: __HttpHandlerOptions
942
+ ): Promise<GetBucketWebsiteCommandOutput>;
943
+ getBucketWebsite(
944
+ args: GetBucketWebsiteCommandInput,
945
+ cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void
946
+ ): void;
947
+ getBucketWebsite(
948
+ args: GetBucketWebsiteCommandInput,
949
+ options: __HttpHandlerOptions,
950
+ cb: (err: any, data?: GetBucketWebsiteCommandOutput) => void
951
+ ): void;
952
+ getObject(
953
+ args: GetObjectCommandInput,
954
+ options?: __HttpHandlerOptions
955
+ ): Promise<GetObjectCommandOutput>;
956
+ getObject(
957
+ args: GetObjectCommandInput,
958
+ cb: (err: any, data?: GetObjectCommandOutput) => void
959
+ ): void;
960
+ getObject(
961
+ args: GetObjectCommandInput,
962
+ options: __HttpHandlerOptions,
963
+ cb: (err: any, data?: GetObjectCommandOutput) => void
964
+ ): void;
965
+ getObjectAcl(
966
+ args: GetObjectAclCommandInput,
967
+ options?: __HttpHandlerOptions
968
+ ): Promise<GetObjectAclCommandOutput>;
969
+ getObjectAcl(
970
+ args: GetObjectAclCommandInput,
971
+ cb: (err: any, data?: GetObjectAclCommandOutput) => void
972
+ ): void;
973
+ getObjectAcl(
974
+ args: GetObjectAclCommandInput,
975
+ options: __HttpHandlerOptions,
976
+ cb: (err: any, data?: GetObjectAclCommandOutput) => void
977
+ ): void;
978
+ getObjectAttributes(
979
+ args: GetObjectAttributesCommandInput,
980
+ options?: __HttpHandlerOptions
981
+ ): Promise<GetObjectAttributesCommandOutput>;
982
+ getObjectAttributes(
983
+ args: GetObjectAttributesCommandInput,
984
+ cb: (err: any, data?: GetObjectAttributesCommandOutput) => void
985
+ ): void;
986
+ getObjectAttributes(
987
+ args: GetObjectAttributesCommandInput,
988
+ options: __HttpHandlerOptions,
989
+ cb: (err: any, data?: GetObjectAttributesCommandOutput) => void
990
+ ): void;
991
+ getObjectLegalHold(
992
+ args: GetObjectLegalHoldCommandInput,
993
+ options?: __HttpHandlerOptions
994
+ ): Promise<GetObjectLegalHoldCommandOutput>;
995
+ getObjectLegalHold(
996
+ args: GetObjectLegalHoldCommandInput,
997
+ cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void
998
+ ): void;
999
+ getObjectLegalHold(
1000
+ args: GetObjectLegalHoldCommandInput,
1001
+ options: __HttpHandlerOptions,
1002
+ cb: (err: any, data?: GetObjectLegalHoldCommandOutput) => void
1003
+ ): void;
1004
+ getObjectLockConfiguration(
1005
+ args: GetObjectLockConfigurationCommandInput,
1006
+ options?: __HttpHandlerOptions
1007
+ ): Promise<GetObjectLockConfigurationCommandOutput>;
1008
+ getObjectLockConfiguration(
1009
+ args: GetObjectLockConfigurationCommandInput,
1010
+ cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void
1011
+ ): void;
1012
+ getObjectLockConfiguration(
1013
+ args: GetObjectLockConfigurationCommandInput,
1014
+ options: __HttpHandlerOptions,
1015
+ cb: (err: any, data?: GetObjectLockConfigurationCommandOutput) => void
1016
+ ): void;
1017
+ getObjectRetention(
1018
+ args: GetObjectRetentionCommandInput,
1019
+ options?: __HttpHandlerOptions
1020
+ ): Promise<GetObjectRetentionCommandOutput>;
1021
+ getObjectRetention(
1022
+ args: GetObjectRetentionCommandInput,
1023
+ cb: (err: any, data?: GetObjectRetentionCommandOutput) => void
1024
+ ): void;
1025
+ getObjectRetention(
1026
+ args: GetObjectRetentionCommandInput,
1027
+ options: __HttpHandlerOptions,
1028
+ cb: (err: any, data?: GetObjectRetentionCommandOutput) => void
1029
+ ): void;
1030
+ getObjectTagging(
1031
+ args: GetObjectTaggingCommandInput,
1032
+ options?: __HttpHandlerOptions
1033
+ ): Promise<GetObjectTaggingCommandOutput>;
1034
+ getObjectTagging(
1035
+ args: GetObjectTaggingCommandInput,
1036
+ cb: (err: any, data?: GetObjectTaggingCommandOutput) => void
1037
+ ): void;
1038
+ getObjectTagging(
1039
+ args: GetObjectTaggingCommandInput,
1040
+ options: __HttpHandlerOptions,
1041
+ cb: (err: any, data?: GetObjectTaggingCommandOutput) => void
1042
+ ): void;
1043
+ getObjectTorrent(
1044
+ args: GetObjectTorrentCommandInput,
1045
+ options?: __HttpHandlerOptions
1046
+ ): Promise<GetObjectTorrentCommandOutput>;
1047
+ getObjectTorrent(
1048
+ args: GetObjectTorrentCommandInput,
1049
+ cb: (err: any, data?: GetObjectTorrentCommandOutput) => void
1050
+ ): void;
1051
+ getObjectTorrent(
1052
+ args: GetObjectTorrentCommandInput,
1053
+ options: __HttpHandlerOptions,
1054
+ cb: (err: any, data?: GetObjectTorrentCommandOutput) => void
1055
+ ): void;
1056
+ getPublicAccessBlock(
1057
+ args: GetPublicAccessBlockCommandInput,
1058
+ options?: __HttpHandlerOptions
1059
+ ): Promise<GetPublicAccessBlockCommandOutput>;
1060
+ getPublicAccessBlock(
1061
+ args: GetPublicAccessBlockCommandInput,
1062
+ cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
1063
+ ): void;
1064
+ getPublicAccessBlock(
1065
+ args: GetPublicAccessBlockCommandInput,
1066
+ options: __HttpHandlerOptions,
1067
+ cb: (err: any, data?: GetPublicAccessBlockCommandOutput) => void
1068
+ ): void;
1069
+ headBucket(
1070
+ args: HeadBucketCommandInput,
1071
+ options?: __HttpHandlerOptions
1072
+ ): Promise<HeadBucketCommandOutput>;
1073
+ headBucket(
1074
+ args: HeadBucketCommandInput,
1075
+ cb: (err: any, data?: HeadBucketCommandOutput) => void
1076
+ ): void;
1077
+ headBucket(
1078
+ args: HeadBucketCommandInput,
1079
+ options: __HttpHandlerOptions,
1080
+ cb: (err: any, data?: HeadBucketCommandOutput) => void
1081
+ ): void;
1082
+ headObject(
1083
+ args: HeadObjectCommandInput,
1084
+ options?: __HttpHandlerOptions
1085
+ ): Promise<HeadObjectCommandOutput>;
1086
+ headObject(
1087
+ args: HeadObjectCommandInput,
1088
+ cb: (err: any, data?: HeadObjectCommandOutput) => void
1089
+ ): void;
1090
+ headObject(
1091
+ args: HeadObjectCommandInput,
1092
+ options: __HttpHandlerOptions,
1093
+ cb: (err: any, data?: HeadObjectCommandOutput) => void
1094
+ ): void;
1095
+ listBucketAnalyticsConfigurations(
1096
+ args: ListBucketAnalyticsConfigurationsCommandInput,
1097
+ options?: __HttpHandlerOptions
1098
+ ): Promise<ListBucketAnalyticsConfigurationsCommandOutput>;
1099
+ listBucketAnalyticsConfigurations(
1100
+ args: ListBucketAnalyticsConfigurationsCommandInput,
1101
+ cb: (
1102
+ err: any,
1103
+ data?: ListBucketAnalyticsConfigurationsCommandOutput
1104
+ ) => void
1105
+ ): void;
1106
+ listBucketAnalyticsConfigurations(
1107
+ args: ListBucketAnalyticsConfigurationsCommandInput,
1108
+ options: __HttpHandlerOptions,
1109
+ cb: (
1110
+ err: any,
1111
+ data?: ListBucketAnalyticsConfigurationsCommandOutput
1112
+ ) => void
1113
+ ): void;
1114
+ listBucketIntelligentTieringConfigurations(
1115
+ args: ListBucketIntelligentTieringConfigurationsCommandInput,
1116
+ options?: __HttpHandlerOptions
1117
+ ): Promise<ListBucketIntelligentTieringConfigurationsCommandOutput>;
1118
+ listBucketIntelligentTieringConfigurations(
1119
+ args: ListBucketIntelligentTieringConfigurationsCommandInput,
1120
+ cb: (
1121
+ err: any,
1122
+ data?: ListBucketIntelligentTieringConfigurationsCommandOutput
1123
+ ) => void
1124
+ ): void;
1125
+ listBucketIntelligentTieringConfigurations(
1126
+ args: ListBucketIntelligentTieringConfigurationsCommandInput,
1127
+ options: __HttpHandlerOptions,
1128
+ cb: (
1129
+ err: any,
1130
+ data?: ListBucketIntelligentTieringConfigurationsCommandOutput
1131
+ ) => void
1132
+ ): void;
1133
+ listBucketInventoryConfigurations(
1134
+ args: ListBucketInventoryConfigurationsCommandInput,
1135
+ options?: __HttpHandlerOptions
1136
+ ): Promise<ListBucketInventoryConfigurationsCommandOutput>;
1137
+ listBucketInventoryConfigurations(
1138
+ args: ListBucketInventoryConfigurationsCommandInput,
1139
+ cb: (
1140
+ err: any,
1141
+ data?: ListBucketInventoryConfigurationsCommandOutput
1142
+ ) => void
1143
+ ): void;
1144
+ listBucketInventoryConfigurations(
1145
+ args: ListBucketInventoryConfigurationsCommandInput,
1146
+ options: __HttpHandlerOptions,
1147
+ cb: (
1148
+ err: any,
1149
+ data?: ListBucketInventoryConfigurationsCommandOutput
1150
+ ) => void
1151
+ ): void;
1152
+ listBucketMetricsConfigurations(
1153
+ args: ListBucketMetricsConfigurationsCommandInput,
1154
+ options?: __HttpHandlerOptions
1155
+ ): Promise<ListBucketMetricsConfigurationsCommandOutput>;
1156
+ listBucketMetricsConfigurations(
1157
+ args: ListBucketMetricsConfigurationsCommandInput,
1158
+ cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void
1159
+ ): void;
1160
+ listBucketMetricsConfigurations(
1161
+ args: ListBucketMetricsConfigurationsCommandInput,
1162
+ options: __HttpHandlerOptions,
1163
+ cb: (err: any, data?: ListBucketMetricsConfigurationsCommandOutput) => void
1164
+ ): void;
1165
+ listBuckets(
1166
+ args: ListBucketsCommandInput,
1167
+ options?: __HttpHandlerOptions
1168
+ ): Promise<ListBucketsCommandOutput>;
1169
+ listBuckets(
1170
+ args: ListBucketsCommandInput,
1171
+ cb: (err: any, data?: ListBucketsCommandOutput) => void
1172
+ ): void;
1173
+ listBuckets(
1174
+ args: ListBucketsCommandInput,
1175
+ options: __HttpHandlerOptions,
1176
+ cb: (err: any, data?: ListBucketsCommandOutput) => void
1177
+ ): void;
1178
+ listMultipartUploads(
1179
+ args: ListMultipartUploadsCommandInput,
1180
+ options?: __HttpHandlerOptions
1181
+ ): Promise<ListMultipartUploadsCommandOutput>;
1182
+ listMultipartUploads(
1183
+ args: ListMultipartUploadsCommandInput,
1184
+ cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void
1185
+ ): void;
1186
+ listMultipartUploads(
1187
+ args: ListMultipartUploadsCommandInput,
1188
+ options: __HttpHandlerOptions,
1189
+ cb: (err: any, data?: ListMultipartUploadsCommandOutput) => void
1190
+ ): void;
1191
+ listObjects(
1192
+ args: ListObjectsCommandInput,
1193
+ options?: __HttpHandlerOptions
1194
+ ): Promise<ListObjectsCommandOutput>;
1195
+ listObjects(
1196
+ args: ListObjectsCommandInput,
1197
+ cb: (err: any, data?: ListObjectsCommandOutput) => void
1198
+ ): void;
1199
+ listObjects(
1200
+ args: ListObjectsCommandInput,
1201
+ options: __HttpHandlerOptions,
1202
+ cb: (err: any, data?: ListObjectsCommandOutput) => void
1203
+ ): void;
1204
+ listObjectsV2(
1205
+ args: ListObjectsV2CommandInput,
1206
+ options?: __HttpHandlerOptions
1207
+ ): Promise<ListObjectsV2CommandOutput>;
1208
+ listObjectsV2(
1209
+ args: ListObjectsV2CommandInput,
1210
+ cb: (err: any, data?: ListObjectsV2CommandOutput) => void
1211
+ ): void;
1212
+ listObjectsV2(
1213
+ args: ListObjectsV2CommandInput,
1214
+ options: __HttpHandlerOptions,
1215
+ cb: (err: any, data?: ListObjectsV2CommandOutput) => void
1216
+ ): void;
1217
+ listObjectVersions(
1218
+ args: ListObjectVersionsCommandInput,
1219
+ options?: __HttpHandlerOptions
1220
+ ): Promise<ListObjectVersionsCommandOutput>;
1221
+ listObjectVersions(
1222
+ args: ListObjectVersionsCommandInput,
1223
+ cb: (err: any, data?: ListObjectVersionsCommandOutput) => void
1224
+ ): void;
1225
+ listObjectVersions(
1226
+ args: ListObjectVersionsCommandInput,
1227
+ options: __HttpHandlerOptions,
1228
+ cb: (err: any, data?: ListObjectVersionsCommandOutput) => void
1229
+ ): void;
1230
+ listParts(
1231
+ args: ListPartsCommandInput,
1232
+ options?: __HttpHandlerOptions
1233
+ ): Promise<ListPartsCommandOutput>;
1234
+ listParts(
1235
+ args: ListPartsCommandInput,
1236
+ cb: (err: any, data?: ListPartsCommandOutput) => void
1237
+ ): void;
1238
+ listParts(
1239
+ args: ListPartsCommandInput,
1240
+ options: __HttpHandlerOptions,
1241
+ cb: (err: any, data?: ListPartsCommandOutput) => void
1242
+ ): void;
1243
+ putBucketAccelerateConfiguration(
1244
+ args: PutBucketAccelerateConfigurationCommandInput,
1245
+ options?: __HttpHandlerOptions
1246
+ ): Promise<PutBucketAccelerateConfigurationCommandOutput>;
1247
+ putBucketAccelerateConfiguration(
1248
+ args: PutBucketAccelerateConfigurationCommandInput,
1249
+ cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void
1250
+ ): void;
1251
+ putBucketAccelerateConfiguration(
1252
+ args: PutBucketAccelerateConfigurationCommandInput,
1253
+ options: __HttpHandlerOptions,
1254
+ cb: (err: any, data?: PutBucketAccelerateConfigurationCommandOutput) => void
1255
+ ): void;
1256
+ putBucketAcl(
1257
+ args: PutBucketAclCommandInput,
1258
+ options?: __HttpHandlerOptions
1259
+ ): Promise<PutBucketAclCommandOutput>;
1260
+ putBucketAcl(
1261
+ args: PutBucketAclCommandInput,
1262
+ cb: (err: any, data?: PutBucketAclCommandOutput) => void
1263
+ ): void;
1264
+ putBucketAcl(
1265
+ args: PutBucketAclCommandInput,
1266
+ options: __HttpHandlerOptions,
1267
+ cb: (err: any, data?: PutBucketAclCommandOutput) => void
1268
+ ): void;
1269
+ putBucketAnalyticsConfiguration(
1270
+ args: PutBucketAnalyticsConfigurationCommandInput,
1271
+ options?: __HttpHandlerOptions
1272
+ ): Promise<PutBucketAnalyticsConfigurationCommandOutput>;
1273
+ putBucketAnalyticsConfiguration(
1274
+ args: PutBucketAnalyticsConfigurationCommandInput,
1275
+ cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void
1276
+ ): void;
1277
+ putBucketAnalyticsConfiguration(
1278
+ args: PutBucketAnalyticsConfigurationCommandInput,
1279
+ options: __HttpHandlerOptions,
1280
+ cb: (err: any, data?: PutBucketAnalyticsConfigurationCommandOutput) => void
1281
+ ): void;
1282
+ putBucketCors(
1283
+ args: PutBucketCorsCommandInput,
1284
+ options?: __HttpHandlerOptions
1285
+ ): Promise<PutBucketCorsCommandOutput>;
1286
+ putBucketCors(
1287
+ args: PutBucketCorsCommandInput,
1288
+ cb: (err: any, data?: PutBucketCorsCommandOutput) => void
1289
+ ): void;
1290
+ putBucketCors(
1291
+ args: PutBucketCorsCommandInput,
1292
+ options: __HttpHandlerOptions,
1293
+ cb: (err: any, data?: PutBucketCorsCommandOutput) => void
1294
+ ): void;
1295
+ putBucketEncryption(
1296
+ args: PutBucketEncryptionCommandInput,
1297
+ options?: __HttpHandlerOptions
1298
+ ): Promise<PutBucketEncryptionCommandOutput>;
1299
+ putBucketEncryption(
1300
+ args: PutBucketEncryptionCommandInput,
1301
+ cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void
1302
+ ): void;
1303
+ putBucketEncryption(
1304
+ args: PutBucketEncryptionCommandInput,
1305
+ options: __HttpHandlerOptions,
1306
+ cb: (err: any, data?: PutBucketEncryptionCommandOutput) => void
1307
+ ): void;
1308
+ putBucketIntelligentTieringConfiguration(
1309
+ args: PutBucketIntelligentTieringConfigurationCommandInput,
1310
+ options?: __HttpHandlerOptions
1311
+ ): Promise<PutBucketIntelligentTieringConfigurationCommandOutput>;
1312
+ putBucketIntelligentTieringConfiguration(
1313
+ args: PutBucketIntelligentTieringConfigurationCommandInput,
1314
+ cb: (
1315
+ err: any,
1316
+ data?: PutBucketIntelligentTieringConfigurationCommandOutput
1317
+ ) => void
1318
+ ): void;
1319
+ putBucketIntelligentTieringConfiguration(
1320
+ args: PutBucketIntelligentTieringConfigurationCommandInput,
1321
+ options: __HttpHandlerOptions,
1322
+ cb: (
1323
+ err: any,
1324
+ data?: PutBucketIntelligentTieringConfigurationCommandOutput
1325
+ ) => void
1326
+ ): void;
1327
+ putBucketInventoryConfiguration(
1328
+ args: PutBucketInventoryConfigurationCommandInput,
1329
+ options?: __HttpHandlerOptions
1330
+ ): Promise<PutBucketInventoryConfigurationCommandOutput>;
1331
+ putBucketInventoryConfiguration(
1332
+ args: PutBucketInventoryConfigurationCommandInput,
1333
+ cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void
1334
+ ): void;
1335
+ putBucketInventoryConfiguration(
1336
+ args: PutBucketInventoryConfigurationCommandInput,
1337
+ options: __HttpHandlerOptions,
1338
+ cb: (err: any, data?: PutBucketInventoryConfigurationCommandOutput) => void
1339
+ ): void;
1340
+ putBucketLifecycleConfiguration(
1341
+ args: PutBucketLifecycleConfigurationCommandInput,
1342
+ options?: __HttpHandlerOptions
1343
+ ): Promise<PutBucketLifecycleConfigurationCommandOutput>;
1344
+ putBucketLifecycleConfiguration(
1345
+ args: PutBucketLifecycleConfigurationCommandInput,
1346
+ cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
1347
+ ): void;
1348
+ putBucketLifecycleConfiguration(
1349
+ args: PutBucketLifecycleConfigurationCommandInput,
1350
+ options: __HttpHandlerOptions,
1351
+ cb: (err: any, data?: PutBucketLifecycleConfigurationCommandOutput) => void
1352
+ ): void;
1353
+ putBucketLogging(
1354
+ args: PutBucketLoggingCommandInput,
1355
+ options?: __HttpHandlerOptions
1356
+ ): Promise<PutBucketLoggingCommandOutput>;
1357
+ putBucketLogging(
1358
+ args: PutBucketLoggingCommandInput,
1359
+ cb: (err: any, data?: PutBucketLoggingCommandOutput) => void
1360
+ ): void;
1361
+ putBucketLogging(
1362
+ args: PutBucketLoggingCommandInput,
1363
+ options: __HttpHandlerOptions,
1364
+ cb: (err: any, data?: PutBucketLoggingCommandOutput) => void
1365
+ ): void;
1366
+ putBucketMetricsConfiguration(
1367
+ args: PutBucketMetricsConfigurationCommandInput,
1368
+ options?: __HttpHandlerOptions
1369
+ ): Promise<PutBucketMetricsConfigurationCommandOutput>;
1370
+ putBucketMetricsConfiguration(
1371
+ args: PutBucketMetricsConfigurationCommandInput,
1372
+ cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void
1373
+ ): void;
1374
+ putBucketMetricsConfiguration(
1375
+ args: PutBucketMetricsConfigurationCommandInput,
1376
+ options: __HttpHandlerOptions,
1377
+ cb: (err: any, data?: PutBucketMetricsConfigurationCommandOutput) => void
1378
+ ): void;
1379
+ putBucketNotificationConfiguration(
1380
+ args: PutBucketNotificationConfigurationCommandInput,
1381
+ options?: __HttpHandlerOptions
1382
+ ): Promise<PutBucketNotificationConfigurationCommandOutput>;
1383
+ putBucketNotificationConfiguration(
1384
+ args: PutBucketNotificationConfigurationCommandInput,
1385
+ cb: (
1386
+ err: any,
1387
+ data?: PutBucketNotificationConfigurationCommandOutput
1388
+ ) => void
1389
+ ): void;
1390
+ putBucketNotificationConfiguration(
1391
+ args: PutBucketNotificationConfigurationCommandInput,
1392
+ options: __HttpHandlerOptions,
1393
+ cb: (
1394
+ err: any,
1395
+ data?: PutBucketNotificationConfigurationCommandOutput
1396
+ ) => void
1397
+ ): void;
1398
+ putBucketOwnershipControls(
1399
+ args: PutBucketOwnershipControlsCommandInput,
1400
+ options?: __HttpHandlerOptions
1401
+ ): Promise<PutBucketOwnershipControlsCommandOutput>;
1402
+ putBucketOwnershipControls(
1403
+ args: PutBucketOwnershipControlsCommandInput,
1404
+ cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void
1405
+ ): void;
1406
+ putBucketOwnershipControls(
1407
+ args: PutBucketOwnershipControlsCommandInput,
1408
+ options: __HttpHandlerOptions,
1409
+ cb: (err: any, data?: PutBucketOwnershipControlsCommandOutput) => void
1410
+ ): void;
1411
+ putBucketPolicy(
1412
+ args: PutBucketPolicyCommandInput,
1413
+ options?: __HttpHandlerOptions
1414
+ ): Promise<PutBucketPolicyCommandOutput>;
1415
+ putBucketPolicy(
1416
+ args: PutBucketPolicyCommandInput,
1417
+ cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
1418
+ ): void;
1419
+ putBucketPolicy(
1420
+ args: PutBucketPolicyCommandInput,
1421
+ options: __HttpHandlerOptions,
1422
+ cb: (err: any, data?: PutBucketPolicyCommandOutput) => void
1423
+ ): void;
1424
+ putBucketReplication(
1425
+ args: PutBucketReplicationCommandInput,
1426
+ options?: __HttpHandlerOptions
1427
+ ): Promise<PutBucketReplicationCommandOutput>;
1428
+ putBucketReplication(
1429
+ args: PutBucketReplicationCommandInput,
1430
+ cb: (err: any, data?: PutBucketReplicationCommandOutput) => void
1431
+ ): void;
1432
+ putBucketReplication(
1433
+ args: PutBucketReplicationCommandInput,
1434
+ options: __HttpHandlerOptions,
1435
+ cb: (err: any, data?: PutBucketReplicationCommandOutput) => void
1436
+ ): void;
1437
+ putBucketRequestPayment(
1438
+ args: PutBucketRequestPaymentCommandInput,
1439
+ options?: __HttpHandlerOptions
1440
+ ): Promise<PutBucketRequestPaymentCommandOutput>;
1441
+ putBucketRequestPayment(
1442
+ args: PutBucketRequestPaymentCommandInput,
1443
+ cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void
1444
+ ): void;
1445
+ putBucketRequestPayment(
1446
+ args: PutBucketRequestPaymentCommandInput,
1447
+ options: __HttpHandlerOptions,
1448
+ cb: (err: any, data?: PutBucketRequestPaymentCommandOutput) => void
1449
+ ): void;
1450
+ putBucketTagging(
1451
+ args: PutBucketTaggingCommandInput,
1452
+ options?: __HttpHandlerOptions
1453
+ ): Promise<PutBucketTaggingCommandOutput>;
1454
+ putBucketTagging(
1455
+ args: PutBucketTaggingCommandInput,
1456
+ cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
1457
+ ): void;
1458
+ putBucketTagging(
1459
+ args: PutBucketTaggingCommandInput,
1460
+ options: __HttpHandlerOptions,
1461
+ cb: (err: any, data?: PutBucketTaggingCommandOutput) => void
1462
+ ): void;
1463
+ putBucketVersioning(
1464
+ args: PutBucketVersioningCommandInput,
1465
+ options?: __HttpHandlerOptions
1466
+ ): Promise<PutBucketVersioningCommandOutput>;
1467
+ putBucketVersioning(
1468
+ args: PutBucketVersioningCommandInput,
1469
+ cb: (err: any, data?: PutBucketVersioningCommandOutput) => void
1470
+ ): void;
1471
+ putBucketVersioning(
1472
+ args: PutBucketVersioningCommandInput,
1473
+ options: __HttpHandlerOptions,
1474
+ cb: (err: any, data?: PutBucketVersioningCommandOutput) => void
1475
+ ): void;
1476
+ putBucketWebsite(
1477
+ args: PutBucketWebsiteCommandInput,
1478
+ options?: __HttpHandlerOptions
1479
+ ): Promise<PutBucketWebsiteCommandOutput>;
1480
+ putBucketWebsite(
1481
+ args: PutBucketWebsiteCommandInput,
1482
+ cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void
1483
+ ): void;
1484
+ putBucketWebsite(
1485
+ args: PutBucketWebsiteCommandInput,
1486
+ options: __HttpHandlerOptions,
1487
+ cb: (err: any, data?: PutBucketWebsiteCommandOutput) => void
1488
+ ): void;
1489
+ putObject(
1490
+ args: PutObjectCommandInput,
1491
+ options?: __HttpHandlerOptions
1492
+ ): Promise<PutObjectCommandOutput>;
1493
+ putObject(
1494
+ args: PutObjectCommandInput,
1495
+ cb: (err: any, data?: PutObjectCommandOutput) => void
1496
+ ): void;
1497
+ putObject(
1498
+ args: PutObjectCommandInput,
1499
+ options: __HttpHandlerOptions,
1500
+ cb: (err: any, data?: PutObjectCommandOutput) => void
1501
+ ): void;
1502
+ putObjectAcl(
1503
+ args: PutObjectAclCommandInput,
1504
+ options?: __HttpHandlerOptions
1505
+ ): Promise<PutObjectAclCommandOutput>;
1506
+ putObjectAcl(
1507
+ args: PutObjectAclCommandInput,
1508
+ cb: (err: any, data?: PutObjectAclCommandOutput) => void
1509
+ ): void;
1510
+ putObjectAcl(
1511
+ args: PutObjectAclCommandInput,
1512
+ options: __HttpHandlerOptions,
1513
+ cb: (err: any, data?: PutObjectAclCommandOutput) => void
1514
+ ): void;
1515
+ putObjectLegalHold(
1516
+ args: PutObjectLegalHoldCommandInput,
1517
+ options?: __HttpHandlerOptions
1518
+ ): Promise<PutObjectLegalHoldCommandOutput>;
1519
+ putObjectLegalHold(
1520
+ args: PutObjectLegalHoldCommandInput,
1521
+ cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void
1522
+ ): void;
1523
+ putObjectLegalHold(
1524
+ args: PutObjectLegalHoldCommandInput,
1525
+ options: __HttpHandlerOptions,
1526
+ cb: (err: any, data?: PutObjectLegalHoldCommandOutput) => void
1527
+ ): void;
1528
+ putObjectLockConfiguration(
1529
+ args: PutObjectLockConfigurationCommandInput,
1530
+ options?: __HttpHandlerOptions
1531
+ ): Promise<PutObjectLockConfigurationCommandOutput>;
1532
+ putObjectLockConfiguration(
1533
+ args: PutObjectLockConfigurationCommandInput,
1534
+ cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void
1535
+ ): void;
1536
+ putObjectLockConfiguration(
1537
+ args: PutObjectLockConfigurationCommandInput,
1538
+ options: __HttpHandlerOptions,
1539
+ cb: (err: any, data?: PutObjectLockConfigurationCommandOutput) => void
1540
+ ): void;
1541
+ putObjectRetention(
1542
+ args: PutObjectRetentionCommandInput,
1543
+ options?: __HttpHandlerOptions
1544
+ ): Promise<PutObjectRetentionCommandOutput>;
1545
+ putObjectRetention(
1546
+ args: PutObjectRetentionCommandInput,
1547
+ cb: (err: any, data?: PutObjectRetentionCommandOutput) => void
1548
+ ): void;
1549
+ putObjectRetention(
1550
+ args: PutObjectRetentionCommandInput,
1551
+ options: __HttpHandlerOptions,
1552
+ cb: (err: any, data?: PutObjectRetentionCommandOutput) => void
1553
+ ): void;
1554
+ putObjectTagging(
1555
+ args: PutObjectTaggingCommandInput,
1556
+ options?: __HttpHandlerOptions
1557
+ ): Promise<PutObjectTaggingCommandOutput>;
1558
+ putObjectTagging(
1559
+ args: PutObjectTaggingCommandInput,
1560
+ cb: (err: any, data?: PutObjectTaggingCommandOutput) => void
1561
+ ): void;
1562
+ putObjectTagging(
1563
+ args: PutObjectTaggingCommandInput,
1564
+ options: __HttpHandlerOptions,
1565
+ cb: (err: any, data?: PutObjectTaggingCommandOutput) => void
1566
+ ): void;
1567
+ putPublicAccessBlock(
1568
+ args: PutPublicAccessBlockCommandInput,
1569
+ options?: __HttpHandlerOptions
1570
+ ): Promise<PutPublicAccessBlockCommandOutput>;
1571
+ putPublicAccessBlock(
1572
+ args: PutPublicAccessBlockCommandInput,
1573
+ cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
1574
+ ): void;
1575
+ putPublicAccessBlock(
1576
+ args: PutPublicAccessBlockCommandInput,
1577
+ options: __HttpHandlerOptions,
1578
+ cb: (err: any, data?: PutPublicAccessBlockCommandOutput) => void
1579
+ ): void;
1580
+ restoreObject(
1581
+ args: RestoreObjectCommandInput,
1582
+ options?: __HttpHandlerOptions
1583
+ ): Promise<RestoreObjectCommandOutput>;
1584
+ restoreObject(
1585
+ args: RestoreObjectCommandInput,
1586
+ cb: (err: any, data?: RestoreObjectCommandOutput) => void
1587
+ ): void;
1588
+ restoreObject(
1589
+ args: RestoreObjectCommandInput,
1590
+ options: __HttpHandlerOptions,
1591
+ cb: (err: any, data?: RestoreObjectCommandOutput) => void
1592
+ ): void;
1593
+ selectObjectContent(
1594
+ args: SelectObjectContentCommandInput,
1595
+ options?: __HttpHandlerOptions
1596
+ ): Promise<SelectObjectContentCommandOutput>;
1597
+ selectObjectContent(
1598
+ args: SelectObjectContentCommandInput,
1599
+ cb: (err: any, data?: SelectObjectContentCommandOutput) => void
1600
+ ): void;
1601
+ selectObjectContent(
1602
+ args: SelectObjectContentCommandInput,
1603
+ options: __HttpHandlerOptions,
1604
+ cb: (err: any, data?: SelectObjectContentCommandOutput) => void
1605
+ ): void;
1606
+ uploadPart(
1607
+ args: UploadPartCommandInput,
1608
+ options?: __HttpHandlerOptions
1609
+ ): Promise<UploadPartCommandOutput>;
1610
+ uploadPart(
1611
+ args: UploadPartCommandInput,
1612
+ cb: (err: any, data?: UploadPartCommandOutput) => void
1613
+ ): void;
1614
+ uploadPart(
1615
+ args: UploadPartCommandInput,
1616
+ options: __HttpHandlerOptions,
1617
+ cb: (err: any, data?: UploadPartCommandOutput) => void
1618
+ ): void;
1619
+ uploadPartCopy(
1620
+ args: UploadPartCopyCommandInput,
1621
+ options?: __HttpHandlerOptions
1622
+ ): Promise<UploadPartCopyCommandOutput>;
1623
+ uploadPartCopy(
1624
+ args: UploadPartCopyCommandInput,
1625
+ cb: (err: any, data?: UploadPartCopyCommandOutput) => void
1626
+ ): void;
1627
+ uploadPartCopy(
1628
+ args: UploadPartCopyCommandInput,
1629
+ options: __HttpHandlerOptions,
1630
+ cb: (err: any, data?: UploadPartCopyCommandOutput) => void
1631
+ ): void;
1632
+ writeGetObjectResponse(
1633
+ args: WriteGetObjectResponseCommandInput,
1634
+ options?: __HttpHandlerOptions
1635
+ ): Promise<WriteGetObjectResponseCommandOutput>;
1636
+ writeGetObjectResponse(
1637
+ args: WriteGetObjectResponseCommandInput,
1638
+ cb: (err: any, data?: WriteGetObjectResponseCommandOutput) => void
1639
+ ): void;
1640
+ writeGetObjectResponse(
1641
+ args: WriteGetObjectResponseCommandInput,
1642
+ options: __HttpHandlerOptions,
1643
+ cb: (err: any, data?: WriteGetObjectResponseCommandOutput) => void
1644
+ ): void;
1645
+ }
1646
+ export declare class S3 extends S3Client implements S3 {}