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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (382) hide show
  1. package/dist/externalVersion.js +11 -11
  2. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +4 -0
  3. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +10 -5
  4. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +7 -0
  5. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +7 -0
  6. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +6 -0
  7. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +7 -0
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +7 -0
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +59 -0
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +7 -0
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +7 -0
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +7 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +7 -0
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +7 -0
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +7 -0
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +7 -0
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +7 -0
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +7 -0
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +6 -0
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +6 -0
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +7 -0
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +7 -0
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +7 -0
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +7 -0
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +7 -0
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +7 -0
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +7 -0
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +7 -0
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +7 -0
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +7 -0
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +7 -0
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +7 -0
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +7 -0
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +7 -0
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +7 -0
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +7 -0
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +7 -0
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +7 -0
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +6 -0
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +7 -0
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +6 -0
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +6 -0
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +6 -0
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +6 -0
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +6 -0
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +7 -0
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +6 -0
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +7 -0
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +6 -0
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +58 -0
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +7 -0
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +7 -0
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +7 -0
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +7 -0
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +7 -0
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +7 -0
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +7 -0
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +7 -0
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +7 -0
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +7 -0
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +7 -0
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +7 -0
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +7 -0
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +7 -0
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +7 -0
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +7 -0
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +7 -0
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +7 -0
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +7 -0
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +7 -0
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +10 -3
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +6 -0
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +6 -0
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +6 -0
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +6 -0
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +7 -0
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +6 -0
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +9 -0
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +7 -0
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +6 -0
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +6 -0
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +2 -0
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +1 -0
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +1 -1
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/extensionConfiguration.js +2 -0
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3 -3
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +50 -32
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +18 -1
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +29 -0
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +1 -0
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +226 -97
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +2 -2
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +5 -1
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +20 -17
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +22 -0
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +4 -0
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +11 -6
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +7 -0
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +7 -0
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +6 -0
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +7 -0
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +7 -0
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +55 -0
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +7 -0
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +7 -0
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +7 -0
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +7 -0
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +7 -0
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +7 -0
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +7 -0
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +7 -0
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +7 -0
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -0
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +6 -0
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +7 -0
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +7 -0
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +7 -0
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +7 -0
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +7 -0
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +7 -0
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +7 -0
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +7 -0
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +7 -0
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +7 -0
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +7 -0
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +7 -0
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +7 -0
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +7 -0
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +7 -0
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +7 -0
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +7 -0
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +7 -0
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +6 -0
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +7 -0
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -0
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -0
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -0
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -0
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +6 -0
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +7 -0
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -0
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +7 -0
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -0
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +54 -0
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +7 -0
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +7 -0
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +7 -0
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +7 -0
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +7 -0
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +7 -0
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +7 -0
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +7 -0
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +7 -0
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +7 -0
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +7 -0
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +7 -0
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +7 -0
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +7 -0
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +7 -0
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +7 -0
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +7 -0
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +7 -0
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +7 -0
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +7 -0
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +8 -1
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +6 -0
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +6 -0
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +6 -0
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +6 -0
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +7 -0
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +6 -0
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +9 -0
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +7 -0
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +6 -0
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +6 -0
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +2 -0
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +1 -0
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +1 -1
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-es/extensionConfiguration.js +1 -0
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +1 -0
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +45 -27
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +15 -0
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +25 -0
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +1 -0
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +218 -93
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +5 -1
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +20 -17
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +18 -0
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +14 -0
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +14 -5
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +37 -5
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +98 -62
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +108 -164
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +116 -69
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +146 -222
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +145 -0
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -1
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +35 -0
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -1
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -3
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -1
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -1
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -1
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -1
  243. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +48 -19
  244. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -1
  245. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -1
  246. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -1
  247. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +83 -11
  248. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +4 -1
  249. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +109 -34
  250. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
  251. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -2
  252. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +7 -4
  253. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -2
  254. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
  255. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -1
  256. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
  257. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +5 -2
  258. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
  259. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -4
  260. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -1
  261. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -1
  262. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
  263. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -1
  264. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +54 -23
  265. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +4 -1
  266. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +5 -2
  267. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +4 -1
  268. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -1
  269. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -1
  270. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +4 -1
  271. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +5 -2
  272. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +113 -73
  273. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +127 -136
  274. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +5 -2
  275. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +4 -1
  276. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +5 -2
  277. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +23 -20
  278. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +8 -4
  279. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
  280. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +53 -19
  281. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +95 -80
  282. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -1
  283. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -1
  284. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +5 -2
  285. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -1
  286. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
  287. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +98 -0
  288. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +117 -49
  289. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -2
  290. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +5 -2
  291. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +52 -10
  292. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +47 -14
  293. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -1
  294. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +46 -37
  295. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -2
  296. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +4 -1
  297. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +8 -9
  298. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +9 -5
  299. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +23 -20
  300. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +33 -26
  301. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +22 -11
  302. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -1
  303. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -1
  304. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -1
  305. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +54 -18
  306. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +29 -20
  307. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +5 -2
  308. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +23 -37
  309. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -8
  310. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -2
  311. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +46 -40
  312. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +150 -119
  313. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -3
  314. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +7 -3
  315. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +5 -2
  316. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +24 -58
  317. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
  318. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +99 -94
  319. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +51 -42
  320. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +104 -71
  321. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +108 -99
  322. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +9 -12
  323. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +2 -0
  324. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +8 -0
  325. package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +8 -0
  326. package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -0
  327. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3714 -1386
  328. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1639 -111
  329. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +7 -0
  330. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +1 -0
  331. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +18 -0
  332. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -2
  333. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +45 -37
  334. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -2
  335. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -1
  336. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +17 -0
  337. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +34 -0
  338. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +17 -1
  339. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -0
  340. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +5 -3
  341. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +8 -3
  342. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +4 -2
  343. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +42 -0
  344. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  345. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  346. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  347. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  348. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  349. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  350. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +6 -8
  351. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  352. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +5 -7
  353. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -7
  354. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +2 -0
  355. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +5 -0
  356. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  357. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -0
  358. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +235 -303
  359. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +201 -41
  360. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +11 -0
  361. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +1 -0
  362. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
  363. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -2
  364. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +72 -54
  365. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -2
  366. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -1
  367. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  368. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  369. package/dist/node_modules/mime-match/package.json +1 -1
  370. package/dist/node_modules/mkdirp/package.json +1 -1
  371. package/dist/node_modules/multer-aliyun-oss/index.js +14 -106
  372. package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
  373. package/dist/node_modules/multer-cos/index.js +4 -4
  374. package/dist/node_modules/multer-cos/package.json +1 -1
  375. package/dist/node_modules/multer-s3/index.js +4 -4
  376. package/dist/node_modules/multer-s3/package.json +1 -1
  377. package/dist/server/migrations/20231120142523-fix-storage.js +1 -0
  378. package/package.json +2 -2
  379. package/dist/node_modules/multer-aliyun-oss/bridge.js +0 -1010
  380. package/dist/node_modules/multer-aliyun-oss/events.js +0 -977
  381. package/dist/node_modules/multer-aliyun-oss/setup-node-sandbox.js +0 -461
  382. package/dist/node_modules/multer-aliyun-oss/setup-sandbox.js +0 -545
