@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,2211 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { Readable } from "stream";
3
+ import { S3ServiceException as __BaseException } from "./S3ServiceException";
4
+ export interface AbortIncompleteMultipartUpload {
5
+ DaysAfterInitiation?: number;
6
+ }
7
+ export declare const RequestCharged: {
8
+ readonly requester: "requester";
9
+ };
10
+ export type RequestCharged =
11
+ (typeof RequestCharged)[keyof typeof RequestCharged];
12
+ export interface AbortMultipartUploadOutput {
13
+ RequestCharged?: RequestCharged | string;
14
+ }
15
+ export declare const RequestPayer: {
16
+ readonly requester: "requester";
17
+ };
18
+ export type RequestPayer = (typeof RequestPayer)[keyof typeof RequestPayer];
19
+ export interface AbortMultipartUploadRequest {
20
+ Bucket: string | undefined;
21
+ Key: string | undefined;
22
+ UploadId: string | undefined;
23
+ RequestPayer?: RequestPayer | string;
24
+ ExpectedBucketOwner?: string;
25
+ }
26
+ export declare class NoSuchUpload extends __BaseException {
27
+ readonly name: "NoSuchUpload";
28
+ readonly $fault: "client";
29
+ constructor(opts: __ExceptionOptionType<NoSuchUpload, __BaseException>);
30
+ }
31
+ export declare const BucketAccelerateStatus: {
32
+ readonly Enabled: "Enabled";
33
+ readonly Suspended: "Suspended";
34
+ };
35
+ export type BucketAccelerateStatus =
36
+ (typeof BucketAccelerateStatus)[keyof typeof BucketAccelerateStatus];
37
+ export interface AccelerateConfiguration {
38
+ Status?: BucketAccelerateStatus | string;
39
+ }
40
+ export declare const Type: {
41
+ readonly AmazonCustomerByEmail: "AmazonCustomerByEmail";
42
+ readonly CanonicalUser: "CanonicalUser";
43
+ readonly Group: "Group";
44
+ };
45
+ export type Type = (typeof Type)[keyof typeof Type];
46
+ export interface Grantee {
47
+ DisplayName?: string;
48
+ EmailAddress?: string;
49
+ ID?: string;
50
+ URI?: string;
51
+ Type: Type | string | undefined;
52
+ }
53
+ export declare const Permission: {
54
+ readonly FULL_CONTROL: "FULL_CONTROL";
55
+ readonly READ: "READ";
56
+ readonly READ_ACP: "READ_ACP";
57
+ readonly WRITE: "WRITE";
58
+ readonly WRITE_ACP: "WRITE_ACP";
59
+ };
60
+ export type Permission = (typeof Permission)[keyof typeof Permission];
61
+ export interface Grant {
62
+ Grantee?: Grantee;
63
+ Permission?: Permission | string;
64
+ }
65
+ export interface Owner {
66
+ DisplayName?: string;
67
+ ID?: string;
68
+ }
69
+ export interface AccessControlPolicy {
70
+ Grants?: Grant[];
71
+ Owner?: Owner;
72
+ }
73
+ export declare const OwnerOverride: {
74
+ readonly Destination: "Destination";
75
+ };
76
+ export type OwnerOverride = (typeof OwnerOverride)[keyof typeof OwnerOverride];
77
+ export interface AccessControlTranslation {
78
+ Owner: OwnerOverride | string | undefined;
79
+ }
80
+ export declare const ServerSideEncryption: {
81
+ readonly AES256: "AES256";
82
+ readonly aws_kms: "aws:kms";
83
+ readonly aws_kms_dsse: "aws:kms:dsse";
84
+ };
85
+ export type ServerSideEncryption =
86
+ (typeof ServerSideEncryption)[keyof typeof ServerSideEncryption];
87
+ export interface CompleteMultipartUploadOutput {
88
+ Location?: string;
89
+ Bucket?: string;
90
+ Key?: string;
91
+ Expiration?: string;
92
+ ETag?: string;
93
+ ChecksumCRC32?: string;
94
+ ChecksumCRC32C?: string;
95
+ ChecksumSHA1?: string;
96
+ ChecksumSHA256?: string;
97
+ ServerSideEncryption?: ServerSideEncryption | string;
98
+ VersionId?: string;
99
+ SSEKMSKeyId?: string;
100
+ BucketKeyEnabled?: boolean;
101
+ RequestCharged?: RequestCharged | string;
102
+ }
103
+ export interface CompletedPart {
104
+ ETag?: string;
105
+ ChecksumCRC32?: string;
106
+ ChecksumCRC32C?: string;
107
+ ChecksumSHA1?: string;
108
+ ChecksumSHA256?: string;
109
+ PartNumber?: number;
110
+ }
111
+ export interface CompletedMultipartUpload {
112
+ Parts?: CompletedPart[];
113
+ }
114
+ export interface CompleteMultipartUploadRequest {
115
+ Bucket: string | undefined;
116
+ Key: string | undefined;
117
+ MultipartUpload?: CompletedMultipartUpload;
118
+ UploadId: string | undefined;
119
+ ChecksumCRC32?: string;
120
+ ChecksumCRC32C?: string;
121
+ ChecksumSHA1?: string;
122
+ ChecksumSHA256?: string;
123
+ RequestPayer?: RequestPayer | string;
124
+ ExpectedBucketOwner?: string;
125
+ SSECustomerAlgorithm?: string;
126
+ SSECustomerKey?: string;
127
+ SSECustomerKeyMD5?: string;
128
+ }
129
+ export interface CopyObjectResult {
130
+ ETag?: string;
131
+ LastModified?: Date;
132
+ ChecksumCRC32?: string;
133
+ ChecksumCRC32C?: string;
134
+ ChecksumSHA1?: string;
135
+ ChecksumSHA256?: string;
136
+ }
137
+ export interface CopyObjectOutput {
138
+ CopyObjectResult?: CopyObjectResult;
139
+ Expiration?: string;
140
+ CopySourceVersionId?: string;
141
+ VersionId?: string;
142
+ ServerSideEncryption?: ServerSideEncryption | string;
143
+ SSECustomerAlgorithm?: string;
144
+ SSECustomerKeyMD5?: string;
145
+ SSEKMSKeyId?: string;
146
+ SSEKMSEncryptionContext?: string;
147
+ BucketKeyEnabled?: boolean;
148
+ RequestCharged?: RequestCharged | string;
149
+ }
150
+ export declare const ObjectCannedACL: {
151
+ readonly authenticated_read: "authenticated-read";
152
+ readonly aws_exec_read: "aws-exec-read";
153
+ readonly bucket_owner_full_control: "bucket-owner-full-control";
154
+ readonly bucket_owner_read: "bucket-owner-read";
155
+ readonly private: "private";
156
+ readonly public_read: "public-read";
157
+ readonly public_read_write: "public-read-write";
158
+ };
159
+ export type ObjectCannedACL =
160
+ (typeof ObjectCannedACL)[keyof typeof ObjectCannedACL];
161
+ export declare const ChecksumAlgorithm: {
162
+ readonly CRC32: "CRC32";
163
+ readonly CRC32C: "CRC32C";
164
+ readonly SHA1: "SHA1";
165
+ readonly SHA256: "SHA256";
166
+ };
167
+ export type ChecksumAlgorithm =
168
+ (typeof ChecksumAlgorithm)[keyof typeof ChecksumAlgorithm];
169
+ export declare const MetadataDirective: {
170
+ readonly COPY: "COPY";
171
+ readonly REPLACE: "REPLACE";
172
+ };
173
+ export type MetadataDirective =
174
+ (typeof MetadataDirective)[keyof typeof MetadataDirective];
175
+ export declare const ObjectLockLegalHoldStatus: {
176
+ readonly OFF: "OFF";
177
+ readonly ON: "ON";
178
+ };
179
+ export type ObjectLockLegalHoldStatus =
180
+ (typeof ObjectLockLegalHoldStatus)[keyof typeof ObjectLockLegalHoldStatus];
181
+ export declare const ObjectLockMode: {
182
+ readonly COMPLIANCE: "COMPLIANCE";
183
+ readonly GOVERNANCE: "GOVERNANCE";
184
+ };
185
+ export type ObjectLockMode =
186
+ (typeof ObjectLockMode)[keyof typeof ObjectLockMode];
187
+ export declare const StorageClass: {
188
+ readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
189
+ readonly GLACIER: "GLACIER";
190
+ readonly GLACIER_IR: "GLACIER_IR";
191
+ readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
192
+ readonly ONEZONE_IA: "ONEZONE_IA";
193
+ readonly OUTPOSTS: "OUTPOSTS";
194
+ readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
195
+ readonly SNOW: "SNOW";
196
+ readonly STANDARD: "STANDARD";
197
+ readonly STANDARD_IA: "STANDARD_IA";
198
+ };
199
+ export type StorageClass = (typeof StorageClass)[keyof typeof StorageClass];
200
+ export declare const TaggingDirective: {
201
+ readonly COPY: "COPY";
202
+ readonly REPLACE: "REPLACE";
203
+ };
204
+ export type TaggingDirective =
205
+ (typeof TaggingDirective)[keyof typeof TaggingDirective];
206
+ export interface CopyObjectRequest {
207
+ ACL?: ObjectCannedACL | string;
208
+ Bucket: string | undefined;
209
+ CacheControl?: string;
210
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
211
+ ContentDisposition?: string;
212
+ ContentEncoding?: string;
213
+ ContentLanguage?: string;
214
+ ContentType?: string;
215
+ CopySource: string | undefined;
216
+ CopySourceIfMatch?: string;
217
+ CopySourceIfModifiedSince?: Date;
218
+ CopySourceIfNoneMatch?: string;
219
+ CopySourceIfUnmodifiedSince?: Date;
220
+ Expires?: Date;
221
+ GrantFullControl?: string;
222
+ GrantRead?: string;
223
+ GrantReadACP?: string;
224
+ GrantWriteACP?: string;
225
+ Key: string | undefined;
226
+ Metadata?: Record<string, string>;
227
+ MetadataDirective?: MetadataDirective | string;
228
+ TaggingDirective?: TaggingDirective | string;
229
+ ServerSideEncryption?: ServerSideEncryption | string;
230
+ StorageClass?: StorageClass | string;
231
+ WebsiteRedirectLocation?: string;
232
+ SSECustomerAlgorithm?: string;
233
+ SSECustomerKey?: string;
234
+ SSECustomerKeyMD5?: string;
235
+ SSEKMSKeyId?: string;
236
+ SSEKMSEncryptionContext?: string;
237
+ BucketKeyEnabled?: boolean;
238
+ CopySourceSSECustomerAlgorithm?: string;
239
+ CopySourceSSECustomerKey?: string;
240
+ CopySourceSSECustomerKeyMD5?: string;
241
+ RequestPayer?: RequestPayer | string;
242
+ Tagging?: string;
243
+ ObjectLockMode?: ObjectLockMode | string;
244
+ ObjectLockRetainUntilDate?: Date;
245
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
246
+ ExpectedBucketOwner?: string;
247
+ ExpectedSourceBucketOwner?: string;
248
+ }
249
+ export declare class ObjectNotInActiveTierError extends __BaseException {
250
+ readonly name: "ObjectNotInActiveTierError";
251
+ readonly $fault: "client";
252
+ constructor(
253
+ opts: __ExceptionOptionType<ObjectNotInActiveTierError, __BaseException>
254
+ );
255
+ }
256
+ export declare class BucketAlreadyExists extends __BaseException {
257
+ readonly name: "BucketAlreadyExists";
258
+ readonly $fault: "client";
259
+ constructor(
260
+ opts: __ExceptionOptionType<BucketAlreadyExists, __BaseException>
261
+ );
262
+ }
263
+ export declare class BucketAlreadyOwnedByYou extends __BaseException {
264
+ readonly name: "BucketAlreadyOwnedByYou";
265
+ readonly $fault: "client";
266
+ constructor(
267
+ opts: __ExceptionOptionType<BucketAlreadyOwnedByYou, __BaseException>
268
+ );
269
+ }
270
+ export interface CreateBucketOutput {
271
+ Location?: string;
272
+ }
273
+ export declare const BucketCannedACL: {
274
+ readonly authenticated_read: "authenticated-read";
275
+ readonly private: "private";
276
+ readonly public_read: "public-read";
277
+ readonly public_read_write: "public-read-write";
278
+ };
279
+ export type BucketCannedACL =
280
+ (typeof BucketCannedACL)[keyof typeof BucketCannedACL];
281
+ export declare const BucketLocationConstraint: {
282
+ readonly EU: "EU";
283
+ readonly af_south_1: "af-south-1";
284
+ readonly ap_east_1: "ap-east-1";
285
+ readonly ap_northeast_1: "ap-northeast-1";
286
+ readonly ap_northeast_2: "ap-northeast-2";
287
+ readonly ap_northeast_3: "ap-northeast-3";
288
+ readonly ap_south_1: "ap-south-1";
289
+ readonly ap_southeast_1: "ap-southeast-1";
290
+ readonly ap_southeast_2: "ap-southeast-2";
291
+ readonly ap_southeast_3: "ap-southeast-3";
292
+ readonly ca_central_1: "ca-central-1";
293
+ readonly cn_north_1: "cn-north-1";
294
+ readonly cn_northwest_1: "cn-northwest-1";
295
+ readonly eu_central_1: "eu-central-1";
296
+ readonly eu_north_1: "eu-north-1";
297
+ readonly eu_south_1: "eu-south-1";
298
+ readonly eu_west_1: "eu-west-1";
299
+ readonly eu_west_2: "eu-west-2";
300
+ readonly eu_west_3: "eu-west-3";
301
+ readonly me_south_1: "me-south-1";
302
+ readonly sa_east_1: "sa-east-1";
303
+ readonly us_east_2: "us-east-2";
304
+ readonly us_gov_east_1: "us-gov-east-1";
305
+ readonly us_gov_west_1: "us-gov-west-1";
306
+ readonly us_west_1: "us-west-1";
307
+ readonly us_west_2: "us-west-2";
308
+ };
309
+ export type BucketLocationConstraint =
310
+ (typeof BucketLocationConstraint)[keyof typeof BucketLocationConstraint];
311
+ export interface CreateBucketConfiguration {
312
+ LocationConstraint?: BucketLocationConstraint | string;
313
+ }
314
+ export declare const ObjectOwnership: {
315
+ readonly BucketOwnerEnforced: "BucketOwnerEnforced";
316
+ readonly BucketOwnerPreferred: "BucketOwnerPreferred";
317
+ readonly ObjectWriter: "ObjectWriter";
318
+ };
319
+ export type ObjectOwnership =
320
+ (typeof ObjectOwnership)[keyof typeof ObjectOwnership];
321
+ export interface CreateBucketRequest {
322
+ ACL?: BucketCannedACL | string;
323
+ Bucket: string | undefined;
324
+ CreateBucketConfiguration?: CreateBucketConfiguration;
325
+ GrantFullControl?: string;
326
+ GrantRead?: string;
327
+ GrantReadACP?: string;
328
+ GrantWrite?: string;
329
+ GrantWriteACP?: string;
330
+ ObjectLockEnabledForBucket?: boolean;
331
+ ObjectOwnership?: ObjectOwnership | string;
332
+ }
333
+ export interface CreateMultipartUploadOutput {
334
+ AbortDate?: Date;
335
+ AbortRuleId?: string;
336
+ Bucket?: string;
337
+ Key?: string;
338
+ UploadId?: string;
339
+ ServerSideEncryption?: ServerSideEncryption | string;
340
+ SSECustomerAlgorithm?: string;
341
+ SSECustomerKeyMD5?: string;
342
+ SSEKMSKeyId?: string;
343
+ SSEKMSEncryptionContext?: string;
344
+ BucketKeyEnabled?: boolean;
345
+ RequestCharged?: RequestCharged | string;
346
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
347
+ }
348
+ export interface CreateMultipartUploadRequest {
349
+ ACL?: ObjectCannedACL | string;
350
+ Bucket: string | undefined;
351
+ CacheControl?: string;
352
+ ContentDisposition?: string;
353
+ ContentEncoding?: string;
354
+ ContentLanguage?: string;
355
+ ContentType?: string;
356
+ Expires?: Date;
357
+ GrantFullControl?: string;
358
+ GrantRead?: string;
359
+ GrantReadACP?: string;
360
+ GrantWriteACP?: string;
361
+ Key: string | undefined;
362
+ Metadata?: Record<string, string>;
363
+ ServerSideEncryption?: ServerSideEncryption | string;
364
+ StorageClass?: StorageClass | string;
365
+ WebsiteRedirectLocation?: string;
366
+ SSECustomerAlgorithm?: string;
367
+ SSECustomerKey?: string;
368
+ SSECustomerKeyMD5?: string;
369
+ SSEKMSKeyId?: string;
370
+ SSEKMSEncryptionContext?: string;
371
+ BucketKeyEnabled?: boolean;
372
+ RequestPayer?: RequestPayer | string;
373
+ Tagging?: string;
374
+ ObjectLockMode?: ObjectLockMode | string;
375
+ ObjectLockRetainUntilDate?: Date;
376
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
377
+ ExpectedBucketOwner?: string;
378
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
379
+ }
380
+ export interface DeleteBucketRequest {
381
+ Bucket: string | undefined;
382
+ ExpectedBucketOwner?: string;
383
+ }
384
+ export interface DeleteBucketAnalyticsConfigurationRequest {
385
+ Bucket: string | undefined;
386
+ Id: string | undefined;
387
+ ExpectedBucketOwner?: string;
388
+ }
389
+ export interface DeleteBucketCorsRequest {
390
+ Bucket: string | undefined;
391
+ ExpectedBucketOwner?: string;
392
+ }
393
+ export interface DeleteBucketEncryptionRequest {
394
+ Bucket: string | undefined;
395
+ ExpectedBucketOwner?: string;
396
+ }
397
+ export interface DeleteBucketIntelligentTieringConfigurationRequest {
398
+ Bucket: string | undefined;
399
+ Id: string | undefined;
400
+ }
401
+ export interface DeleteBucketInventoryConfigurationRequest {
402
+ Bucket: string | undefined;
403
+ Id: string | undefined;
404
+ ExpectedBucketOwner?: string;
405
+ }
406
+ export interface DeleteBucketLifecycleRequest {
407
+ Bucket: string | undefined;
408
+ ExpectedBucketOwner?: string;
409
+ }
410
+ export interface DeleteBucketMetricsConfigurationRequest {
411
+ Bucket: string | undefined;
412
+ Id: string | undefined;
413
+ ExpectedBucketOwner?: string;
414
+ }
415
+ export interface DeleteBucketOwnershipControlsRequest {
416
+ Bucket: string | undefined;
417
+ ExpectedBucketOwner?: string;
418
+ }
419
+ export interface DeleteBucketPolicyRequest {
420
+ Bucket: string | undefined;
421
+ ExpectedBucketOwner?: string;
422
+ }
423
+ export interface DeleteBucketReplicationRequest {
424
+ Bucket: string | undefined;
425
+ ExpectedBucketOwner?: string;
426
+ }
427
+ export interface DeleteBucketTaggingRequest {
428
+ Bucket: string | undefined;
429
+ ExpectedBucketOwner?: string;
430
+ }
431
+ export interface DeleteBucketWebsiteRequest {
432
+ Bucket: string | undefined;
433
+ ExpectedBucketOwner?: string;
434
+ }
435
+ export interface DeleteObjectOutput {
436
+ DeleteMarker?: boolean;
437
+ VersionId?: string;
438
+ RequestCharged?: RequestCharged | string;
439
+ }
440
+ export interface DeleteObjectRequest {
441
+ Bucket: string | undefined;
442
+ Key: string | undefined;
443
+ MFA?: string;
444
+ VersionId?: string;
445
+ RequestPayer?: RequestPayer | string;
446
+ BypassGovernanceRetention?: boolean;
447
+ ExpectedBucketOwner?: string;
448
+ }
449
+ export interface DeletedObject {
450
+ Key?: string;
451
+ VersionId?: string;
452
+ DeleteMarker?: boolean;
453
+ DeleteMarkerVersionId?: string;
454
+ }
455
+ export interface _Error {
456
+ Key?: string;
457
+ VersionId?: string;
458
+ Code?: string;
459
+ Message?: string;
460
+ }
461
+ export interface DeleteObjectsOutput {
462
+ Deleted?: DeletedObject[];
463
+ RequestCharged?: RequestCharged | string;
464
+ Errors?: _Error[];
465
+ }
466
+ export interface ObjectIdentifier {
467
+ Key: string | undefined;
468
+ VersionId?: string;
469
+ }
470
+ export interface Delete {
471
+ Objects: ObjectIdentifier[] | undefined;
472
+ Quiet?: boolean;
473
+ }
474
+ export interface DeleteObjectsRequest {
475
+ Bucket: string | undefined;
476
+ Delete: Delete | undefined;
477
+ MFA?: string;
478
+ RequestPayer?: RequestPayer | string;
479
+ BypassGovernanceRetention?: boolean;
480
+ ExpectedBucketOwner?: string;
481
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
482
+ }
483
+ export interface DeleteObjectTaggingOutput {
484
+ VersionId?: string;
485
+ }
486
+ export interface DeleteObjectTaggingRequest {
487
+ Bucket: string | undefined;
488
+ Key: string | undefined;
489
+ VersionId?: string;
490
+ ExpectedBucketOwner?: string;
491
+ }
492
+ export interface DeletePublicAccessBlockRequest {
493
+ Bucket: string | undefined;
494
+ ExpectedBucketOwner?: string;
495
+ }
496
+ export interface GetBucketAccelerateConfigurationOutput {
497
+ Status?: BucketAccelerateStatus | string;
498
+ RequestCharged?: RequestCharged | string;
499
+ }
500
+ export interface GetBucketAccelerateConfigurationRequest {
501
+ Bucket: string | undefined;
502
+ ExpectedBucketOwner?: string;
503
+ RequestPayer?: RequestPayer | string;
504
+ }
505
+ export interface GetBucketAclOutput {
506
+ Owner?: Owner;
507
+ Grants?: Grant[];
508
+ }
509
+ export interface GetBucketAclRequest {
510
+ Bucket: string | undefined;
511
+ ExpectedBucketOwner?: string;
512
+ }
513
+ export interface Tag {
514
+ Key: string | undefined;
515
+ Value: string | undefined;
516
+ }
517
+ export interface AnalyticsAndOperator {
518
+ Prefix?: string;
519
+ Tags?: Tag[];
520
+ }
521
+ export type AnalyticsFilter =
522
+ | AnalyticsFilter.AndMember
523
+ | AnalyticsFilter.PrefixMember
524
+ | AnalyticsFilter.TagMember
525
+ | AnalyticsFilter.$UnknownMember;
526
+ export declare namespace AnalyticsFilter {
527
+ interface PrefixMember {
528
+ Prefix: string;
529
+ Tag?: never;
530
+ And?: never;
531
+ $unknown?: never;
532
+ }
533
+ interface TagMember {
534
+ Prefix?: never;
535
+ Tag: Tag;
536
+ And?: never;
537
+ $unknown?: never;
538
+ }
539
+ interface AndMember {
540
+ Prefix?: never;
541
+ Tag?: never;
542
+ And: AnalyticsAndOperator;
543
+ $unknown?: never;
544
+ }
545
+ interface $UnknownMember {
546
+ Prefix?: never;
547
+ Tag?: never;
548
+ And?: never;
549
+ $unknown: [string, any];
550
+ }
551
+ interface Visitor<T> {
552
+ Prefix: (value: string) => T;
553
+ Tag: (value: Tag) => T;
554
+ And: (value: AnalyticsAndOperator) => T;
555
+ _: (name: string, value: any) => T;
556
+ }
557
+ const visit: <T>(value: AnalyticsFilter, visitor: Visitor<T>) => T;
558
+ }
559
+ export declare const AnalyticsS3ExportFileFormat: {
560
+ readonly CSV: "CSV";
561
+ };
562
+ export type AnalyticsS3ExportFileFormat =
563
+ (typeof AnalyticsS3ExportFileFormat)[keyof typeof AnalyticsS3ExportFileFormat];
564
+ export interface AnalyticsS3BucketDestination {
565
+ Format: AnalyticsS3ExportFileFormat | string | undefined;
566
+ BucketAccountId?: string;
567
+ Bucket: string | undefined;
568
+ Prefix?: string;
569
+ }
570
+ export interface AnalyticsExportDestination {
571
+ S3BucketDestination: AnalyticsS3BucketDestination | undefined;
572
+ }
573
+ export declare const StorageClassAnalysisSchemaVersion: {
574
+ readonly V_1: "V_1";
575
+ };
576
+ export type StorageClassAnalysisSchemaVersion =
577
+ (typeof StorageClassAnalysisSchemaVersion)[keyof typeof StorageClassAnalysisSchemaVersion];
578
+ export interface StorageClassAnalysisDataExport {
579
+ OutputSchemaVersion: StorageClassAnalysisSchemaVersion | string | undefined;
580
+ Destination: AnalyticsExportDestination | undefined;
581
+ }
582
+ export interface StorageClassAnalysis {
583
+ DataExport?: StorageClassAnalysisDataExport;
584
+ }
585
+ export interface AnalyticsConfiguration {
586
+ Id: string | undefined;
587
+ Filter?: AnalyticsFilter;
588
+ StorageClassAnalysis: StorageClassAnalysis | undefined;
589
+ }
590
+ export interface GetBucketAnalyticsConfigurationOutput {
591
+ AnalyticsConfiguration?: AnalyticsConfiguration;
592
+ }
593
+ export interface GetBucketAnalyticsConfigurationRequest {
594
+ Bucket: string | undefined;
595
+ Id: string | undefined;
596
+ ExpectedBucketOwner?: string;
597
+ }
598
+ export interface CORSRule {
599
+ ID?: string;
600
+ AllowedHeaders?: string[];
601
+ AllowedMethods: string[] | undefined;
602
+ AllowedOrigins: string[] | undefined;
603
+ ExposeHeaders?: string[];
604
+ MaxAgeSeconds?: number;
605
+ }
606
+ export interface GetBucketCorsOutput {
607
+ CORSRules?: CORSRule[];
608
+ }
609
+ export interface GetBucketCorsRequest {
610
+ Bucket: string | undefined;
611
+ ExpectedBucketOwner?: string;
612
+ }
613
+ export interface ServerSideEncryptionByDefault {
614
+ SSEAlgorithm: ServerSideEncryption | string | undefined;
615
+ KMSMasterKeyID?: string;
616
+ }
617
+ export interface ServerSideEncryptionRule {
618
+ ApplyServerSideEncryptionByDefault?: ServerSideEncryptionByDefault;
619
+ BucketKeyEnabled?: boolean;
620
+ }
621
+ export interface ServerSideEncryptionConfiguration {
622
+ Rules: ServerSideEncryptionRule[] | undefined;
623
+ }
624
+ export interface GetBucketEncryptionOutput {
625
+ ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
626
+ }
627
+ export interface GetBucketEncryptionRequest {
628
+ Bucket: string | undefined;
629
+ ExpectedBucketOwner?: string;
630
+ }
631
+ export interface IntelligentTieringAndOperator {
632
+ Prefix?: string;
633
+ Tags?: Tag[];
634
+ }
635
+ export interface IntelligentTieringFilter {
636
+ Prefix?: string;
637
+ Tag?: Tag;
638
+ And?: IntelligentTieringAndOperator;
639
+ }
640
+ export declare const IntelligentTieringStatus: {
641
+ readonly Disabled: "Disabled";
642
+ readonly Enabled: "Enabled";
643
+ };
644
+ export type IntelligentTieringStatus =
645
+ (typeof IntelligentTieringStatus)[keyof typeof IntelligentTieringStatus];
646
+ export declare const IntelligentTieringAccessTier: {
647
+ readonly ARCHIVE_ACCESS: "ARCHIVE_ACCESS";
648
+ readonly DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS";
649
+ };
650
+ export type IntelligentTieringAccessTier =
651
+ (typeof IntelligentTieringAccessTier)[keyof typeof IntelligentTieringAccessTier];
652
+ export interface Tiering {
653
+ Days: number | undefined;
654
+ AccessTier: IntelligentTieringAccessTier | string | undefined;
655
+ }
656
+ export interface IntelligentTieringConfiguration {
657
+ Id: string | undefined;
658
+ Filter?: IntelligentTieringFilter;
659
+ Status: IntelligentTieringStatus | string | undefined;
660
+ Tierings: Tiering[] | undefined;
661
+ }
662
+ export interface GetBucketIntelligentTieringConfigurationOutput {
663
+ IntelligentTieringConfiguration?: IntelligentTieringConfiguration;
664
+ }
665
+ export interface GetBucketIntelligentTieringConfigurationRequest {
666
+ Bucket: string | undefined;
667
+ Id: string | undefined;
668
+ }
669
+ export interface SSEKMS {
670
+ KeyId: string | undefined;
671
+ }
672
+ export interface SSES3 {}
673
+ export interface InventoryEncryption {
674
+ SSES3?: SSES3;
675
+ SSEKMS?: SSEKMS;
676
+ }
677
+ export declare const InventoryFormat: {
678
+ readonly CSV: "CSV";
679
+ readonly ORC: "ORC";
680
+ readonly Parquet: "Parquet";
681
+ };
682
+ export type InventoryFormat =
683
+ (typeof InventoryFormat)[keyof typeof InventoryFormat];
684
+ export interface InventoryS3BucketDestination {
685
+ AccountId?: string;
686
+ Bucket: string | undefined;
687
+ Format: InventoryFormat | string | undefined;
688
+ Prefix?: string;
689
+ Encryption?: InventoryEncryption;
690
+ }
691
+ export interface InventoryDestination {
692
+ S3BucketDestination: InventoryS3BucketDestination | undefined;
693
+ }
694
+ export interface InventoryFilter {
695
+ Prefix: string | undefined;
696
+ }
697
+ export declare const InventoryIncludedObjectVersions: {
698
+ readonly All: "All";
699
+ readonly Current: "Current";
700
+ };
701
+ export type InventoryIncludedObjectVersions =
702
+ (typeof InventoryIncludedObjectVersions)[keyof typeof InventoryIncludedObjectVersions];
703
+ export declare const InventoryOptionalField: {
704
+ readonly BucketKeyStatus: "BucketKeyStatus";
705
+ readonly ChecksumAlgorithm: "ChecksumAlgorithm";
706
+ readonly ETag: "ETag";
707
+ readonly EncryptionStatus: "EncryptionStatus";
708
+ readonly IntelligentTieringAccessTier: "IntelligentTieringAccessTier";
709
+ readonly IsMultipartUploaded: "IsMultipartUploaded";
710
+ readonly LastModifiedDate: "LastModifiedDate";
711
+ readonly ObjectLockLegalHoldStatus: "ObjectLockLegalHoldStatus";
712
+ readonly ObjectLockMode: "ObjectLockMode";
713
+ readonly ObjectLockRetainUntilDate: "ObjectLockRetainUntilDate";
714
+ readonly ReplicationStatus: "ReplicationStatus";
715
+ readonly Size: "Size";
716
+ readonly StorageClass: "StorageClass";
717
+ };
718
+ export type InventoryOptionalField =
719
+ (typeof InventoryOptionalField)[keyof typeof InventoryOptionalField];
720
+ export declare const InventoryFrequency: {
721
+ readonly Daily: "Daily";
722
+ readonly Weekly: "Weekly";
723
+ };
724
+ export type InventoryFrequency =
725
+ (typeof InventoryFrequency)[keyof typeof InventoryFrequency];
726
+ export interface InventorySchedule {
727
+ Frequency: InventoryFrequency | string | undefined;
728
+ }
729
+ export interface InventoryConfiguration {
730
+ Destination: InventoryDestination | undefined;
731
+ IsEnabled: boolean | undefined;
732
+ Filter?: InventoryFilter;
733
+ Id: string | undefined;
734
+ IncludedObjectVersions: InventoryIncludedObjectVersions | string | undefined;
735
+ OptionalFields?: (InventoryOptionalField | string)[];
736
+ Schedule: InventorySchedule | undefined;
737
+ }
738
+ export interface GetBucketInventoryConfigurationOutput {
739
+ InventoryConfiguration?: InventoryConfiguration;
740
+ }
741
+ export interface GetBucketInventoryConfigurationRequest {
742
+ Bucket: string | undefined;
743
+ Id: string | undefined;
744
+ ExpectedBucketOwner?: string;
745
+ }
746
+ export interface LifecycleExpiration {
747
+ Date?: Date;
748
+ Days?: number;
749
+ ExpiredObjectDeleteMarker?: boolean;
750
+ }
751
+ export interface LifecycleRuleAndOperator {
752
+ Prefix?: string;
753
+ Tags?: Tag[];
754
+ ObjectSizeGreaterThan?: number;
755
+ ObjectSizeLessThan?: number;
756
+ }
757
+ export type LifecycleRuleFilter =
758
+ | LifecycleRuleFilter.AndMember
759
+ | LifecycleRuleFilter.ObjectSizeGreaterThanMember
760
+ | LifecycleRuleFilter.ObjectSizeLessThanMember
761
+ | LifecycleRuleFilter.PrefixMember
762
+ | LifecycleRuleFilter.TagMember
763
+ | LifecycleRuleFilter.$UnknownMember;
764
+ export declare namespace LifecycleRuleFilter {
765
+ interface PrefixMember {
766
+ Prefix: string;
767
+ Tag?: never;
768
+ ObjectSizeGreaterThan?: never;
769
+ ObjectSizeLessThan?: never;
770
+ And?: never;
771
+ $unknown?: never;
772
+ }
773
+ interface TagMember {
774
+ Prefix?: never;
775
+ Tag: Tag;
776
+ ObjectSizeGreaterThan?: never;
777
+ ObjectSizeLessThan?: never;
778
+ And?: never;
779
+ $unknown?: never;
780
+ }
781
+ interface ObjectSizeGreaterThanMember {
782
+ Prefix?: never;
783
+ Tag?: never;
784
+ ObjectSizeGreaterThan: number;
785
+ ObjectSizeLessThan?: never;
786
+ And?: never;
787
+ $unknown?: never;
788
+ }
789
+ interface ObjectSizeLessThanMember {
790
+ Prefix?: never;
791
+ Tag?: never;
792
+ ObjectSizeGreaterThan?: never;
793
+ ObjectSizeLessThan: number;
794
+ And?: never;
795
+ $unknown?: never;
796
+ }
797
+ interface AndMember {
798
+ Prefix?: never;
799
+ Tag?: never;
800
+ ObjectSizeGreaterThan?: never;
801
+ ObjectSizeLessThan?: never;
802
+ And: LifecycleRuleAndOperator;
803
+ $unknown?: never;
804
+ }
805
+ interface $UnknownMember {
806
+ Prefix?: never;
807
+ Tag?: never;
808
+ ObjectSizeGreaterThan?: never;
809
+ ObjectSizeLessThan?: never;
810
+ And?: never;
811
+ $unknown: [string, any];
812
+ }
813
+ interface Visitor<T> {
814
+ Prefix: (value: string) => T;
815
+ Tag: (value: Tag) => T;
816
+ ObjectSizeGreaterThan: (value: number) => T;
817
+ ObjectSizeLessThan: (value: number) => T;
818
+ And: (value: LifecycleRuleAndOperator) => T;
819
+ _: (name: string, value: any) => T;
820
+ }
821
+ const visit: <T>(value: LifecycleRuleFilter, visitor: Visitor<T>) => T;
822
+ }
823
+ export interface NoncurrentVersionExpiration {
824
+ NoncurrentDays?: number;
825
+ NewerNoncurrentVersions?: number;
826
+ }
827
+ export declare const TransitionStorageClass: {
828
+ readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
829
+ readonly GLACIER: "GLACIER";
830
+ readonly GLACIER_IR: "GLACIER_IR";
831
+ readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
832
+ readonly ONEZONE_IA: "ONEZONE_IA";
833
+ readonly STANDARD_IA: "STANDARD_IA";
834
+ };
835
+ export type TransitionStorageClass =
836
+ (typeof TransitionStorageClass)[keyof typeof TransitionStorageClass];
837
+ export interface NoncurrentVersionTransition {
838
+ NoncurrentDays?: number;
839
+ StorageClass?: TransitionStorageClass | string;
840
+ NewerNoncurrentVersions?: number;
841
+ }
842
+ export declare const ExpirationStatus: {
843
+ readonly Disabled: "Disabled";
844
+ readonly Enabled: "Enabled";
845
+ };
846
+ export type ExpirationStatus =
847
+ (typeof ExpirationStatus)[keyof typeof ExpirationStatus];
848
+ export interface Transition {
849
+ Date?: Date;
850
+ Days?: number;
851
+ StorageClass?: TransitionStorageClass | string;
852
+ }
853
+ export interface LifecycleRule {
854
+ Expiration?: LifecycleExpiration;
855
+ ID?: string;
856
+ Prefix?: string;
857
+ Filter?: LifecycleRuleFilter;
858
+ Status: ExpirationStatus | string | undefined;
859
+ Transitions?: Transition[];
860
+ NoncurrentVersionTransitions?: NoncurrentVersionTransition[];
861
+ NoncurrentVersionExpiration?: NoncurrentVersionExpiration;
862
+ AbortIncompleteMultipartUpload?: AbortIncompleteMultipartUpload;
863
+ }
864
+ export interface GetBucketLifecycleConfigurationOutput {
865
+ Rules?: LifecycleRule[];
866
+ }
867
+ export interface GetBucketLifecycleConfigurationRequest {
868
+ Bucket: string | undefined;
869
+ ExpectedBucketOwner?: string;
870
+ }
871
+ export interface GetBucketLocationOutput {
872
+ LocationConstraint?: BucketLocationConstraint | string;
873
+ }
874
+ export interface GetBucketLocationRequest {
875
+ Bucket: string | undefined;
876
+ ExpectedBucketOwner?: string;
877
+ }
878
+ export declare const BucketLogsPermission: {
879
+ readonly FULL_CONTROL: "FULL_CONTROL";
880
+ readonly READ: "READ";
881
+ readonly WRITE: "WRITE";
882
+ };
883
+ export type BucketLogsPermission =
884
+ (typeof BucketLogsPermission)[keyof typeof BucketLogsPermission];
885
+ export interface TargetGrant {
886
+ Grantee?: Grantee;
887
+ Permission?: BucketLogsPermission | string;
888
+ }
889
+ export interface LoggingEnabled {
890
+ TargetBucket: string | undefined;
891
+ TargetGrants?: TargetGrant[];
892
+ TargetPrefix: string | undefined;
893
+ }
894
+ export interface GetBucketLoggingOutput {
895
+ LoggingEnabled?: LoggingEnabled;
896
+ }
897
+ export interface GetBucketLoggingRequest {
898
+ Bucket: string | undefined;
899
+ ExpectedBucketOwner?: string;
900
+ }
901
+ export interface MetricsAndOperator {
902
+ Prefix?: string;
903
+ Tags?: Tag[];
904
+ AccessPointArn?: string;
905
+ }
906
+ export type MetricsFilter =
907
+ | MetricsFilter.AccessPointArnMember
908
+ | MetricsFilter.AndMember
909
+ | MetricsFilter.PrefixMember
910
+ | MetricsFilter.TagMember
911
+ | MetricsFilter.$UnknownMember;
912
+ export declare namespace MetricsFilter {
913
+ interface PrefixMember {
914
+ Prefix: string;
915
+ Tag?: never;
916
+ AccessPointArn?: never;
917
+ And?: never;
918
+ $unknown?: never;
919
+ }
920
+ interface TagMember {
921
+ Prefix?: never;
922
+ Tag: Tag;
923
+ AccessPointArn?: never;
924
+ And?: never;
925
+ $unknown?: never;
926
+ }
927
+ interface AccessPointArnMember {
928
+ Prefix?: never;
929
+ Tag?: never;
930
+ AccessPointArn: string;
931
+ And?: never;
932
+ $unknown?: never;
933
+ }
934
+ interface AndMember {
935
+ Prefix?: never;
936
+ Tag?: never;
937
+ AccessPointArn?: never;
938
+ And: MetricsAndOperator;
939
+ $unknown?: never;
940
+ }
941
+ interface $UnknownMember {
942
+ Prefix?: never;
943
+ Tag?: never;
944
+ AccessPointArn?: never;
945
+ And?: never;
946
+ $unknown: [string, any];
947
+ }
948
+ interface Visitor<T> {
949
+ Prefix: (value: string) => T;
950
+ Tag: (value: Tag) => T;
951
+ AccessPointArn: (value: string) => T;
952
+ And: (value: MetricsAndOperator) => T;
953
+ _: (name: string, value: any) => T;
954
+ }
955
+ const visit: <T>(value: MetricsFilter, visitor: Visitor<T>) => T;
956
+ }
957
+ export interface MetricsConfiguration {
958
+ Id: string | undefined;
959
+ Filter?: MetricsFilter;
960
+ }
961
+ export interface GetBucketMetricsConfigurationOutput {
962
+ MetricsConfiguration?: MetricsConfiguration;
963
+ }
964
+ export interface GetBucketMetricsConfigurationRequest {
965
+ Bucket: string | undefined;
966
+ Id: string | undefined;
967
+ ExpectedBucketOwner?: string;
968
+ }
969
+ export interface GetBucketNotificationConfigurationRequest {
970
+ Bucket: string | undefined;
971
+ ExpectedBucketOwner?: string;
972
+ }
973
+ export interface EventBridgeConfiguration {}
974
+ export declare const Event: {
975
+ readonly s3_IntelligentTiering: "s3:IntelligentTiering";
976
+ readonly s3_LifecycleExpiration_: "s3:LifecycleExpiration:*";
977
+ readonly s3_LifecycleExpiration_Delete: "s3:LifecycleExpiration:Delete";
978
+ readonly s3_LifecycleExpiration_DeleteMarkerCreated: "s3:LifecycleExpiration:DeleteMarkerCreated";
979
+ readonly s3_LifecycleTransition: "s3:LifecycleTransition";
980
+ readonly s3_ObjectAcl_Put: "s3:ObjectAcl:Put";
981
+ readonly s3_ObjectCreated_: "s3:ObjectCreated:*";
982
+ readonly s3_ObjectCreated_CompleteMultipartUpload: "s3:ObjectCreated:CompleteMultipartUpload";
983
+ readonly s3_ObjectCreated_Copy: "s3:ObjectCreated:Copy";
984
+ readonly s3_ObjectCreated_Post: "s3:ObjectCreated:Post";
985
+ readonly s3_ObjectCreated_Put: "s3:ObjectCreated:Put";
986
+ readonly s3_ObjectRemoved_: "s3:ObjectRemoved:*";
987
+ readonly s3_ObjectRemoved_Delete: "s3:ObjectRemoved:Delete";
988
+ readonly s3_ObjectRemoved_DeleteMarkerCreated: "s3:ObjectRemoved:DeleteMarkerCreated";
989
+ readonly s3_ObjectRestore_: "s3:ObjectRestore:*";
990
+ readonly s3_ObjectRestore_Completed: "s3:ObjectRestore:Completed";
991
+ readonly s3_ObjectRestore_Delete: "s3:ObjectRestore:Delete";
992
+ readonly s3_ObjectRestore_Post: "s3:ObjectRestore:Post";
993
+ readonly s3_ObjectTagging_: "s3:ObjectTagging:*";
994
+ readonly s3_ObjectTagging_Delete: "s3:ObjectTagging:Delete";
995
+ readonly s3_ObjectTagging_Put: "s3:ObjectTagging:Put";
996
+ readonly s3_ReducedRedundancyLostObject: "s3:ReducedRedundancyLostObject";
997
+ readonly s3_Replication_: "s3:Replication:*";
998
+ readonly s3_Replication_OperationFailedReplication: "s3:Replication:OperationFailedReplication";
999
+ readonly s3_Replication_OperationMissedThreshold: "s3:Replication:OperationMissedThreshold";
1000
+ readonly s3_Replication_OperationNotTracked: "s3:Replication:OperationNotTracked";
1001
+ readonly s3_Replication_OperationReplicatedAfterThreshold: "s3:Replication:OperationReplicatedAfterThreshold";
1002
+ };
1003
+ export type Event = (typeof Event)[keyof typeof Event];
1004
+ export declare const FilterRuleName: {
1005
+ readonly prefix: "prefix";
1006
+ readonly suffix: "suffix";
1007
+ };
1008
+ export type FilterRuleName =
1009
+ (typeof FilterRuleName)[keyof typeof FilterRuleName];
1010
+ export interface FilterRule {
1011
+ Name?: FilterRuleName | string;
1012
+ Value?: string;
1013
+ }
1014
+ export interface S3KeyFilter {
1015
+ FilterRules?: FilterRule[];
1016
+ }
1017
+ export interface NotificationConfigurationFilter {
1018
+ Key?: S3KeyFilter;
1019
+ }
1020
+ export interface LambdaFunctionConfiguration {
1021
+ Id?: string;
1022
+ LambdaFunctionArn: string | undefined;
1023
+ Events: (Event | string)[] | undefined;
1024
+ Filter?: NotificationConfigurationFilter;
1025
+ }
1026
+ export interface QueueConfiguration {
1027
+ Id?: string;
1028
+ QueueArn: string | undefined;
1029
+ Events: (Event | string)[] | undefined;
1030
+ Filter?: NotificationConfigurationFilter;
1031
+ }
1032
+ export interface TopicConfiguration {
1033
+ Id?: string;
1034
+ TopicArn: string | undefined;
1035
+ Events: (Event | string)[] | undefined;
1036
+ Filter?: NotificationConfigurationFilter;
1037
+ }
1038
+ export interface NotificationConfiguration {
1039
+ TopicConfigurations?: TopicConfiguration[];
1040
+ QueueConfigurations?: QueueConfiguration[];
1041
+ LambdaFunctionConfigurations?: LambdaFunctionConfiguration[];
1042
+ EventBridgeConfiguration?: EventBridgeConfiguration;
1043
+ }
1044
+ export interface OwnershipControlsRule {
1045
+ ObjectOwnership: ObjectOwnership | string | undefined;
1046
+ }
1047
+ export interface OwnershipControls {
1048
+ Rules: OwnershipControlsRule[] | undefined;
1049
+ }
1050
+ export interface GetBucketOwnershipControlsOutput {
1051
+ OwnershipControls?: OwnershipControls;
1052
+ }
1053
+ export interface GetBucketOwnershipControlsRequest {
1054
+ Bucket: string | undefined;
1055
+ ExpectedBucketOwner?: string;
1056
+ }
1057
+ export interface GetBucketPolicyOutput {
1058
+ Policy?: string;
1059
+ }
1060
+ export interface GetBucketPolicyRequest {
1061
+ Bucket: string | undefined;
1062
+ ExpectedBucketOwner?: string;
1063
+ }
1064
+ export interface PolicyStatus {
1065
+ IsPublic?: boolean;
1066
+ }
1067
+ export interface GetBucketPolicyStatusOutput {
1068
+ PolicyStatus?: PolicyStatus;
1069
+ }
1070
+ export interface GetBucketPolicyStatusRequest {
1071
+ Bucket: string | undefined;
1072
+ ExpectedBucketOwner?: string;
1073
+ }
1074
+ export declare const DeleteMarkerReplicationStatus: {
1075
+ readonly Disabled: "Disabled";
1076
+ readonly Enabled: "Enabled";
1077
+ };
1078
+ export type DeleteMarkerReplicationStatus =
1079
+ (typeof DeleteMarkerReplicationStatus)[keyof typeof DeleteMarkerReplicationStatus];
1080
+ export interface DeleteMarkerReplication {
1081
+ Status?: DeleteMarkerReplicationStatus | string;
1082
+ }
1083
+ export interface EncryptionConfiguration {
1084
+ ReplicaKmsKeyID?: string;
1085
+ }
1086
+ export interface ReplicationTimeValue {
1087
+ Minutes?: number;
1088
+ }
1089
+ export declare const MetricsStatus: {
1090
+ readonly Disabled: "Disabled";
1091
+ readonly Enabled: "Enabled";
1092
+ };
1093
+ export type MetricsStatus = (typeof MetricsStatus)[keyof typeof MetricsStatus];
1094
+ export interface Metrics {
1095
+ Status: MetricsStatus | string | undefined;
1096
+ EventThreshold?: ReplicationTimeValue;
1097
+ }
1098
+ export declare const ReplicationTimeStatus: {
1099
+ readonly Disabled: "Disabled";
1100
+ readonly Enabled: "Enabled";
1101
+ };
1102
+ export type ReplicationTimeStatus =
1103
+ (typeof ReplicationTimeStatus)[keyof typeof ReplicationTimeStatus];
1104
+ export interface ReplicationTime {
1105
+ Status: ReplicationTimeStatus | string | undefined;
1106
+ Time: ReplicationTimeValue | undefined;
1107
+ }
1108
+ export interface Destination {
1109
+ Bucket: string | undefined;
1110
+ Account?: string;
1111
+ StorageClass?: StorageClass | string;
1112
+ AccessControlTranslation?: AccessControlTranslation;
1113
+ EncryptionConfiguration?: EncryptionConfiguration;
1114
+ ReplicationTime?: ReplicationTime;
1115
+ Metrics?: Metrics;
1116
+ }
1117
+ export declare const ExistingObjectReplicationStatus: {
1118
+ readonly Disabled: "Disabled";
1119
+ readonly Enabled: "Enabled";
1120
+ };
1121
+ export type ExistingObjectReplicationStatus =
1122
+ (typeof ExistingObjectReplicationStatus)[keyof typeof ExistingObjectReplicationStatus];
1123
+ export interface ExistingObjectReplication {
1124
+ Status: ExistingObjectReplicationStatus | string | undefined;
1125
+ }
1126
+ export interface ReplicationRuleAndOperator {
1127
+ Prefix?: string;
1128
+ Tags?: Tag[];
1129
+ }
1130
+ export type ReplicationRuleFilter =
1131
+ | ReplicationRuleFilter.AndMember
1132
+ | ReplicationRuleFilter.PrefixMember
1133
+ | ReplicationRuleFilter.TagMember
1134
+ | ReplicationRuleFilter.$UnknownMember;
1135
+ export declare namespace ReplicationRuleFilter {
1136
+ interface PrefixMember {
1137
+ Prefix: string;
1138
+ Tag?: never;
1139
+ And?: never;
1140
+ $unknown?: never;
1141
+ }
1142
+ interface TagMember {
1143
+ Prefix?: never;
1144
+ Tag: Tag;
1145
+ And?: never;
1146
+ $unknown?: never;
1147
+ }
1148
+ interface AndMember {
1149
+ Prefix?: never;
1150
+ Tag?: never;
1151
+ And: ReplicationRuleAndOperator;
1152
+ $unknown?: never;
1153
+ }
1154
+ interface $UnknownMember {
1155
+ Prefix?: never;
1156
+ Tag?: never;
1157
+ And?: never;
1158
+ $unknown: [string, any];
1159
+ }
1160
+ interface Visitor<T> {
1161
+ Prefix: (value: string) => T;
1162
+ Tag: (value: Tag) => T;
1163
+ And: (value: ReplicationRuleAndOperator) => T;
1164
+ _: (name: string, value: any) => T;
1165
+ }
1166
+ const visit: <T>(value: ReplicationRuleFilter, visitor: Visitor<T>) => T;
1167
+ }
1168
+ export declare const ReplicaModificationsStatus: {
1169
+ readonly Disabled: "Disabled";
1170
+ readonly Enabled: "Enabled";
1171
+ };
1172
+ export type ReplicaModificationsStatus =
1173
+ (typeof ReplicaModificationsStatus)[keyof typeof ReplicaModificationsStatus];
1174
+ export interface ReplicaModifications {
1175
+ Status: ReplicaModificationsStatus | string | undefined;
1176
+ }
1177
+ export declare const SseKmsEncryptedObjectsStatus: {
1178
+ readonly Disabled: "Disabled";
1179
+ readonly Enabled: "Enabled";
1180
+ };
1181
+ export type SseKmsEncryptedObjectsStatus =
1182
+ (typeof SseKmsEncryptedObjectsStatus)[keyof typeof SseKmsEncryptedObjectsStatus];
1183
+ export interface SseKmsEncryptedObjects {
1184
+ Status: SseKmsEncryptedObjectsStatus | string | undefined;
1185
+ }
1186
+ export interface SourceSelectionCriteria {
1187
+ SseKmsEncryptedObjects?: SseKmsEncryptedObjects;
1188
+ ReplicaModifications?: ReplicaModifications;
1189
+ }
1190
+ export declare const ReplicationRuleStatus: {
1191
+ readonly Disabled: "Disabled";
1192
+ readonly Enabled: "Enabled";
1193
+ };
1194
+ export type ReplicationRuleStatus =
1195
+ (typeof ReplicationRuleStatus)[keyof typeof ReplicationRuleStatus];
1196
+ export interface ReplicationRule {
1197
+ ID?: string;
1198
+ Priority?: number;
1199
+ Prefix?: string;
1200
+ Filter?: ReplicationRuleFilter;
1201
+ Status: ReplicationRuleStatus | string | undefined;
1202
+ SourceSelectionCriteria?: SourceSelectionCriteria;
1203
+ ExistingObjectReplication?: ExistingObjectReplication;
1204
+ Destination: Destination | undefined;
1205
+ DeleteMarkerReplication?: DeleteMarkerReplication;
1206
+ }
1207
+ export interface ReplicationConfiguration {
1208
+ Role: string | undefined;
1209
+ Rules: ReplicationRule[] | undefined;
1210
+ }
1211
+ export interface GetBucketReplicationOutput {
1212
+ ReplicationConfiguration?: ReplicationConfiguration;
1213
+ }
1214
+ export interface GetBucketReplicationRequest {
1215
+ Bucket: string | undefined;
1216
+ ExpectedBucketOwner?: string;
1217
+ }
1218
+ export declare const Payer: {
1219
+ readonly BucketOwner: "BucketOwner";
1220
+ readonly Requester: "Requester";
1221
+ };
1222
+ export type Payer = (typeof Payer)[keyof typeof Payer];
1223
+ export interface GetBucketRequestPaymentOutput {
1224
+ Payer?: Payer | string;
1225
+ }
1226
+ export interface GetBucketRequestPaymentRequest {
1227
+ Bucket: string | undefined;
1228
+ ExpectedBucketOwner?: string;
1229
+ }
1230
+ export interface GetBucketTaggingOutput {
1231
+ TagSet: Tag[] | undefined;
1232
+ }
1233
+ export interface GetBucketTaggingRequest {
1234
+ Bucket: string | undefined;
1235
+ ExpectedBucketOwner?: string;
1236
+ }
1237
+ export declare const MFADeleteStatus: {
1238
+ readonly Disabled: "Disabled";
1239
+ readonly Enabled: "Enabled";
1240
+ };
1241
+ export type MFADeleteStatus =
1242
+ (typeof MFADeleteStatus)[keyof typeof MFADeleteStatus];
1243
+ export declare const BucketVersioningStatus: {
1244
+ readonly Enabled: "Enabled";
1245
+ readonly Suspended: "Suspended";
1246
+ };
1247
+ export type BucketVersioningStatus =
1248
+ (typeof BucketVersioningStatus)[keyof typeof BucketVersioningStatus];
1249
+ export interface GetBucketVersioningOutput {
1250
+ Status?: BucketVersioningStatus | string;
1251
+ MFADelete?: MFADeleteStatus | string;
1252
+ }
1253
+ export interface GetBucketVersioningRequest {
1254
+ Bucket: string | undefined;
1255
+ ExpectedBucketOwner?: string;
1256
+ }
1257
+ export interface ErrorDocument {
1258
+ Key: string | undefined;
1259
+ }
1260
+ export interface IndexDocument {
1261
+ Suffix: string | undefined;
1262
+ }
1263
+ export declare const Protocol: {
1264
+ readonly http: "http";
1265
+ readonly https: "https";
1266
+ };
1267
+ export type Protocol = (typeof Protocol)[keyof typeof Protocol];
1268
+ export interface RedirectAllRequestsTo {
1269
+ HostName: string | undefined;
1270
+ Protocol?: Protocol | string;
1271
+ }
1272
+ export interface Condition {
1273
+ HttpErrorCodeReturnedEquals?: string;
1274
+ KeyPrefixEquals?: string;
1275
+ }
1276
+ export interface Redirect {
1277
+ HostName?: string;
1278
+ HttpRedirectCode?: string;
1279
+ Protocol?: Protocol | string;
1280
+ ReplaceKeyPrefixWith?: string;
1281
+ ReplaceKeyWith?: string;
1282
+ }
1283
+ export interface RoutingRule {
1284
+ Condition?: Condition;
1285
+ Redirect: Redirect | undefined;
1286
+ }
1287
+ export interface GetBucketWebsiteOutput {
1288
+ RedirectAllRequestsTo?: RedirectAllRequestsTo;
1289
+ IndexDocument?: IndexDocument;
1290
+ ErrorDocument?: ErrorDocument;
1291
+ RoutingRules?: RoutingRule[];
1292
+ }
1293
+ export interface GetBucketWebsiteRequest {
1294
+ Bucket: string | undefined;
1295
+ ExpectedBucketOwner?: string;
1296
+ }
1297
+ export declare const ReplicationStatus: {
1298
+ readonly COMPLETE: "COMPLETE";
1299
+ readonly FAILED: "FAILED";
1300
+ readonly PENDING: "PENDING";
1301
+ readonly REPLICA: "REPLICA";
1302
+ };
1303
+ export type ReplicationStatus =
1304
+ (typeof ReplicationStatus)[keyof typeof ReplicationStatus];
1305
+ export interface GetObjectOutput {
1306
+ Body?: Readable | ReadableStream | Blob;
1307
+ DeleteMarker?: boolean;
1308
+ AcceptRanges?: string;
1309
+ Expiration?: string;
1310
+ Restore?: string;
1311
+ LastModified?: Date;
1312
+ ContentLength?: number;
1313
+ ETag?: string;
1314
+ ChecksumCRC32?: string;
1315
+ ChecksumCRC32C?: string;
1316
+ ChecksumSHA1?: string;
1317
+ ChecksumSHA256?: string;
1318
+ MissingMeta?: number;
1319
+ VersionId?: string;
1320
+ CacheControl?: string;
1321
+ ContentDisposition?: string;
1322
+ ContentEncoding?: string;
1323
+ ContentLanguage?: string;
1324
+ ContentRange?: string;
1325
+ ContentType?: string;
1326
+ Expires?: Date;
1327
+ WebsiteRedirectLocation?: string;
1328
+ ServerSideEncryption?: ServerSideEncryption | string;
1329
+ Metadata?: Record<string, string>;
1330
+ SSECustomerAlgorithm?: string;
1331
+ SSECustomerKeyMD5?: string;
1332
+ SSEKMSKeyId?: string;
1333
+ BucketKeyEnabled?: boolean;
1334
+ StorageClass?: StorageClass | string;
1335
+ RequestCharged?: RequestCharged | string;
1336
+ ReplicationStatus?: ReplicationStatus | string;
1337
+ PartsCount?: number;
1338
+ TagCount?: number;
1339
+ ObjectLockMode?: ObjectLockMode | string;
1340
+ ObjectLockRetainUntilDate?: Date;
1341
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
1342
+ }
1343
+ export declare const ChecksumMode: {
1344
+ readonly ENABLED: "ENABLED";
1345
+ };
1346
+ export type ChecksumMode = (typeof ChecksumMode)[keyof typeof ChecksumMode];
1347
+ export interface GetObjectRequest {
1348
+ Bucket: string | undefined;
1349
+ IfMatch?: string;
1350
+ IfModifiedSince?: Date;
1351
+ IfNoneMatch?: string;
1352
+ IfUnmodifiedSince?: Date;
1353
+ Key: string | undefined;
1354
+ Range?: string;
1355
+ ResponseCacheControl?: string;
1356
+ ResponseContentDisposition?: string;
1357
+ ResponseContentEncoding?: string;
1358
+ ResponseContentLanguage?: string;
1359
+ ResponseContentType?: string;
1360
+ ResponseExpires?: Date;
1361
+ VersionId?: string;
1362
+ SSECustomerAlgorithm?: string;
1363
+ SSECustomerKey?: string;
1364
+ SSECustomerKeyMD5?: string;
1365
+ RequestPayer?: RequestPayer | string;
1366
+ PartNumber?: number;
1367
+ ExpectedBucketOwner?: string;
1368
+ ChecksumMode?: ChecksumMode | string;
1369
+ }
1370
+ export declare class InvalidObjectState extends __BaseException {
1371
+ readonly name: "InvalidObjectState";
1372
+ readonly $fault: "client";
1373
+ StorageClass?: StorageClass | string;
1374
+ AccessTier?: IntelligentTieringAccessTier | string;
1375
+ constructor(opts: __ExceptionOptionType<InvalidObjectState, __BaseException>);
1376
+ }
1377
+ export declare class NoSuchKey extends __BaseException {
1378
+ readonly name: "NoSuchKey";
1379
+ readonly $fault: "client";
1380
+ constructor(opts: __ExceptionOptionType<NoSuchKey, __BaseException>);
1381
+ }
1382
+ export interface GetObjectAclOutput {
1383
+ Owner?: Owner;
1384
+ Grants?: Grant[];
1385
+ RequestCharged?: RequestCharged | string;
1386
+ }
1387
+ export interface GetObjectAclRequest {
1388
+ Bucket: string | undefined;
1389
+ Key: string | undefined;
1390
+ VersionId?: string;
1391
+ RequestPayer?: RequestPayer | string;
1392
+ ExpectedBucketOwner?: string;
1393
+ }
1394
+ export interface Checksum {
1395
+ ChecksumCRC32?: string;
1396
+ ChecksumCRC32C?: string;
1397
+ ChecksumSHA1?: string;
1398
+ ChecksumSHA256?: string;
1399
+ }
1400
+ export interface ObjectPart {
1401
+ PartNumber?: number;
1402
+ Size?: number;
1403
+ ChecksumCRC32?: string;
1404
+ ChecksumCRC32C?: string;
1405
+ ChecksumSHA1?: string;
1406
+ ChecksumSHA256?: string;
1407
+ }
1408
+ export interface GetObjectAttributesParts {
1409
+ TotalPartsCount?: number;
1410
+ PartNumberMarker?: string;
1411
+ NextPartNumberMarker?: string;
1412
+ MaxParts?: number;
1413
+ IsTruncated?: boolean;
1414
+ Parts?: ObjectPart[];
1415
+ }
1416
+ export interface GetObjectAttributesOutput {
1417
+ DeleteMarker?: boolean;
1418
+ LastModified?: Date;
1419
+ VersionId?: string;
1420
+ RequestCharged?: RequestCharged | string;
1421
+ ETag?: string;
1422
+ Checksum?: Checksum;
1423
+ ObjectParts?: GetObjectAttributesParts;
1424
+ StorageClass?: StorageClass | string;
1425
+ ObjectSize?: number;
1426
+ }
1427
+ export declare const ObjectAttributes: {
1428
+ readonly CHECKSUM: "Checksum";
1429
+ readonly ETAG: "ETag";
1430
+ readonly OBJECT_PARTS: "ObjectParts";
1431
+ readonly OBJECT_SIZE: "ObjectSize";
1432
+ readonly STORAGE_CLASS: "StorageClass";
1433
+ };
1434
+ export type ObjectAttributes =
1435
+ (typeof ObjectAttributes)[keyof typeof ObjectAttributes];
1436
+ export interface GetObjectAttributesRequest {
1437
+ Bucket: string | undefined;
1438
+ Key: string | undefined;
1439
+ VersionId?: string;
1440
+ MaxParts?: number;
1441
+ PartNumberMarker?: string;
1442
+ SSECustomerAlgorithm?: string;
1443
+ SSECustomerKey?: string;
1444
+ SSECustomerKeyMD5?: string;
1445
+ RequestPayer?: RequestPayer | string;
1446
+ ExpectedBucketOwner?: string;
1447
+ ObjectAttributes: (ObjectAttributes | string)[] | undefined;
1448
+ }
1449
+ export interface ObjectLockLegalHold {
1450
+ Status?: ObjectLockLegalHoldStatus | string;
1451
+ }
1452
+ export interface GetObjectLegalHoldOutput {
1453
+ LegalHold?: ObjectLockLegalHold;
1454
+ }
1455
+ export interface GetObjectLegalHoldRequest {
1456
+ Bucket: string | undefined;
1457
+ Key: string | undefined;
1458
+ VersionId?: string;
1459
+ RequestPayer?: RequestPayer | string;
1460
+ ExpectedBucketOwner?: string;
1461
+ }
1462
+ export declare const ObjectLockEnabled: {
1463
+ readonly Enabled: "Enabled";
1464
+ };
1465
+ export type ObjectLockEnabled =
1466
+ (typeof ObjectLockEnabled)[keyof typeof ObjectLockEnabled];
1467
+ export declare const ObjectLockRetentionMode: {
1468
+ readonly COMPLIANCE: "COMPLIANCE";
1469
+ readonly GOVERNANCE: "GOVERNANCE";
1470
+ };
1471
+ export type ObjectLockRetentionMode =
1472
+ (typeof ObjectLockRetentionMode)[keyof typeof ObjectLockRetentionMode];
1473
+ export interface DefaultRetention {
1474
+ Mode?: ObjectLockRetentionMode | string;
1475
+ Days?: number;
1476
+ Years?: number;
1477
+ }
1478
+ export interface ObjectLockRule {
1479
+ DefaultRetention?: DefaultRetention;
1480
+ }
1481
+ export interface ObjectLockConfiguration {
1482
+ ObjectLockEnabled?: ObjectLockEnabled | string;
1483
+ Rule?: ObjectLockRule;
1484
+ }
1485
+ export interface GetObjectLockConfigurationOutput {
1486
+ ObjectLockConfiguration?: ObjectLockConfiguration;
1487
+ }
1488
+ export interface GetObjectLockConfigurationRequest {
1489
+ Bucket: string | undefined;
1490
+ ExpectedBucketOwner?: string;
1491
+ }
1492
+ export interface ObjectLockRetention {
1493
+ Mode?: ObjectLockRetentionMode | string;
1494
+ RetainUntilDate?: Date;
1495
+ }
1496
+ export interface GetObjectRetentionOutput {
1497
+ Retention?: ObjectLockRetention;
1498
+ }
1499
+ export interface GetObjectRetentionRequest {
1500
+ Bucket: string | undefined;
1501
+ Key: string | undefined;
1502
+ VersionId?: string;
1503
+ RequestPayer?: RequestPayer | string;
1504
+ ExpectedBucketOwner?: string;
1505
+ }
1506
+ export interface GetObjectTaggingOutput {
1507
+ VersionId?: string;
1508
+ TagSet: Tag[] | undefined;
1509
+ }
1510
+ export interface GetObjectTaggingRequest {
1511
+ Bucket: string | undefined;
1512
+ Key: string | undefined;
1513
+ VersionId?: string;
1514
+ ExpectedBucketOwner?: string;
1515
+ RequestPayer?: RequestPayer | string;
1516
+ }
1517
+ export interface GetObjectTorrentOutput {
1518
+ Body?: Readable | ReadableStream | Blob;
1519
+ RequestCharged?: RequestCharged | string;
1520
+ }
1521
+ export interface GetObjectTorrentRequest {
1522
+ Bucket: string | undefined;
1523
+ Key: string | undefined;
1524
+ RequestPayer?: RequestPayer | string;
1525
+ ExpectedBucketOwner?: string;
1526
+ }
1527
+ export interface PublicAccessBlockConfiguration {
1528
+ BlockPublicAcls?: boolean;
1529
+ IgnorePublicAcls?: boolean;
1530
+ BlockPublicPolicy?: boolean;
1531
+ RestrictPublicBuckets?: boolean;
1532
+ }
1533
+ export interface GetPublicAccessBlockOutput {
1534
+ PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
1535
+ }
1536
+ export interface GetPublicAccessBlockRequest {
1537
+ Bucket: string | undefined;
1538
+ ExpectedBucketOwner?: string;
1539
+ }
1540
+ export interface HeadBucketRequest {
1541
+ Bucket: string | undefined;
1542
+ ExpectedBucketOwner?: string;
1543
+ }
1544
+ export declare class NotFound extends __BaseException {
1545
+ readonly name: "NotFound";
1546
+ readonly $fault: "client";
1547
+ constructor(opts: __ExceptionOptionType<NotFound, __BaseException>);
1548
+ }
1549
+ export declare const ArchiveStatus: {
1550
+ readonly ARCHIVE_ACCESS: "ARCHIVE_ACCESS";
1551
+ readonly DEEP_ARCHIVE_ACCESS: "DEEP_ARCHIVE_ACCESS";
1552
+ };
1553
+ export type ArchiveStatus = (typeof ArchiveStatus)[keyof typeof ArchiveStatus];
1554
+ export interface HeadObjectOutput {
1555
+ DeleteMarker?: boolean;
1556
+ AcceptRanges?: string;
1557
+ Expiration?: string;
1558
+ Restore?: string;
1559
+ ArchiveStatus?: ArchiveStatus | string;
1560
+ LastModified?: Date;
1561
+ ContentLength?: number;
1562
+ ChecksumCRC32?: string;
1563
+ ChecksumCRC32C?: string;
1564
+ ChecksumSHA1?: string;
1565
+ ChecksumSHA256?: string;
1566
+ ETag?: string;
1567
+ MissingMeta?: number;
1568
+ VersionId?: string;
1569
+ CacheControl?: string;
1570
+ ContentDisposition?: string;
1571
+ ContentEncoding?: string;
1572
+ ContentLanguage?: string;
1573
+ ContentType?: string;
1574
+ Expires?: Date;
1575
+ WebsiteRedirectLocation?: string;
1576
+ ServerSideEncryption?: ServerSideEncryption | string;
1577
+ Metadata?: Record<string, string>;
1578
+ SSECustomerAlgorithm?: string;
1579
+ SSECustomerKeyMD5?: string;
1580
+ SSEKMSKeyId?: string;
1581
+ BucketKeyEnabled?: boolean;
1582
+ StorageClass?: StorageClass | string;
1583
+ RequestCharged?: RequestCharged | string;
1584
+ ReplicationStatus?: ReplicationStatus | string;
1585
+ PartsCount?: number;
1586
+ ObjectLockMode?: ObjectLockMode | string;
1587
+ ObjectLockRetainUntilDate?: Date;
1588
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
1589
+ }
1590
+ export interface HeadObjectRequest {
1591
+ Bucket: string | undefined;
1592
+ IfMatch?: string;
1593
+ IfModifiedSince?: Date;
1594
+ IfNoneMatch?: string;
1595
+ IfUnmodifiedSince?: Date;
1596
+ Key: string | undefined;
1597
+ Range?: string;
1598
+ VersionId?: string;
1599
+ SSECustomerAlgorithm?: string;
1600
+ SSECustomerKey?: string;
1601
+ SSECustomerKeyMD5?: string;
1602
+ RequestPayer?: RequestPayer | string;
1603
+ PartNumber?: number;
1604
+ ExpectedBucketOwner?: string;
1605
+ ChecksumMode?: ChecksumMode | string;
1606
+ }
1607
+ export interface ListBucketAnalyticsConfigurationsOutput {
1608
+ IsTruncated?: boolean;
1609
+ ContinuationToken?: string;
1610
+ NextContinuationToken?: string;
1611
+ AnalyticsConfigurationList?: AnalyticsConfiguration[];
1612
+ }
1613
+ export interface ListBucketAnalyticsConfigurationsRequest {
1614
+ Bucket: string | undefined;
1615
+ ContinuationToken?: string;
1616
+ ExpectedBucketOwner?: string;
1617
+ }
1618
+ export interface ListBucketIntelligentTieringConfigurationsOutput {
1619
+ IsTruncated?: boolean;
1620
+ ContinuationToken?: string;
1621
+ NextContinuationToken?: string;
1622
+ IntelligentTieringConfigurationList?: IntelligentTieringConfiguration[];
1623
+ }
1624
+ export interface ListBucketIntelligentTieringConfigurationsRequest {
1625
+ Bucket: string | undefined;
1626
+ ContinuationToken?: string;
1627
+ }
1628
+ export interface ListBucketInventoryConfigurationsOutput {
1629
+ ContinuationToken?: string;
1630
+ InventoryConfigurationList?: InventoryConfiguration[];
1631
+ IsTruncated?: boolean;
1632
+ NextContinuationToken?: string;
1633
+ }
1634
+ export interface ListBucketInventoryConfigurationsRequest {
1635
+ Bucket: string | undefined;
1636
+ ContinuationToken?: string;
1637
+ ExpectedBucketOwner?: string;
1638
+ }
1639
+ export interface ListBucketMetricsConfigurationsOutput {
1640
+ IsTruncated?: boolean;
1641
+ ContinuationToken?: string;
1642
+ NextContinuationToken?: string;
1643
+ MetricsConfigurationList?: MetricsConfiguration[];
1644
+ }
1645
+ export interface ListBucketMetricsConfigurationsRequest {
1646
+ Bucket: string | undefined;
1647
+ ContinuationToken?: string;
1648
+ ExpectedBucketOwner?: string;
1649
+ }
1650
+ export interface Bucket {
1651
+ Name?: string;
1652
+ CreationDate?: Date;
1653
+ }
1654
+ export interface ListBucketsOutput {
1655
+ Buckets?: Bucket[];
1656
+ Owner?: Owner;
1657
+ }
1658
+ export interface CommonPrefix {
1659
+ Prefix?: string;
1660
+ }
1661
+ export declare const EncodingType: {
1662
+ readonly url: "url";
1663
+ };
1664
+ export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
1665
+ export interface Initiator {
1666
+ ID?: string;
1667
+ DisplayName?: string;
1668
+ }
1669
+ export interface MultipartUpload {
1670
+ UploadId?: string;
1671
+ Key?: string;
1672
+ Initiated?: Date;
1673
+ StorageClass?: StorageClass | string;
1674
+ Owner?: Owner;
1675
+ Initiator?: Initiator;
1676
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1677
+ }
1678
+ export interface ListMultipartUploadsOutput {
1679
+ Bucket?: string;
1680
+ KeyMarker?: string;
1681
+ UploadIdMarker?: string;
1682
+ NextKeyMarker?: string;
1683
+ Prefix?: string;
1684
+ Delimiter?: string;
1685
+ NextUploadIdMarker?: string;
1686
+ MaxUploads?: number;
1687
+ IsTruncated?: boolean;
1688
+ Uploads?: MultipartUpload[];
1689
+ CommonPrefixes?: CommonPrefix[];
1690
+ EncodingType?: EncodingType | string;
1691
+ RequestCharged?: RequestCharged | string;
1692
+ }
1693
+ export interface ListMultipartUploadsRequest {
1694
+ Bucket: string | undefined;
1695
+ Delimiter?: string;
1696
+ EncodingType?: EncodingType | string;
1697
+ KeyMarker?: string;
1698
+ MaxUploads?: number;
1699
+ Prefix?: string;
1700
+ UploadIdMarker?: string;
1701
+ ExpectedBucketOwner?: string;
1702
+ RequestPayer?: RequestPayer | string;
1703
+ }
1704
+ export interface RestoreStatus {
1705
+ IsRestoreInProgress?: boolean;
1706
+ RestoreExpiryDate?: Date;
1707
+ }
1708
+ export declare const ObjectStorageClass: {
1709
+ readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
1710
+ readonly GLACIER: "GLACIER";
1711
+ readonly GLACIER_IR: "GLACIER_IR";
1712
+ readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
1713
+ readonly ONEZONE_IA: "ONEZONE_IA";
1714
+ readonly OUTPOSTS: "OUTPOSTS";
1715
+ readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
1716
+ readonly SNOW: "SNOW";
1717
+ readonly STANDARD: "STANDARD";
1718
+ readonly STANDARD_IA: "STANDARD_IA";
1719
+ };
1720
+ export type ObjectStorageClass =
1721
+ (typeof ObjectStorageClass)[keyof typeof ObjectStorageClass];
1722
+ export interface _Object {
1723
+ Key?: string;
1724
+ LastModified?: Date;
1725
+ ETag?: string;
1726
+ ChecksumAlgorithm?: (ChecksumAlgorithm | string)[];
1727
+ Size?: number;
1728
+ StorageClass?: ObjectStorageClass | string;
1729
+ Owner?: Owner;
1730
+ RestoreStatus?: RestoreStatus;
1731
+ }
1732
+ export interface ListObjectsOutput {
1733
+ IsTruncated?: boolean;
1734
+ Marker?: string;
1735
+ NextMarker?: string;
1736
+ Contents?: _Object[];
1737
+ Name?: string;
1738
+ Prefix?: string;
1739
+ Delimiter?: string;
1740
+ MaxKeys?: number;
1741
+ CommonPrefixes?: CommonPrefix[];
1742
+ EncodingType?: EncodingType | string;
1743
+ RequestCharged?: RequestCharged | string;
1744
+ }
1745
+ export declare const OptionalObjectAttributes: {
1746
+ readonly RESTORE_STATUS: "RestoreStatus";
1747
+ };
1748
+ export type OptionalObjectAttributes =
1749
+ (typeof OptionalObjectAttributes)[keyof typeof OptionalObjectAttributes];
1750
+ export interface ListObjectsRequest {
1751
+ Bucket: string | undefined;
1752
+ Delimiter?: string;
1753
+ EncodingType?: EncodingType | string;
1754
+ Marker?: string;
1755
+ MaxKeys?: number;
1756
+ Prefix?: string;
1757
+ RequestPayer?: RequestPayer | string;
1758
+ ExpectedBucketOwner?: string;
1759
+ OptionalObjectAttributes?: (OptionalObjectAttributes | string)[];
1760
+ }
1761
+ export declare class NoSuchBucket extends __BaseException {
1762
+ readonly name: "NoSuchBucket";
1763
+ readonly $fault: "client";
1764
+ constructor(opts: __ExceptionOptionType<NoSuchBucket, __BaseException>);
1765
+ }
1766
+ export interface ListObjectsV2Output {
1767
+ IsTruncated?: boolean;
1768
+ Contents?: _Object[];
1769
+ Name?: string;
1770
+ Prefix?: string;
1771
+ Delimiter?: string;
1772
+ MaxKeys?: number;
1773
+ CommonPrefixes?: CommonPrefix[];
1774
+ EncodingType?: EncodingType | string;
1775
+ KeyCount?: number;
1776
+ ContinuationToken?: string;
1777
+ NextContinuationToken?: string;
1778
+ StartAfter?: string;
1779
+ RequestCharged?: RequestCharged | string;
1780
+ }
1781
+ export interface ListObjectsV2Request {
1782
+ Bucket: string | undefined;
1783
+ Delimiter?: string;
1784
+ EncodingType?: EncodingType | string;
1785
+ MaxKeys?: number;
1786
+ Prefix?: string;
1787
+ ContinuationToken?: string;
1788
+ FetchOwner?: boolean;
1789
+ StartAfter?: string;
1790
+ RequestPayer?: RequestPayer | string;
1791
+ ExpectedBucketOwner?: string;
1792
+ OptionalObjectAttributes?: (OptionalObjectAttributes | string)[];
1793
+ }
1794
+ export interface DeleteMarkerEntry {
1795
+ Owner?: Owner;
1796
+ Key?: string;
1797
+ VersionId?: string;
1798
+ IsLatest?: boolean;
1799
+ LastModified?: Date;
1800
+ }
1801
+ export declare const ObjectVersionStorageClass: {
1802
+ readonly STANDARD: "STANDARD";
1803
+ };
1804
+ export type ObjectVersionStorageClass =
1805
+ (typeof ObjectVersionStorageClass)[keyof typeof ObjectVersionStorageClass];
1806
+ export interface ObjectVersion {
1807
+ ETag?: string;
1808
+ ChecksumAlgorithm?: (ChecksumAlgorithm | string)[];
1809
+ Size?: number;
1810
+ StorageClass?: ObjectVersionStorageClass | string;
1811
+ Key?: string;
1812
+ VersionId?: string;
1813
+ IsLatest?: boolean;
1814
+ LastModified?: Date;
1815
+ Owner?: Owner;
1816
+ RestoreStatus?: RestoreStatus;
1817
+ }
1818
+ export interface ListObjectVersionsOutput {
1819
+ IsTruncated?: boolean;
1820
+ KeyMarker?: string;
1821
+ VersionIdMarker?: string;
1822
+ NextKeyMarker?: string;
1823
+ NextVersionIdMarker?: string;
1824
+ Versions?: ObjectVersion[];
1825
+ DeleteMarkers?: DeleteMarkerEntry[];
1826
+ Name?: string;
1827
+ Prefix?: string;
1828
+ Delimiter?: string;
1829
+ MaxKeys?: number;
1830
+ CommonPrefixes?: CommonPrefix[];
1831
+ EncodingType?: EncodingType | string;
1832
+ RequestCharged?: RequestCharged | string;
1833
+ }
1834
+ export interface ListObjectVersionsRequest {
1835
+ Bucket: string | undefined;
1836
+ Delimiter?: string;
1837
+ EncodingType?: EncodingType | string;
1838
+ KeyMarker?: string;
1839
+ MaxKeys?: number;
1840
+ Prefix?: string;
1841
+ VersionIdMarker?: string;
1842
+ ExpectedBucketOwner?: string;
1843
+ RequestPayer?: RequestPayer | string;
1844
+ OptionalObjectAttributes?: (OptionalObjectAttributes | string)[];
1845
+ }
1846
+ export interface Part {
1847
+ PartNumber?: number;
1848
+ LastModified?: Date;
1849
+ ETag?: string;
1850
+ Size?: number;
1851
+ ChecksumCRC32?: string;
1852
+ ChecksumCRC32C?: string;
1853
+ ChecksumSHA1?: string;
1854
+ ChecksumSHA256?: string;
1855
+ }
1856
+ export interface ListPartsOutput {
1857
+ AbortDate?: Date;
1858
+ AbortRuleId?: string;
1859
+ Bucket?: string;
1860
+ Key?: string;
1861
+ UploadId?: string;
1862
+ PartNumberMarker?: string;
1863
+ NextPartNumberMarker?: string;
1864
+ MaxParts?: number;
1865
+ IsTruncated?: boolean;
1866
+ Parts?: Part[];
1867
+ Initiator?: Initiator;
1868
+ Owner?: Owner;
1869
+ StorageClass?: StorageClass | string;
1870
+ RequestCharged?: RequestCharged | string;
1871
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1872
+ }
1873
+ export interface ListPartsRequest {
1874
+ Bucket: string | undefined;
1875
+ Key: string | undefined;
1876
+ MaxParts?: number;
1877
+ PartNumberMarker?: string;
1878
+ UploadId: string | undefined;
1879
+ RequestPayer?: RequestPayer | string;
1880
+ ExpectedBucketOwner?: string;
1881
+ SSECustomerAlgorithm?: string;
1882
+ SSECustomerKey?: string;
1883
+ SSECustomerKeyMD5?: string;
1884
+ }
1885
+ export interface PutBucketAccelerateConfigurationRequest {
1886
+ Bucket: string | undefined;
1887
+ AccelerateConfiguration: AccelerateConfiguration | undefined;
1888
+ ExpectedBucketOwner?: string;
1889
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1890
+ }
1891
+ export interface PutBucketAclRequest {
1892
+ ACL?: BucketCannedACL | string;
1893
+ AccessControlPolicy?: AccessControlPolicy;
1894
+ Bucket: string | undefined;
1895
+ ContentMD5?: string;
1896
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1897
+ GrantFullControl?: string;
1898
+ GrantRead?: string;
1899
+ GrantReadACP?: string;
1900
+ GrantWrite?: string;
1901
+ GrantWriteACP?: string;
1902
+ ExpectedBucketOwner?: string;
1903
+ }
1904
+ export interface PutBucketAnalyticsConfigurationRequest {
1905
+ Bucket: string | undefined;
1906
+ Id: string | undefined;
1907
+ AnalyticsConfiguration: AnalyticsConfiguration | undefined;
1908
+ ExpectedBucketOwner?: string;
1909
+ }
1910
+ export interface CORSConfiguration {
1911
+ CORSRules: CORSRule[] | undefined;
1912
+ }
1913
+ export interface PutBucketCorsRequest {
1914
+ Bucket: string | undefined;
1915
+ CORSConfiguration: CORSConfiguration | undefined;
1916
+ ContentMD5?: string;
1917
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1918
+ ExpectedBucketOwner?: string;
1919
+ }
1920
+ export interface PutBucketEncryptionRequest {
1921
+ Bucket: string | undefined;
1922
+ ContentMD5?: string;
1923
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1924
+ ServerSideEncryptionConfiguration:
1925
+ | ServerSideEncryptionConfiguration
1926
+ | undefined;
1927
+ ExpectedBucketOwner?: string;
1928
+ }
1929
+ export interface PutBucketIntelligentTieringConfigurationRequest {
1930
+ Bucket: string | undefined;
1931
+ Id: string | undefined;
1932
+ IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
1933
+ }
1934
+ export interface PutBucketInventoryConfigurationRequest {
1935
+ Bucket: string | undefined;
1936
+ Id: string | undefined;
1937
+ InventoryConfiguration: InventoryConfiguration | undefined;
1938
+ ExpectedBucketOwner?: string;
1939
+ }
1940
+ export interface BucketLifecycleConfiguration {
1941
+ Rules: LifecycleRule[] | undefined;
1942
+ }
1943
+ export interface PutBucketLifecycleConfigurationRequest {
1944
+ Bucket: string | undefined;
1945
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1946
+ LifecycleConfiguration?: BucketLifecycleConfiguration;
1947
+ ExpectedBucketOwner?: string;
1948
+ }
1949
+ export interface BucketLoggingStatus {
1950
+ LoggingEnabled?: LoggingEnabled;
1951
+ }
1952
+ export interface PutBucketLoggingRequest {
1953
+ Bucket: string | undefined;
1954
+ BucketLoggingStatus: BucketLoggingStatus | undefined;
1955
+ ContentMD5?: string;
1956
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1957
+ ExpectedBucketOwner?: string;
1958
+ }
1959
+ export interface PutBucketMetricsConfigurationRequest {
1960
+ Bucket: string | undefined;
1961
+ Id: string | undefined;
1962
+ MetricsConfiguration: MetricsConfiguration | undefined;
1963
+ ExpectedBucketOwner?: string;
1964
+ }
1965
+ export interface PutBucketNotificationConfigurationRequest {
1966
+ Bucket: string | undefined;
1967
+ NotificationConfiguration: NotificationConfiguration | undefined;
1968
+ ExpectedBucketOwner?: string;
1969
+ SkipDestinationValidation?: boolean;
1970
+ }
1971
+ export interface PutBucketOwnershipControlsRequest {
1972
+ Bucket: string | undefined;
1973
+ ContentMD5?: string;
1974
+ ExpectedBucketOwner?: string;
1975
+ OwnershipControls: OwnershipControls | undefined;
1976
+ }
1977
+ export interface PutBucketPolicyRequest {
1978
+ Bucket: string | undefined;
1979
+ ContentMD5?: string;
1980
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1981
+ ConfirmRemoveSelfBucketAccess?: boolean;
1982
+ Policy: string | undefined;
1983
+ ExpectedBucketOwner?: string;
1984
+ }
1985
+ export interface PutBucketReplicationRequest {
1986
+ Bucket: string | undefined;
1987
+ ContentMD5?: string;
1988
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
1989
+ ReplicationConfiguration: ReplicationConfiguration | undefined;
1990
+ Token?: string;
1991
+ ExpectedBucketOwner?: string;
1992
+ }
1993
+ export interface RequestPaymentConfiguration {
1994
+ Payer: Payer | string | undefined;
1995
+ }
1996
+ export interface PutBucketRequestPaymentRequest {
1997
+ Bucket: string | undefined;
1998
+ ContentMD5?: string;
1999
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2000
+ RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
2001
+ ExpectedBucketOwner?: string;
2002
+ }
2003
+ export interface Tagging {
2004
+ TagSet: Tag[] | undefined;
2005
+ }
2006
+ export interface PutBucketTaggingRequest {
2007
+ Bucket: string | undefined;
2008
+ ContentMD5?: string;
2009
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2010
+ Tagging: Tagging | undefined;
2011
+ ExpectedBucketOwner?: string;
2012
+ }
2013
+ export declare const MFADelete: {
2014
+ readonly Disabled: "Disabled";
2015
+ readonly Enabled: "Enabled";
2016
+ };
2017
+ export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
2018
+ export interface VersioningConfiguration {
2019
+ MFADelete?: MFADelete | string;
2020
+ Status?: BucketVersioningStatus | string;
2021
+ }
2022
+ export interface PutBucketVersioningRequest {
2023
+ Bucket: string | undefined;
2024
+ ContentMD5?: string;
2025
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2026
+ MFA?: string;
2027
+ VersioningConfiguration: VersioningConfiguration | undefined;
2028
+ ExpectedBucketOwner?: string;
2029
+ }
2030
+ export interface WebsiteConfiguration {
2031
+ ErrorDocument?: ErrorDocument;
2032
+ IndexDocument?: IndexDocument;
2033
+ RedirectAllRequestsTo?: RedirectAllRequestsTo;
2034
+ RoutingRules?: RoutingRule[];
2035
+ }
2036
+ export interface PutBucketWebsiteRequest {
2037
+ Bucket: string | undefined;
2038
+ ContentMD5?: string;
2039
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2040
+ WebsiteConfiguration: WebsiteConfiguration | undefined;
2041
+ ExpectedBucketOwner?: string;
2042
+ }
2043
+ export interface PutObjectOutput {
2044
+ Expiration?: string;
2045
+ ETag?: string;
2046
+ ChecksumCRC32?: string;
2047
+ ChecksumCRC32C?: string;
2048
+ ChecksumSHA1?: string;
2049
+ ChecksumSHA256?: string;
2050
+ ServerSideEncryption?: ServerSideEncryption | string;
2051
+ VersionId?: string;
2052
+ SSECustomerAlgorithm?: string;
2053
+ SSECustomerKeyMD5?: string;
2054
+ SSEKMSKeyId?: string;
2055
+ SSEKMSEncryptionContext?: string;
2056
+ BucketKeyEnabled?: boolean;
2057
+ RequestCharged?: RequestCharged | string;
2058
+ }
2059
+ export interface PutObjectRequest {
2060
+ ACL?: ObjectCannedACL | string;
2061
+ Body?: Readable | ReadableStream | Blob;
2062
+ Bucket: string | undefined;
2063
+ CacheControl?: string;
2064
+ ContentDisposition?: string;
2065
+ ContentEncoding?: string;
2066
+ ContentLanguage?: string;
2067
+ ContentLength?: number;
2068
+ ContentMD5?: string;
2069
+ ContentType?: string;
2070
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2071
+ ChecksumCRC32?: string;
2072
+ ChecksumCRC32C?: string;
2073
+ ChecksumSHA1?: string;
2074
+ ChecksumSHA256?: string;
2075
+ Expires?: Date;
2076
+ GrantFullControl?: string;
2077
+ GrantRead?: string;
2078
+ GrantReadACP?: string;
2079
+ GrantWriteACP?: string;
2080
+ Key: string | undefined;
2081
+ Metadata?: Record<string, string>;
2082
+ ServerSideEncryption?: ServerSideEncryption | string;
2083
+ StorageClass?: StorageClass | string;
2084
+ WebsiteRedirectLocation?: string;
2085
+ SSECustomerAlgorithm?: string;
2086
+ SSECustomerKey?: string;
2087
+ SSECustomerKeyMD5?: string;
2088
+ SSEKMSKeyId?: string;
2089
+ SSEKMSEncryptionContext?: string;
2090
+ BucketKeyEnabled?: boolean;
2091
+ RequestPayer?: RequestPayer | string;
2092
+ Tagging?: string;
2093
+ ObjectLockMode?: ObjectLockMode | string;
2094
+ ObjectLockRetainUntilDate?: Date;
2095
+ ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus | string;
2096
+ ExpectedBucketOwner?: string;
2097
+ }
2098
+ export interface PutObjectAclOutput {
2099
+ RequestCharged?: RequestCharged | string;
2100
+ }
2101
+ export interface PutObjectAclRequest {
2102
+ ACL?: ObjectCannedACL | string;
2103
+ AccessControlPolicy?: AccessControlPolicy;
2104
+ Bucket: string | undefined;
2105
+ ContentMD5?: string;
2106
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2107
+ GrantFullControl?: string;
2108
+ GrantRead?: string;
2109
+ GrantReadACP?: string;
2110
+ GrantWrite?: string;
2111
+ GrantWriteACP?: string;
2112
+ Key: string | undefined;
2113
+ RequestPayer?: RequestPayer | string;
2114
+ VersionId?: string;
2115
+ ExpectedBucketOwner?: string;
2116
+ }
2117
+ export interface PutObjectLegalHoldOutput {
2118
+ RequestCharged?: RequestCharged | string;
2119
+ }
2120
+ export interface PutObjectLegalHoldRequest {
2121
+ Bucket: string | undefined;
2122
+ Key: string | undefined;
2123
+ LegalHold?: ObjectLockLegalHold;
2124
+ RequestPayer?: RequestPayer | string;
2125
+ VersionId?: string;
2126
+ ContentMD5?: string;
2127
+ ChecksumAlgorithm?: ChecksumAlgorithm | string;
2128
+ ExpectedBucketOwner?: string;
2129
+ }
2130
+ export declare const CompleteMultipartUploadOutputFilterSensitiveLog: (
2131
+ obj: CompleteMultipartUploadOutput
2132
+ ) => any;
2133
+ export declare const CompleteMultipartUploadRequestFilterSensitiveLog: (
2134
+ obj: CompleteMultipartUploadRequest
2135
+ ) => any;
2136
+ export declare const CopyObjectOutputFilterSensitiveLog: (
2137
+ obj: CopyObjectOutput
2138
+ ) => any;
2139
+ export declare const CopyObjectRequestFilterSensitiveLog: (
2140
+ obj: CopyObjectRequest
2141
+ ) => any;
2142
+ export declare const CreateMultipartUploadOutputFilterSensitiveLog: (
2143
+ obj: CreateMultipartUploadOutput
2144
+ ) => any;
2145
+ export declare const CreateMultipartUploadRequestFilterSensitiveLog: (
2146
+ obj: CreateMultipartUploadRequest
2147
+ ) => any;
2148
+ export declare const ServerSideEncryptionByDefaultFilterSensitiveLog: (
2149
+ obj: ServerSideEncryptionByDefault
2150
+ ) => any;
2151
+ export declare const ServerSideEncryptionRuleFilterSensitiveLog: (
2152
+ obj: ServerSideEncryptionRule
2153
+ ) => any;
2154
+ export declare const ServerSideEncryptionConfigurationFilterSensitiveLog: (
2155
+ obj: ServerSideEncryptionConfiguration
2156
+ ) => any;
2157
+ export declare const GetBucketEncryptionOutputFilterSensitiveLog: (
2158
+ obj: GetBucketEncryptionOutput
2159
+ ) => any;
2160
+ export declare const SSEKMSFilterSensitiveLog: (obj: SSEKMS) => any;
2161
+ export declare const InventoryEncryptionFilterSensitiveLog: (
2162
+ obj: InventoryEncryption
2163
+ ) => any;
2164
+ export declare const InventoryS3BucketDestinationFilterSensitiveLog: (
2165
+ obj: InventoryS3BucketDestination
2166
+ ) => any;
2167
+ export declare const InventoryDestinationFilterSensitiveLog: (
2168
+ obj: InventoryDestination
2169
+ ) => any;
2170
+ export declare const InventoryConfigurationFilterSensitiveLog: (
2171
+ obj: InventoryConfiguration
2172
+ ) => any;
2173
+ export declare const GetBucketInventoryConfigurationOutputFilterSensitiveLog: (
2174
+ obj: GetBucketInventoryConfigurationOutput
2175
+ ) => any;
2176
+ export declare const GetObjectOutputFilterSensitiveLog: (
2177
+ obj: GetObjectOutput
2178
+ ) => any;
2179
+ export declare const GetObjectRequestFilterSensitiveLog: (
2180
+ obj: GetObjectRequest
2181
+ ) => any;
2182
+ export declare const GetObjectAttributesRequestFilterSensitiveLog: (
2183
+ obj: GetObjectAttributesRequest
2184
+ ) => any;
2185
+ export declare const GetObjectTorrentOutputFilterSensitiveLog: (
2186
+ obj: GetObjectTorrentOutput
2187
+ ) => any;
2188
+ export declare const HeadObjectOutputFilterSensitiveLog: (
2189
+ obj: HeadObjectOutput
2190
+ ) => any;
2191
+ export declare const HeadObjectRequestFilterSensitiveLog: (
2192
+ obj: HeadObjectRequest
2193
+ ) => any;
2194
+ export declare const ListBucketInventoryConfigurationsOutputFilterSensitiveLog: (
2195
+ obj: ListBucketInventoryConfigurationsOutput
2196
+ ) => any;
2197
+ export declare const ListPartsRequestFilterSensitiveLog: (
2198
+ obj: ListPartsRequest
2199
+ ) => any;
2200
+ export declare const PutBucketEncryptionRequestFilterSensitiveLog: (
2201
+ obj: PutBucketEncryptionRequest
2202
+ ) => any;
2203
+ export declare const PutBucketInventoryConfigurationRequestFilterSensitiveLog: (
2204
+ obj: PutBucketInventoryConfigurationRequest
2205
+ ) => any;
2206
+ export declare const PutObjectOutputFilterSensitiveLog: (
2207
+ obj: PutObjectOutput
2208
+ ) => any;
2209
+ export declare const PutObjectRequestFilterSensitiveLog: (
2210
+ obj: PutObjectRequest
2211
+ ) => any;