@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,260 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { CompleteMultipartUploadOutput, CompleteMultipartUploadRequest } from "../models/models_0";
5
+ import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CompleteMultipartUploadCommand}.
14
+ */
15
+ export interface CompleteMultipartUploadCommandInput extends CompleteMultipartUploadRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CompleteMultipartUploadCommand}.
21
+ */
22
+ export interface CompleteMultipartUploadCommandOutput extends CompleteMultipartUploadOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Completes a multipart upload by assembling previously uploaded parts.</p>
27
+ * <p>You first initiate the multipart upload and then upload all parts using the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
28
+ * operation. After successfully uploading all relevant parts of an upload, you call this
29
+ * action to complete the upload. Upon receiving this request, Amazon S3 concatenates all the
30
+ * parts in ascending order by part number to create a new object. In the Complete Multipart
31
+ * Upload request, you must provide the parts list. You must ensure that the parts list is
32
+ * complete. This action concatenates the parts that you provide in the list. For each part in
33
+ * the list, you must provide the part number and the <code>ETag</code> value, returned after
34
+ * that part was uploaded.</p>
35
+ * <p>Processing of a Complete Multipart Upload request could take several minutes to
36
+ * complete. After Amazon S3 begins processing the request, it sends an HTTP response header that
37
+ * specifies a 200 OK response. While processing is in progress, Amazon S3 periodically sends white
38
+ * space characters to keep the connection from timing out. A request could fail after the
39
+ * initial 200 OK response has been sent. This means that a <code>200 OK</code> response can
40
+ * contain either a success or an error. If you call the S3 API directly, make sure to design
41
+ * your application to parse the contents of the response and handle it appropriately. If you
42
+ * use Amazon Web Services SDKs, SDKs handle this condition. The SDKs detect the embedded error and apply
43
+ * error handling per your configuration settings (including automatically retrying the
44
+ * request as appropriate). If the condition persists, the SDKs throws an exception (or, for
45
+ * the SDKs that don't use exceptions, they return the error). </p>
46
+ * <p>Note that if <code>CompleteMultipartUpload</code> fails, applications should be prepared
47
+ * to retry the failed requests. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ErrorBestPractices.html">Amazon S3 Error Best
48
+ * Practices</a>.</p>
49
+ * <important>
50
+ * <p>You cannot use <code>Content-Type: application/x-www-form-urlencoded</code> with
51
+ * Complete Multipart Upload requests. Also, if you do not provide a
52
+ * <code>Content-Type</code> header, <code>CompleteMultipartUpload</code> returns a 200
53
+ * OK response.</p>
54
+ * </important>
55
+ * <p>For more information about multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html">Uploading Objects Using Multipart
56
+ * Upload</a>.</p>
57
+ * <p>For information about permissions required to use the multipart upload API, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload
58
+ * and Permissions</a>.</p>
59
+ * <p>
60
+ * <code>CompleteMultipartUpload</code> has the following special errors:</p>
61
+ * <ul>
62
+ * <li>
63
+ * <p>Error code: <code>EntityTooSmall</code>
64
+ * </p>
65
+ * <ul>
66
+ * <li>
67
+ * <p>Description: Your proposed upload is smaller than the minimum allowed object
68
+ * size. Each part must be at least 5 MB in size, except the last part.</p>
69
+ * </li>
70
+ * <li>
71
+ * <p>400 Bad Request</p>
72
+ * </li>
73
+ * </ul>
74
+ * </li>
75
+ * <li>
76
+ * <p>Error code: <code>InvalidPart</code>
77
+ * </p>
78
+ * <ul>
79
+ * <li>
80
+ * <p>Description: One or more of the specified parts could not be found. The part
81
+ * might not have been uploaded, or the specified entity tag might not have
82
+ * matched the part's entity tag.</p>
83
+ * </li>
84
+ * <li>
85
+ * <p>400 Bad Request</p>
86
+ * </li>
87
+ * </ul>
88
+ * </li>
89
+ * <li>
90
+ * <p>Error code: <code>InvalidPartOrder</code>
91
+ * </p>
92
+ * <ul>
93
+ * <li>
94
+ * <p>Description: The list of parts was not in ascending order. The parts list
95
+ * must be specified in order by part number.</p>
96
+ * </li>
97
+ * <li>
98
+ * <p>400 Bad Request</p>
99
+ * </li>
100
+ * </ul>
101
+ * </li>
102
+ * <li>
103
+ * <p>Error code: <code>NoSuchUpload</code>
104
+ * </p>
105
+ * <ul>
106
+ * <li>
107
+ * <p>Description: The specified multipart upload does not exist. The upload ID
108
+ * might be invalid, or the multipart upload might have been aborted or
109
+ * completed.</p>
110
+ * </li>
111
+ * <li>
112
+ * <p>404 Not Found</p>
113
+ * </li>
114
+ * </ul>
115
+ * </li>
116
+ * </ul>
117
+ * <p>The following operations are related to <code>CompleteMultipartUpload</code>:</p>
118
+ * <ul>
119
+ * <li>
120
+ * <p>
121
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>
122
+ * </p>
123
+ * </li>
124
+ * <li>
125
+ * <p>
126
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
127
+ * </p>
128
+ * </li>
129
+ * <li>
130
+ * <p>
131
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html">AbortMultipartUpload</a>
132
+ * </p>
133
+ * </li>
134
+ * <li>
135
+ * <p>
136
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html">ListParts</a>
137
+ * </p>
138
+ * </li>
139
+ * <li>
140
+ * <p>
141
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html">ListMultipartUploads</a>
142
+ * </p>
143
+ * </li>
144
+ * </ul>
145
+ * @example
146
+ * Use a bare-bones client and the command you need to make an API call.
147
+ * ```javascript
148
+ * import { S3Client, CompleteMultipartUploadCommand } from "@aws-sdk/client-s3"; // ES Modules import
149
+ * // const { S3Client, CompleteMultipartUploadCommand } = require("@aws-sdk/client-s3"); // CommonJS import
150
+ * const client = new S3Client(config);
151
+ * const input = { // CompleteMultipartUploadRequest
152
+ * Bucket: "STRING_VALUE", // required
153
+ * Key: "STRING_VALUE", // required
154
+ * MultipartUpload: { // CompletedMultipartUpload
155
+ * Parts: [ // CompletedPartList
156
+ * { // CompletedPart
157
+ * ETag: "STRING_VALUE",
158
+ * ChecksumCRC32: "STRING_VALUE",
159
+ * ChecksumCRC32C: "STRING_VALUE",
160
+ * ChecksumSHA1: "STRING_VALUE",
161
+ * ChecksumSHA256: "STRING_VALUE",
162
+ * PartNumber: Number("int"),
163
+ * },
164
+ * ],
165
+ * },
166
+ * UploadId: "STRING_VALUE", // required
167
+ * ChecksumCRC32: "STRING_VALUE",
168
+ * ChecksumCRC32C: "STRING_VALUE",
169
+ * ChecksumSHA1: "STRING_VALUE",
170
+ * ChecksumSHA256: "STRING_VALUE",
171
+ * RequestPayer: "requester",
172
+ * ExpectedBucketOwner: "STRING_VALUE",
173
+ * SSECustomerAlgorithm: "STRING_VALUE",
174
+ * SSECustomerKey: "STRING_VALUE",
175
+ * SSECustomerKeyMD5: "STRING_VALUE",
176
+ * };
177
+ * const command = new CompleteMultipartUploadCommand(input);
178
+ * const response = await client.send(command);
179
+ * // { // CompleteMultipartUploadOutput
180
+ * // Location: "STRING_VALUE",
181
+ * // Bucket: "STRING_VALUE",
182
+ * // Key: "STRING_VALUE",
183
+ * // Expiration: "STRING_VALUE",
184
+ * // ETag: "STRING_VALUE",
185
+ * // ChecksumCRC32: "STRING_VALUE",
186
+ * // ChecksumCRC32C: "STRING_VALUE",
187
+ * // ChecksumSHA1: "STRING_VALUE",
188
+ * // ChecksumSHA256: "STRING_VALUE",
189
+ * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
190
+ * // VersionId: "STRING_VALUE",
191
+ * // SSEKMSKeyId: "STRING_VALUE",
192
+ * // BucketKeyEnabled: true || false,
193
+ * // RequestCharged: "requester",
194
+ * // };
195
+ *
196
+ * ```
197
+ *
198
+ * @param CompleteMultipartUploadCommandInput - {@link CompleteMultipartUploadCommandInput}
199
+ * @returns {@link CompleteMultipartUploadCommandOutput}
200
+ * @see {@link CompleteMultipartUploadCommandInput} for command's `input` shape.
201
+ * @see {@link CompleteMultipartUploadCommandOutput} for command's `response` shape.
202
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
203
+ *
204
+ * @throws {@link S3ServiceException}
205
+ * <p>Base exception class for all service exceptions from S3 service.</p>
206
+ *
207
+ * @example To complete multipart upload
208
+ * ```javascript
209
+ * // The following example completes a multipart upload.
210
+ * const input = {
211
+ * "Bucket": "examplebucket",
212
+ * "Key": "bigobject",
213
+ * "MultipartUpload": {
214
+ * "Parts": [
215
+ * {
216
+ * "ETag": "\"d8c2eafd90c266e19ab9dcacc479f8af\"",
217
+ * "PartNumber": "1"
218
+ * },
219
+ * {
220
+ * "ETag": "\"d8c2eafd90c266e19ab9dcacc479f8af\"",
221
+ * "PartNumber": "2"
222
+ * }
223
+ * ]
224
+ * },
225
+ * "UploadId": "7YPBOJuoFiQ9cz4P3Pe6FIZwO4f7wN93uHsNBEw97pl5eNwzExg0LAT2dUN91cOmrEQHDsP3WA60CEg--"
226
+ * };
227
+ * const command = new CompleteMultipartUploadCommand(input);
228
+ * const response = await client.send(command);
229
+ * /* response ==
230
+ * {
231
+ * "Bucket": "acexamplebucket",
232
+ * "ETag": "\"4d9031c7644d8081c2829f4ea23c55f7-2\"",
233
+ * "Key": "bigobject",
234
+ * "Location": "https://examplebucket.s3.<Region>.amazonaws.com/bigobject"
235
+ * }
236
+ * *\/
237
+ * // example id: to-complete-multipart-upload-1481851590483
238
+ * ```
239
+ *
240
+ */
241
+ export declare class CompleteMultipartUploadCommand extends $Command<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, S3ClientResolvedConfig> {
242
+ readonly input: CompleteMultipartUploadCommandInput;
243
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
244
+ /**
245
+ * @public
246
+ */
247
+ constructor(input: CompleteMultipartUploadCommandInput);
248
+ /**
249
+ * @internal
250
+ */
251
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput>;
252
+ /**
253
+ * @internal
254
+ */
255
+ private serialize;
256
+ /**
257
+ * @internal
258
+ */
259
+ private deserialize;
260
+ }
@@ -0,0 +1,370 @@
1
+ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
4
+ import { CopyObjectOutput, CopyObjectRequest } from "../models/models_0";
5
+ import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CopyObjectCommand}.
14
+ */
15
+ export interface CopyObjectCommandInput extends CopyObjectRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CopyObjectCommand}.
21
+ */
22
+ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBearer {
23
+ }
24
+ /**
25
+ * @public
26
+ * <p>Creates a copy of an object that is already stored in Amazon S3.</p>
27
+ * <note>
28
+ * <p>You can store individual objects of up to 5 TB in Amazon S3. You create a copy of your
29
+ * object up to 5 GB in size in a single atomic action using this API. However, to copy an
30
+ * object greater than 5 GB, you must use the multipart upload Upload Part - Copy
31
+ * (UploadPartCopy) API. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjctsUsingRESTMPUapi.html">Copy Object Using the
32
+ * REST Multipart Upload API</a>.</p>
33
+ * </note>
34
+ * <p>All copy requests must be authenticated. Additionally, you must have
35
+ * <i>read</i> access to the source object and <i>write</i>
36
+ * access to the destination bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST Authentication</a>. Both the
37
+ * Region that you want to copy the object from and the Region that you want to copy the
38
+ * object to must be enabled for your account.</p>
39
+ * <p>A copy request might return an error when Amazon S3 receives the copy request or while Amazon S3
40
+ * is copying the files. If the error occurs before the copy action starts, you receive a
41
+ * standard Amazon S3 error. If the error occurs during the copy operation, the error response is
42
+ * embedded in the <code>200 OK</code> response. This means that a <code>200 OK</code>
43
+ * response can contain either a success or an error. If you call the S3 API directly, make
44
+ * sure to design your application to parse the contents of the response and handle it
45
+ * appropriately. If you use Amazon Web Services SDKs, SDKs handle this condition. The SDKs detect the
46
+ * embedded error and apply error handling per your configuration settings (including
47
+ * automatically retrying the request as appropriate). If the condition persists, the SDKs
48
+ * throws an exception (or, for the SDKs that don't use exceptions, they return the
49
+ * error).</p>
50
+ * <p>If the copy is successful, you receive a response with information about the copied
51
+ * object.</p>
52
+ * <note>
53
+ * <p>If the request is an HTTP 1.1 request, the response is chunk encoded. If it were not,
54
+ * it would not contain the content-length, and you would need to read the entire
55
+ * body.</p>
56
+ * </note>
57
+ * <p>The copy request charge is based on the storage class and Region that you specify for
58
+ * the destination object. For pricing information, see <a href="http://aws.amazon.com/s3/pricing/">Amazon S3 pricing</a>.</p>
59
+ * <important>
60
+ * <p>Amazon S3 transfer acceleration does not support cross-Region copies. If you request a
61
+ * cross-Region copy using a transfer acceleration endpoint, you get a 400 <code>Bad
62
+ * Request</code> error. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html">Transfer
63
+ * Acceleration</a>.</p>
64
+ * </important>
65
+ * <dl>
66
+ * <dt>Metadata</dt>
67
+ * <dd>
68
+ * <p>When copying an object, you can preserve all metadata (the default) or specify new metadata.
69
+ * However, the access control list (ACL) is not preserved and is set to private for the user making the request. To
70
+ * override the default ACL setting, specify a new ACL when generating a copy request. For
71
+ * more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3_ACLs_UsingACLs.html">Using ACLs</a>. </p>
72
+ * <p>To specify whether you want the object metadata copied from the source object or
73
+ * replaced with metadata provided in the request, you can optionally add the
74
+ * <code>x-amz-metadata-directive</code> header. When you grant permissions, you can use
75
+ * the <code>s3:x-amz-metadata-directive</code> condition key to enforce certain metadata
76
+ * behavior when objects are uploaded. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/amazon-s3-policy-keys.html">Specifying Conditions in a
77
+ * Policy</a> in the <i>Amazon S3 User Guide</i>. For a complete list of
78
+ * Amazon S3-specific condition keys, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/list_amazons3.html">Actions, Resources, and Condition Keys for
79
+ * Amazon S3</a>.</p>
80
+ * <note>
81
+ * <p>
82
+ * <code>x-amz-website-redirect-location</code> is unique to each object and must be
83
+ * specified in the request headers to copy the value.</p>
84
+ * </note>
85
+ * </dd>
86
+ * <dt>x-amz-copy-source-if Headers</dt>
87
+ * <dd>
88
+ * <p>To only copy an object under certain conditions, such as whether the <code>Etag</code>
89
+ * matches or whether the object was modified before or after a specified date, use the
90
+ * following request parameters:</p>
91
+ * <ul>
92
+ * <li>
93
+ * <p>
94
+ * <code>x-amz-copy-source-if-match</code>
95
+ * </p>
96
+ * </li>
97
+ * <li>
98
+ * <p>
99
+ * <code>x-amz-copy-source-if-none-match</code>
100
+ * </p>
101
+ * </li>
102
+ * <li>
103
+ * <p>
104
+ * <code>x-amz-copy-source-if-unmodified-since</code>
105
+ * </p>
106
+ * </li>
107
+ * <li>
108
+ * <p>
109
+ * <code>x-amz-copy-source-if-modified-since</code>
110
+ * </p>
111
+ * </li>
112
+ * </ul>
113
+ * <p> If both the <code>x-amz-copy-source-if-match</code> and
114
+ * <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the request
115
+ * and evaluate as follows, Amazon S3 returns <code>200 OK</code> and copies the data:</p>
116
+ * <ul>
117
+ * <li>
118
+ * <p>
119
+ * <code>x-amz-copy-source-if-match</code> condition evaluates to true</p>
120
+ * </li>
121
+ * <li>
122
+ * <p>
123
+ * <code>x-amz-copy-source-if-unmodified-since</code> condition evaluates to
124
+ * false</p>
125
+ * </li>
126
+ * </ul>
127
+ * <p>If both the <code>x-amz-copy-source-if-none-match</code> and
128
+ * <code>x-amz-copy-source-if-modified-since</code> headers are present in the request and
129
+ * evaluate as follows, Amazon S3 returns the <code>412 Precondition Failed</code> response
130
+ * code:</p>
131
+ * <ul>
132
+ * <li>
133
+ * <p>
134
+ * <code>x-amz-copy-source-if-none-match</code> condition evaluates to false</p>
135
+ * </li>
136
+ * <li>
137
+ * <p>
138
+ * <code>x-amz-copy-source-if-modified-since</code> condition evaluates to
139
+ * true</p>
140
+ * </li>
141
+ * </ul>
142
+ * <note>
143
+ * <p>All headers with the <code>x-amz-</code> prefix, including
144
+ * <code>x-amz-copy-source</code>, must be signed.</p>
145
+ * </note>
146
+ * </dd>
147
+ * <dt>Server-side encryption</dt>
148
+ * <dd>
149
+ * <p>Amazon S3 automatically encrypts all new objects that are copied to an S3 bucket. When
150
+ * copying an object, if you don't specify encryption information in your copy
151
+ * request, the encryption setting of the target object is set to the default
152
+ * encryption configuration of the destination bucket. By default, all buckets have a
153
+ * base level of encryption configuration that uses server-side encryption with Amazon S3
154
+ * managed keys (SSE-S3). If the destination bucket has a default encryption
155
+ * configuration that uses server-side encryption with Key Management Service (KMS) keys
156
+ * (SSE-KMS), dual-layer server-side encryption with Amazon Web Services KMS keys (DSSE-KMS), or
157
+ * server-side encryption with customer-provided encryption keys (SSE-C), Amazon S3 uses
158
+ * the corresponding KMS key, or a customer-provided key to encrypt the target
159
+ * object copy.</p>
160
+ * <p>When you perform a <code>CopyObject</code> operation, if you want to use a different type
161
+ * of encryption setting for the target object, you can use other appropriate
162
+ * encryption-related headers to encrypt the target object with a KMS key, an Amazon S3 managed
163
+ * key, or a customer-provided key. With server-side encryption, Amazon S3 encrypts your data as it
164
+ * writes your data to disks in its data centers and decrypts the data when you access it. If the
165
+ * encryption setting in your request is different from the default encryption configuration
166
+ * of the destination bucket, the encryption setting in your request takes precedence. If the
167
+ * source object for the copy is stored in Amazon S3 using SSE-C, you must provide the necessary
168
+ * encryption information in your request so that Amazon S3 can decrypt the object for copying. For
169
+ * more information about server-side encryption, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Using Server-Side
170
+ * Encryption</a>.</p>
171
+ * <p>If a target object uses SSE-KMS, you can enable an S3 Bucket Key for the
172
+ * object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html">Amazon S3 Bucket Keys</a> in the
173
+ * <i>Amazon S3 User Guide</i>.</p>
174
+ * </dd>
175
+ * <dt>Access Control List (ACL)-Specific Request
176
+ * Headers</dt>
177
+ * <dd>
178
+ * <p>When copying an object, you can optionally use headers to grant ACL-based permissions.
179
+ * By default, all objects are private. Only the owner has full access control. When adding a
180
+ * new object, you can grant permissions to individual Amazon Web Services accounts or to predefined groups
181
+ * that are defined by Amazon S3. These permissions are then added to the ACL on the object. For more
182
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL) Overview</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-using-rest-api.html">Managing ACLs Using the REST
183
+ * API</a>. </p>
184
+ * <p>If the bucket that you're copying objects to uses the bucket owner enforced setting for
185
+ * S3 Object Ownership, ACLs are disabled and no longer affect permissions. Buckets that use
186
+ * this setting only accept <code>PUT</code> requests that don't specify an ACL or <code>PUT</code> requests that
187
+ * specify bucket owner full control ACLs, such as the <code>bucket-owner-full-control</code>
188
+ * canned ACL or an equivalent form of this ACL expressed in the XML format.</p>
189
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling ownership of
190
+ * objects and disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
191
+ * <note>
192
+ * <p>If your bucket uses the bucket owner enforced setting for Object Ownership, all
193
+ * objects written to the bucket by any account will be owned by the bucket owner.</p>
194
+ * </note>
195
+ * </dd>
196
+ * <dt>Checksums</dt>
197
+ * <dd>
198
+ * <p>When copying an object, if it has a checksum, that checksum will be copied to the new
199
+ * object by default. When you copy the object over, you can optionally specify a different
200
+ * checksum algorithm to use with the <code>x-amz-checksum-algorithm</code> header.</p>
201
+ * </dd>
202
+ * <dt>Storage Class Options</dt>
203
+ * <dd>
204
+ * <p>You can use the <code>CopyObject</code> action to change the storage class of an object
205
+ * that is already stored in Amazon S3 by using the <code>StorageClass</code> parameter. For more
206
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in the
207
+ * <i>Amazon S3 User Guide</i>.</p>
208
+ * <p>If the source object's storage class is GLACIER, you must restore a copy of
209
+ * this object before you can use it as a source object for the copy operation. For
210
+ * more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html">RestoreObject</a>. For
211
+ * more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjectsExamples.html">Copying
212
+ * Objects</a>.</p>
213
+ * </dd>
214
+ * <dt>Versioning</dt>
215
+ * <dd>
216
+ * <p>By default, <code>x-amz-copy-source</code> header identifies the current version of an object
217
+ * to copy. If the current version is a delete marker, Amazon S3 behaves as if the object was
218
+ * deleted. To copy a different version, use the <code>versionId</code> subresource.</p>
219
+ * <p>If you enable versioning on the target bucket, Amazon S3 generates a unique version ID for
220
+ * the object being copied. This version ID is different from the version ID of the source
221
+ * object. Amazon S3 returns the version ID of the copied object in the
222
+ * <code>x-amz-version-id</code> response header in the response.</p>
223
+ * <p>If you do not enable versioning or suspend it on the target bucket, the version ID that
224
+ * Amazon S3 generates is always null.</p>
225
+ * </dd>
226
+ * </dl>
227
+ * <p>The following operations are related to <code>CopyObject</code>:</p>
228
+ * <ul>
229
+ * <li>
230
+ * <p>
231
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html">PutObject</a>
232
+ * </p>
233
+ * </li>
234
+ * <li>
235
+ * <p>
236
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>
237
+ * </p>
238
+ * </li>
239
+ * </ul>
240
+ * @example
241
+ * Use a bare-bones client and the command you need to make an API call.
242
+ * ```javascript
243
+ * import { S3Client, CopyObjectCommand } from "@aws-sdk/client-s3"; // ES Modules import
244
+ * // const { S3Client, CopyObjectCommand } = require("@aws-sdk/client-s3"); // CommonJS import
245
+ * const client = new S3Client(config);
246
+ * const input = { // CopyObjectRequest
247
+ * ACL: "private" || "public-read" || "public-read-write" || "authenticated-read" || "aws-exec-read" || "bucket-owner-read" || "bucket-owner-full-control",
248
+ * Bucket: "STRING_VALUE", // required
249
+ * CacheControl: "STRING_VALUE",
250
+ * ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
251
+ * ContentDisposition: "STRING_VALUE",
252
+ * ContentEncoding: "STRING_VALUE",
253
+ * ContentLanguage: "STRING_VALUE",
254
+ * ContentType: "STRING_VALUE",
255
+ * CopySource: "STRING_VALUE", // required
256
+ * CopySourceIfMatch: "STRING_VALUE",
257
+ * CopySourceIfModifiedSince: new Date("TIMESTAMP"),
258
+ * CopySourceIfNoneMatch: "STRING_VALUE",
259
+ * CopySourceIfUnmodifiedSince: new Date("TIMESTAMP"),
260
+ * Expires: new Date("TIMESTAMP"),
261
+ * GrantFullControl: "STRING_VALUE",
262
+ * GrantRead: "STRING_VALUE",
263
+ * GrantReadACP: "STRING_VALUE",
264
+ * GrantWriteACP: "STRING_VALUE",
265
+ * Key: "STRING_VALUE", // required
266
+ * Metadata: { // Metadata
267
+ * "<keys>": "STRING_VALUE",
268
+ * },
269
+ * MetadataDirective: "COPY" || "REPLACE",
270
+ * TaggingDirective: "COPY" || "REPLACE",
271
+ * ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
272
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW",
273
+ * WebsiteRedirectLocation: "STRING_VALUE",
274
+ * SSECustomerAlgorithm: "STRING_VALUE",
275
+ * SSECustomerKey: "STRING_VALUE",
276
+ * SSECustomerKeyMD5: "STRING_VALUE",
277
+ * SSEKMSKeyId: "STRING_VALUE",
278
+ * SSEKMSEncryptionContext: "STRING_VALUE",
279
+ * BucketKeyEnabled: true || false,
280
+ * CopySourceSSECustomerAlgorithm: "STRING_VALUE",
281
+ * CopySourceSSECustomerKey: "STRING_VALUE",
282
+ * CopySourceSSECustomerKeyMD5: "STRING_VALUE",
283
+ * RequestPayer: "requester",
284
+ * Tagging: "STRING_VALUE",
285
+ * ObjectLockMode: "GOVERNANCE" || "COMPLIANCE",
286
+ * ObjectLockRetainUntilDate: new Date("TIMESTAMP"),
287
+ * ObjectLockLegalHoldStatus: "ON" || "OFF",
288
+ * ExpectedBucketOwner: "STRING_VALUE",
289
+ * ExpectedSourceBucketOwner: "STRING_VALUE",
290
+ * };
291
+ * const command = new CopyObjectCommand(input);
292
+ * const response = await client.send(command);
293
+ * // { // CopyObjectOutput
294
+ * // CopyObjectResult: { // CopyObjectResult
295
+ * // ETag: "STRING_VALUE",
296
+ * // LastModified: new Date("TIMESTAMP"),
297
+ * // ChecksumCRC32: "STRING_VALUE",
298
+ * // ChecksumCRC32C: "STRING_VALUE",
299
+ * // ChecksumSHA1: "STRING_VALUE",
300
+ * // ChecksumSHA256: "STRING_VALUE",
301
+ * // },
302
+ * // Expiration: "STRING_VALUE",
303
+ * // CopySourceVersionId: "STRING_VALUE",
304
+ * // VersionId: "STRING_VALUE",
305
+ * // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
306
+ * // SSECustomerAlgorithm: "STRING_VALUE",
307
+ * // SSECustomerKeyMD5: "STRING_VALUE",
308
+ * // SSEKMSKeyId: "STRING_VALUE",
309
+ * // SSEKMSEncryptionContext: "STRING_VALUE",
310
+ * // BucketKeyEnabled: true || false,
311
+ * // RequestCharged: "requester",
312
+ * // };
313
+ *
314
+ * ```
315
+ *
316
+ * @param CopyObjectCommandInput - {@link CopyObjectCommandInput}
317
+ * @returns {@link CopyObjectCommandOutput}
318
+ * @see {@link CopyObjectCommandInput} for command's `input` shape.
319
+ * @see {@link CopyObjectCommandOutput} for command's `response` shape.
320
+ * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
321
+ *
322
+ * @throws {@link ObjectNotInActiveTierError} (client fault)
323
+ * <p>The source object of the COPY action is not in the active tier and is only stored in
324
+ * Amazon S3 Glacier.</p>
325
+ *
326
+ * @throws {@link S3ServiceException}
327
+ * <p>Base exception class for all service exceptions from S3 service.</p>
328
+ *
329
+ * @example To copy an object
330
+ * ```javascript
331
+ * // The following example copies an object from one bucket to another.
332
+ * const input = {
333
+ * "Bucket": "destinationbucket",
334
+ * "CopySource": "/sourcebucket/HappyFacejpg",
335
+ * "Key": "HappyFaceCopyjpg"
336
+ * };
337
+ * const command = new CopyObjectCommand(input);
338
+ * const response = await client.send(command);
339
+ * /* response ==
340
+ * {
341
+ * "CopyObjectResult": {
342
+ * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
343
+ * "LastModified": "2016-12-15T17:38:53.000Z"
344
+ * }
345
+ * }
346
+ * *\/
347
+ * // example id: to-copy-an-object-1481823186878
348
+ * ```
349
+ *
350
+ */
351
+ export declare class CopyObjectCommand extends $Command<CopyObjectCommandInput, CopyObjectCommandOutput, S3ClientResolvedConfig> {
352
+ readonly input: CopyObjectCommandInput;
353
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
354
+ /**
355
+ * @public
356
+ */
357
+ constructor(input: CopyObjectCommandInput);
358
+ /**
359
+ * @internal
360
+ */
361
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyObjectCommandInput, CopyObjectCommandOutput>;
362
+ /**
363
+ * @internal
364
+ */
365
+ private serialize;
366
+ /**
367
+ * @internal
368
+ */
369
+ private deserialize;
370
+ }