@@ -23,9 +23,12 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Sets the permissions on an existing bucket using access control lists (ACL). For more
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Sets the permissions on an existing bucket using access control lists (ACL). For more
27
30
  * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3_ACLs_UsingACLs.html">Using ACLs</a>. To set the ACL of a
28
- * bucket, you must have <code>WRITE_ACP</code> permission.</p>
31
+ * bucket, you must have the <code>WRITE_ACP</code> permission.</p>
29
32
  * <p>You can use one of the following two ways to set a bucket's permissions:</p>
30
33
  * <ul>
31
34
  * <li>
@@ -57,29 +60,33 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
57
60
  * <p>You can set access permissions by using one of the following methods:</p>
58
61
  * <ul>
59
62
  * <li>
60
- * <p>Specify a canned ACL with the <code>x-amz-acl</code> request header. Amazon S3 supports
61
- * a set of predefined ACLs, known as <i>canned ACLs</i>. Each canned ACL
62
- * has a predefined set of grantees and permissions. Specify the canned ACL name as the
63
- * value of <code>x-amz-acl</code>. If you use this header, you cannot use other access
64
- * control-specific headers in your request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
65
- * ACL</a>.</p>
63
+ * <p>Specify a canned ACL with the <code>x-amz-acl</code> request header. Amazon S3
64
+ * supports a set of predefined ACLs, known as <i>canned
65
+ * ACLs</i>. Each canned ACL has a predefined set of grantees and
66
+ * permissions. Specify the canned ACL name as the value of
67
+ * <code>x-amz-acl</code>. If you use this header, you cannot use other
68
+ * access control-specific headers in your request. For more information, see
69
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
70
+ * ACL</a>.</p>
66
71
  * </li>
67
72
  * <li>
68
- * <p>Specify access permissions explicitly with the <code>x-amz-grant-read</code>,
69
- * <code>x-amz-grant-read-acp</code>, <code>x-amz-grant-write-acp</code>, and
70
- * <code>x-amz-grant-full-control</code> headers. When using these headers, you
71
- * specify explicit access permissions and grantees (Amazon Web Services accounts or Amazon S3 groups) who
72
- * will receive the permission. If you use these ACL-specific headers, you cannot use
73
- * the <code>x-amz-acl</code> header to set a canned ACL. These parameters map to the
74
- * set of permissions that Amazon S3 supports in an ACL. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control
75
- * List (ACL) Overview</a>.</p>
76
- * <p>You specify each grantee as a type=value pair, where the type is one of the
77
- * following:</p>
73
+ * <p>Specify access permissions explicitly with the
74
+ * <code>x-amz-grant-read</code>, <code>x-amz-grant-read-acp</code>,
75
+ * <code>x-amz-grant-write-acp</code>, and
76
+ * <code>x-amz-grant-full-control</code> headers. When using these headers,
77
+ * you specify explicit access permissions and grantees (Amazon Web Services accounts or Amazon S3
78
+ * groups) who will receive the permission. If you use these ACL-specific
79
+ * headers, you cannot use the <code>x-amz-acl</code> header to set a canned
80
+ * ACL. These parameters map to the set of permissions that Amazon S3 supports in an
81
+ * ACL. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL)
82
+ * Overview</a>.</p>
83
+ * <p>You specify each grantee as a type=value pair, where the type is one of
84
+ * the following:</p>
78
85
  * <ul>
79
86
  * <li>
80
87
  * <p>
81
- * <code>id</code> – if the value specified is the canonical user ID of an
82
- * Amazon Web Services account</p>
88
+ * <code>id</code> – if the value specified is the canonical user ID
89
+ * of an Amazon Web Services account</p>
83
90
  * </li>
84
91
  * <li>
85
92
  * <p>
@@ -88,8 +95,8 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
88
95
  * </li>
89
96
  * <li>
90
97
  * <p>
91
- * <code>emailAddress</code> – if the value specified is the email address of
92
- * an Amazon Web Services account</p>
98
+ * <code>emailAddress</code> – if the value specified is the email
99
+ * address of an Amazon Web Services account</p>
93
100
  * <note>
94
101
  * <p>Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: </p>
95
102
  * <ul>
@@ -122,29 +129,31 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
122
129
  * </note>
123
130
  * </li>
124
131
  * </ul>
125
- * <p>For example, the following <code>x-amz-grant-write</code> header grants create,
126
- * overwrite, and delete objects permission to LogDelivery group predefined by Amazon S3 and
127
- * two Amazon Web Services accounts identified by their email addresses.</p>
132
+ * <p>For example, the following <code>x-amz-grant-write</code> header grants
133
+ * create, overwrite, and delete objects permission to LogDelivery group
134
+ * predefined by Amazon S3 and two Amazon Web Services accounts identified by their email
135
+ * addresses.</p>
128
136
  * <p>
129
- * <code>x-amz-grant-write: uri="http://acs.amazonaws.com/groups/s3/LogDelivery",
130
- * id="111122223333", id="555566667777" </code>
137
+ * <code>x-amz-grant-write:
138
+ * uri="http://acs.amazonaws.com/groups/s3/LogDelivery", id="111122223333",
139
+ * id="555566667777" </code>
131
140
  * </p>
132
141
  * </li>
133
142
  * </ul>
134
- * <p>You can use either a canned ACL or specify access permissions explicitly. You cannot do
135
- * both.</p>
143
+ * <p>You can use either a canned ACL or specify access permissions explicitly. You
144
+ * cannot do both.</p>
136
145
  * </dd>
137
146
  * <dt>Grantee Values</dt>
138
147
  * <dd>
139
- * <p>You can specify the person (grantee) to whom you're assigning access rights (using
140
- * request elements) in the following ways:</p>
148
+ * <p>You can specify the person (grantee) to whom you're assigning access rights
149
+ * (using request elements) in the following ways:</p>
141
150
  * <ul>
142
151
  * <li>
143
152
  * <p>By the person's ID:</p>
144
153
  * <p>
145
154
  * <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
146
- * xsi:type="CanonicalUser"><ID><>ID<></ID><DisplayName><>GranteesEmail<></DisplayName>
147
- * </Grantee></code>
155
+ * xsi:type="CanonicalUser"><ID><>ID<></ID><DisplayName><>GranteesEmail<></DisplayName>
156
+ * </Grantee></code>
148
157
  * </p>
149
158
  * <p>DisplayName is optional and ignored in the request</p>
150
159
  * </li>
@@ -152,17 +161,17 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
152
161
  * <p>By URI:</p>
153
162
  * <p>
154
163
  * <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
155
- * xsi:type="Group"><URI><>http://acs.amazonaws.com/groups/global/AuthenticatedUsers<></URI></Grantee></code>
164
+ * xsi:type="Group"><URI><>http://acs.amazonaws.com/groups/global/AuthenticatedUsers<></URI></Grantee></code>
156
165
  * </p>
157
166
  * </li>
158
167
  * <li>
159
168
  * <p>By Email address:</p>
160
169
  * <p>
161
170
  * <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
162
- * xsi:type="AmazonCustomerByEmail"><EmailAddress><>Grantees@email.com<></EmailAddress>&</Grantee></code>
171
+ * xsi:type="AmazonCustomerByEmail"><EmailAddress><>Grantees@email.com<></EmailAddress>&</Grantee></code>
163
172
  * </p>
164
- * <p>The grantee is resolved to the CanonicalUser and, in a response to a GET Object
165
- * acl request, appears as the CanonicalUser. </p>
173
+ * <p>The grantee is resolved to the CanonicalUser and, in a response to a GET
174
+ * Object acl request, appears as the CanonicalUser. </p>
166
175
  * <note>
167
176
  * <p>Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: </p>
168
177
  * <ul>
@@ -23,7 +23,10 @@ export interface PutBucketAnalyticsConfigurationCommandOutput extends __Metadata
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Sets an analytics configuration for the bucket (specified by the analytics configuration
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Sets an analytics configuration for the bucket (specified by the analytics configuration
27
30
  * ID). You can have up to 1,000 analytics configurations per bucket.</p>
28
31
  * <p>You can choose to have storage class analysis export analysis reports sent to a
29
32
  * comma-separated values (CSV) flat file. See the <code>DataExport</code> request element.
@@ -107,7 +110,8 @@ export interface PutBucketAnalyticsConfigurationCommandOutput extends __Metadata
107
110
  * </ul>
108
111
  * </li>
109
112
  * </ul>
110
- * <p>The following operations are related to <code>PutBucketAnalyticsConfiguration</code>:</p>
113
+ * <p>The following operations are related to
114
+ * <code>PutBucketAnalyticsConfiguration</code>:</p>
111
115
  * <ul>
112
116
  * <li>
113
117
  * <p>
@@ -23,7 +23,10 @@ export interface PutBucketCorsCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Sets the <code>cors</code> configuration for your bucket. If the configuration exists,
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Sets the <code>cors</code> configuration for your bucket. If the configuration exists,
27
30
  * Amazon S3 replaces it.</p>
28
31
  * <p>To use this operation, you must be allowed to perform the <code>s3:PutBucketCORS</code>
29
32
  * action. By default, the bucket owner has this permission and can grant it to others.</p>
@@ -23,18 +23,17 @@ export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>This action uses the <code>encryption</code> subresource to configure default encryption
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>This action uses the <code>encryption</code> subresource to configure default encryption
27
30
  * and Amazon S3 Bucket Keys for an existing bucket.</p>
28
31
  * <p>By default, all buckets have a default encryption configuration that uses server-side
29
32
  * encryption with Amazon S3 managed keys (SSE-S3). You can optionally configure default encryption
30
- * for a bucket by using server-side encryption with Key Management Service (KMS) keys (SSE-KMS),
31
- * dual-layer server-side encryption with Amazon Web Services KMS keys (DSSE-KMS), or server-side
32
- * encryption with customer-provided keys (SSE-C). If you specify default encryption by using
33
- * SSE-KMS, you can also configure Amazon S3 Bucket Keys. For information about bucket default
34
- * encryption, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 bucket default encryption</a>
35
- * in the <i>Amazon S3 User Guide</i>. For more information about S3 Bucket Keys, see
36
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html">Amazon S3 Bucket
37
- * Keys</a> in the <i>Amazon S3 User Guide</i>.</p>
33
+ * for a bucket by using server-side encryption with Key Management Service (KMS) keys (SSE-KMS) or
34
+ * dual-layer server-side encryption with Amazon Web Services KMS keys (DSSE-KMS). If you specify default encryption by using
35
+ * SSE-KMS, you can also configure <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html">Amazon S3 Bucket
36
+ * Keys</a>. If you use PutBucketEncryption to set your <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">default bucket encryption</a> to SSE-KMS, you should verify that your KMS key ID is correct. Amazon S3 does not validate the KMS key ID provided in PutBucketEncryption requests.</p>
38
37
  * <important>
39
38
  * <p>This action requires Amazon Web Services Signature Version 4. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">
40
39
  * Authenticating Requests (Amazon Web Services Signature Version 4)</a>. </p>
@@ -23,7 +23,10 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Puts a S3 Intelligent-Tiering configuration to the specified bucket. You can have up to
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Puts a S3 Intelligent-Tiering configuration to the specified bucket. You can have up to
27
30
  * 1,000 S3 Intelligent-Tiering configurations per bucket.</p>
28
31
  * <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in three low latency and high throughput access tiers. To get the lowest storage cost on data that can be accessed in minutes to hours, you can choose to activate additional archiving capabilities.</p>
29
32
  * <p>The S3 Intelligent-Tiering storage class is the ideal storage class for data with unknown, changing, or unpredictable access patterns, independent of object size or retention period. If the size of an object is less than 128 KB, it is not monitored and not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the Frequent Access tier rates in the S3 Intelligent-Tiering storage class.</p>
@@ -52,7 +55,8 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _
52
55
  * or Deep Archive Access tier.</p>
53
56
  * </note>
54
57
  * <p>
55
- * <code>PutBucketIntelligentTieringConfiguration</code> has the following special errors:</p>
58
+ * <code>PutBucketIntelligentTieringConfiguration</code> has the following special
59
+ * errors:</p>
56
60
  * <dl>
57
61
  * <dt>HTTP 400 Bad Request Error</dt>
58
62
  * <dd>
@@ -72,9 +76,9 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _
72
76
  * <dt>HTTP 403 Forbidden Error</dt>
73
77
  * <dd>
74
78
  * <p>
75
- * <i>Cause:</i> You are not the owner of the specified bucket,
76
- * or you do not have the <code>s3:PutIntelligentTieringConfiguration</code>
77
- * bucket permission to set the configuration on the bucket. </p>
79
+ * <i>Cause:</i> You are not the owner of the specified bucket, or
80
+ * you do not have the <code>s3:PutIntelligentTieringConfiguration</code> bucket
81
+ * permission to set the configuration on the bucket. </p>
78
82
  * </dd>
79
83
  * </dl>
80
84
  * @example
@@ -23,7 +23,10 @@ export interface PutBucketInventoryConfigurationCommandOutput extends __Metadata
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>This implementation of the <code>PUT</code> action adds an inventory configuration
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>This implementation of the <code>PUT</code> action adds an inventory configuration
27
30
  * (identified by the inventory ID) to the bucket. You can have up to 1,000 inventory
28
31
  * configurations per bucket. </p>
29
32
  * <p>Amazon S3 inventory generates inventories of the objects in the bucket on a daily or weekly
@@ -47,20 +50,19 @@ export interface PutBucketInventoryConfigurationCommandOutput extends __Metadata
47
50
  * <dt>Permissions</dt>
48
51
  * <dd>
49
52
  * <p>To use this operation, you must have permission to perform the
50
- * <code>s3:PutInventoryConfiguration</code> action. The bucket owner has this permission
51
- * by default and can grant this permission to others. </p>
52
- * <p>The <code>s3:PutInventoryConfiguration</code> permission allows a user to create an
53
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html">S3
54
- * Inventory</a> report that includes all object metadata fields available and to
55
- * specify the destination bucket to store the inventory. A user with read access to objects
56
- * in the destination bucket can also access all object metadata fields that are available in
57
- * the inventory report. </p>
53
+ * <code>s3:PutInventoryConfiguration</code> action. The bucket owner has this
54
+ * permission by default and can grant this permission to others. </p>
55
+ * <p>The <code>s3:PutInventoryConfiguration</code> permission allows a user to
56
+ * create an <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html">S3 Inventory</a>
57
+ * report that includes all object metadata fields available and to specify the
58
+ * destination bucket to store the inventory. A user with read access to objects in
59
+ * the destination bucket can also access all object metadata fields that are
60
+ * available in the inventory report. </p>
58
61
  * <p>To restrict access to an inventory report, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html#example-bucket-policies-use-case-10">Restricting access to an Amazon S3 Inventory report</a> in the
59
- * <i>Amazon S3 User Guide</i>. For more information about the metadata fields
60
- * available in S3 Inventory, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html#storage-inventory-contents">Amazon S3
61
- * Inventory lists</a> in the <i>Amazon S3 User Guide</i>. For more
62
- * information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions related to bucket subresource operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Identity and
63
- * access management in Amazon S3</a> in the <i>Amazon S3 User Guide</i>.</p>
62
+ * <i>Amazon S3 User Guide</i>. For more information about the metadata
63
+ * fields available in S3 Inventory, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html#storage-inventory-contents">Amazon S3 Inventory lists</a> in the <i>Amazon S3 User Guide</i>. For
64
+ * more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions related to bucket subresource operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Identity and access management in Amazon S3</a> in the
65
+ * <i>Amazon S3 User Guide</i>.</p>
64
66
  * </dd>
65
67
  * </dl>
66
68
  * <p>
@@ -79,17 +81,18 @@ export interface PutBucketInventoryConfigurationCommandOutput extends __Metadata
79
81
  * <i>Code:</i> TooManyConfigurations</p>
80
82
  * <p>
81
83
  * <i>Cause:</i> You are attempting to create a new configuration
82
- * but have already reached the 1,000-configuration limit. </p>
84
+ * but have already reached the 1,000-configuration limit. </p>
83
85
  * </dd>
84
86
  * <dt>HTTP 403 Forbidden Error</dt>
85
87
  * <dd>
86
88
  * <p>
87
- * <i>Cause:</i> You are not the owner of the specified bucket,
88
- * or you do not have the <code>s3:PutInventoryConfiguration</code> bucket
89
- * permission to set the configuration on the bucket. </p>
89
+ * <i>Cause:</i> You are not the owner of the specified bucket, or
90
+ * you do not have the <code>s3:PutInventoryConfiguration</code> bucket permission to
91
+ * set the configuration on the bucket. </p>
90
92
  * </dd>
91
93
  * </dl>
92
- * <p>The following operations are related to <code>PutBucketInventoryConfiguration</code>:</p>
94
+ * <p>The following operations are related to
95
+ * <code>PutBucketInventoryConfiguration</code>:</p>
93
96
  * <ul>
94
97
  * <li>
95
98
  * <p>
@@ -138,7 +141,7 @@ export interface PutBucketInventoryConfigurationCommandOutput extends __Metadata
138
141
  * Id: "STRING_VALUE", // required
139
142
  * IncludedObjectVersions: "All" || "Current", // required
140
143
  * OptionalFields: [ // InventoryOptionalFields
141
- * "Size" || "LastModifiedDate" || "StorageClass" || "ETag" || "IsMultipartUploaded" || "ReplicationStatus" || "EncryptionStatus" || "ObjectLockRetainUntilDate" || "ObjectLockMode" || "ObjectLockLegalHoldStatus" || "IntelligentTieringAccessTier" || "BucketKeyStatus" || "ChecksumAlgorithm",
144
+ * "Size" || "LastModifiedDate" || "StorageClass" || "ETag" || "IsMultipartUploaded" || "ReplicationStatus" || "EncryptionStatus" || "ObjectLockRetainUntilDate" || "ObjectLockMode" || "ObjectLockLegalHoldStatus" || "IntelligentTieringAccessTier" || "BucketKeyStatus" || "ChecksumAlgorithm" || "ObjectAccessControlList" || "ObjectOwner",
142
145
  * ],
143
146
  * Schedule: { // InventorySchedule
144
147
  * Frequency: "Daily" || "Weekly", // required
@@ -23,7 +23,10 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Creates a new lifecycle configuration for the bucket or replaces an existing lifecycle
27
30
  * configuration. Keep in mind that this will overwrite an existing lifecycle configuration,
28
31
  * so if you want to retain any configuration details, they must be included in the new
29
32
  * lifecycle configuration. For information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html">Managing
@@ -39,40 +42,43 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
39
42
  * <dt>Rules</dt>
40
43
  * <dd>
41
44
  * <p>You specify the lifecycle configuration in your request body. The lifecycle
42
- * configuration is specified as XML consisting of one or more rules. An Amazon S3 Lifecycle
43
- * configuration can have up to 1,000 rules. This limit is not adjustable. Each rule consists
44
- * of the following:</p>
45
+ * configuration is specified as XML consisting of one or more rules. An Amazon S3
46
+ * Lifecycle configuration can have up to 1,000 rules. This limit is not adjustable.
47
+ * Each rule consists of the following:</p>
45
48
  * <ul>
46
49
  * <li>
47
- * <p>A filter identifying a subset of objects to which the rule applies. The filter can
48
- * be based on a key name prefix, object tags, or a combination of both.</p>
50
+ * <p>A filter identifying a subset of objects to which the rule applies. The
51
+ * filter can be based on a key name prefix, object tags, or a combination of
52
+ * both.</p>
49
53
  * </li>
50
54
  * <li>
51
55
  * <p>A status indicating whether the rule is in effect.</p>
52
56
  * </li>
53
57
  * <li>
54
- * <p>One or more lifecycle transition and expiration actions that you want Amazon S3 to
55
- * perform on the objects identified by the filter. If the state of your bucket is
56
- * versioning-enabled or versioning-suspended, you can have many versions of the same
57
- * object (one current version and zero or more noncurrent versions). Amazon S3 provides
58
- * predefined actions that you can specify for current and noncurrent object
59
- * versions.</p>
58
+ * <p>One or more lifecycle transition and expiration actions that you want
59
+ * Amazon S3 to perform on the objects identified by the filter. If the state of
60
+ * your bucket is versioning-enabled or versioning-suspended, you can have many
61
+ * versions of the same object (one current version and zero or more noncurrent
62
+ * versions). Amazon S3 provides predefined actions that you can specify for current
63
+ * and noncurrent object versions.</p>
60
64
  * </li>
61
65
  * </ul>
62
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle Management</a>
63
- * and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html">Lifecycle Configuration Elements</a>.</p>
66
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle
67
+ * Management</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html">Lifecycle Configuration
68
+ * Elements</a>.</p>
64
69
  * </dd>
65
70
  * <dt>Permissions</dt>
66
71
  * <dd>
67
- * <p>By default, all Amazon S3 resources are private, including buckets, objects, and related
68
- * subresources (for example, lifecycle configuration and website configuration). Only the
69
- * resource owner (that is, the Amazon Web Services account that created it) can access the resource. The
70
- * resource owner can optionally grant access permissions to others by writing an access
71
- * policy. For this operation, a user must get the <code>s3:PutLifecycleConfiguration</code>
72
- * permission.</p>
73
- * <p>You can also explicitly deny permissions. An explicit deny also supersedes any other
74
- * permissions. If you want to block users or accounts from removing or deleting objects from
75
- * your bucket, you must deny them permissions for the following actions:</p>
72
+ * <p>By default, all Amazon S3 resources are private, including buckets, objects, and
73
+ * related subresources (for example, lifecycle configuration and website
74
+ * configuration). Only the resource owner (that is, the Amazon Web Services account that created
75
+ * it) can access the resource. The resource owner can optionally grant access
76
+ * permissions to others by writing an access policy. For this operation, a user must
77
+ * get the <code>s3:PutLifecycleConfiguration</code> permission.</p>
78
+ * <p>You can also explicitly deny permissions. An explicit deny also supersedes any
79
+ * other permissions. If you want to block users or accounts from removing or
80
+ * deleting objects from your bucket, you must deny them permissions for the
81
+ * following actions:</p>
76
82
  * <ul>
77
83
  * <li>
78
84
  * <p>
@@ -90,11 +96,12 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
90
96
  * </p>
91
97
  * </li>
92
98
  * </ul>
93
- * <p>For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to
94
- * Your Amazon S3 Resources</a>.</p>
99
+ * <p>For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access
100
+ * Permissions to Your Amazon S3 Resources</a>.</p>
95
101
  * </dd>
96
102
  * </dl>
97
- * <p>The following operations are related to <code>PutBucketLifecycleConfiguration</code>:</p>
103
+ * <p>The following operations are related to
104
+ * <code>PutBucketLifecycleConfiguration</code>:</p>
98
105
  * <ul>
99
106
  * <li>
100
107
  * <p>
@@ -23,7 +23,10 @@ export interface PutBucketLoggingCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Set the logging parameters for a bucket and to specify permissions for who can view and
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Set the logging parameters for a bucket and to specify permissions for who can view and
27
30
  * modify the logging parameters. All logs are saved to buckets in the same Amazon Web Services Region as
28
31
  * the source bucket. To set the logging status of a bucket, you must be the bucket
29
32
  * owner.</p>
@@ -41,15 +44,15 @@ export interface PutBucketLoggingCommandOutput extends __MetadataBearer {
41
44
  * <dl>
42
45
  * <dt>Grantee Values</dt>
43
46
  * <dd>
44
- * <p>You can specify the person (grantee) to whom you're assigning access rights (by using
45
- * request elements) in the following ways:</p>
47
+ * <p>You can specify the person (grantee) to whom you're assigning access rights (by
48
+ * using request elements) in the following ways:</p>
46
49
  * <ul>
47
50
  * <li>
48
51
  * <p>By the person's ID:</p>
49
52
  * <p>
50
53
  * <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
51
- * xsi:type="CanonicalUser"><ID><>ID<></ID><DisplayName><>GranteesEmail<></DisplayName>
52
- * </Grantee></code>
54
+ * xsi:type="CanonicalUser"><ID><>ID<></ID><DisplayName><>GranteesEmail<></DisplayName>
55
+ * </Grantee></code>
53
56
  * </p>
54
57
  * <p>
55
58
  * <code>DisplayName</code> is optional and ignored in the request.</p>
@@ -58,23 +61,25 @@ export interface PutBucketLoggingCommandOutput extends __MetadataBearer {
58
61
  * <p>By Email address:</p>
59
62
  * <p>
60
63
  * <code> <Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
61
- * xsi:type="AmazonCustomerByEmail"><EmailAddress><>Grantees@email.com<></EmailAddress></Grantee></code>
64
+ * xsi:type="AmazonCustomerByEmail"><EmailAddress><>Grantees@email.com<></EmailAddress></Grantee></code>
62
65
  * </p>
63
- * <p>The grantee is resolved to the <code>CanonicalUser</code> and, in a response to a <code>GETObjectAcl</code>
64
- * request, appears as the CanonicalUser.</p>
66
+ * <p>The grantee is resolved to the <code>CanonicalUser</code> and, in a
67
+ * response to a <code>GETObjectAcl</code> request, appears as the
68
+ * CanonicalUser.</p>
65
69
  * </li>
66
70
  * <li>
67
71
  * <p>By URI:</p>
68
72
  * <p>
69
73
  * <code><Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
70
- * xsi:type="Group"><URI><>http://acs.amazonaws.com/groups/global/AuthenticatedUsers<></URI></Grantee></code>
74
+ * xsi:type="Group"><URI><>http://acs.amazonaws.com/groups/global/AuthenticatedUsers<></URI></Grantee></code>
71
75
  * </p>
72
76
  * </li>
73
77
  * </ul>
74
78
  * </dd>
75
79
  * </dl>
76
- * <p>To enable logging, you use <code>LoggingEnabled</code> and its children request elements. To disable
77
- * logging, you use an empty <code>BucketLoggingStatus</code> request element:</p>
80
+ * <p>To enable logging, you use <code>LoggingEnabled</code> and its children request
81
+ * elements. To disable logging, you use an empty <code>BucketLoggingStatus</code> request
82
+ * element:</p>
78
83
  * <p>
79
84
  * <code><BucketLoggingStatus xmlns="http://doc.s3.amazonaws.com/2006-03-01"
80
85
  * /></code>
@@ -130,6 +135,12 @@ export interface PutBucketLoggingCommandOutput extends __MetadataBearer {
130
135
  * },
131
136
  * ],
132
137
  * TargetPrefix: "STRING_VALUE", // required
138
+ * TargetObjectKeyFormat: { // TargetObjectKeyFormat
139
+ * SimplePrefix: {},
140
+ * PartitionedPrefix: { // PartitionedPrefix
141
+ * PartitionDateSource: "EventTime" || "DeliveryTime",
142
+ * },
143
+ * },
133
144
  * },
134
145
  * },
135
146
  * ContentMD5: "STRING_VALUE",
@@ -23,7 +23,10 @@ export interface PutBucketMetricsConfigurationCommandOutput extends __MetadataBe
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.
27
30
  * You can have up to 1,000 metrics configurations per bucket. If you're updating an existing
28
31
  * metrics configuration, note that this is a full replacement of the existing metrics
29
32
  * configuration. If you don't include the elements you want to keep, they are erased.</p>
@@ -23,7 +23,10 @@ export interface PutBucketNotificationConfigurationCommandOutput extends __Metad
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Enables notifications of specified events for a bucket. For more information about event
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Enables notifications of specified events for a bucket. For more information about event
27
30
  * notifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Configuring Event
28
31
  * Notifications</a>.</p>
29
32
  * <p>Using this API, you can replace an existing notification configuration. The
@@ -23,7 +23,10 @@ export interface PutBucketOwnershipControlsCommandOutput extends __MetadataBeare
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates or modifies <code>OwnershipControls</code> for an Amazon S3 bucket. To use this
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Creates or modifies <code>OwnershipControls</code> for an Amazon S3 bucket. To use this
27
30
  * operation, you must have the <code>s3:PutBucketOwnershipControls</code> permission. For
28
31
  * more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/user-guide/using-with-s3-actions.html">Specifying permissions in a
29
32
  * policy</a>. </p>