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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (382) hide show
  1. package/dist/externalVersion.js +11 -11
  2. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +4 -0
  3. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +10 -5
  4. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +7 -0
  5. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +7 -0
  6. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +6 -0
  7. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +7 -0
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +7 -0
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +59 -0
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +7 -0
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +7 -0
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +7 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +7 -0
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +7 -0
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +7 -0
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +7 -0
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +7 -0
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +7 -0
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +6 -0
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +6 -0
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +7 -0
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +7 -0
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +7 -0
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +7 -0
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +7 -0
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +7 -0
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +7 -0
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +7 -0
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +7 -0
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +7 -0
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +7 -0
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +7 -0
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +7 -0
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +7 -0
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +7 -0
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +7 -0
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +7 -0
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +7 -0
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +6 -0
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +7 -0
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +6 -0
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +6 -0
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +6 -0
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +6 -0
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +6 -0
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +7 -0
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +6 -0
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +7 -0
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +6 -0
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +58 -0
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +7 -0
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +7 -0
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +7 -0
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +7 -0
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +7 -0
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +7 -0
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +7 -0
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +7 -0
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +7 -0
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +7 -0
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +7 -0
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +7 -0
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +7 -0
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +7 -0
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +7 -0
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +7 -0
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +7 -0
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +7 -0
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +7 -0
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +7 -0
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +10 -3
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +6 -0
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +6 -0
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +6 -0
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +6 -0
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +7 -0
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +6 -0
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +9 -0
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +7 -0
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +6 -0
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +6 -0
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +2 -0
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +1 -0
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +1 -1
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/extensionConfiguration.js +2 -0
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3 -3
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +50 -32
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +18 -1
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +29 -0
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +1 -0
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +226 -97
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +2 -2
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +5 -1
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +20 -17
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +22 -0
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +4 -0
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +11 -6
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +7 -0
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +7 -0
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +6 -0
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +7 -0
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +7 -0
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +55 -0
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +7 -0
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +7 -0
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +7 -0
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +7 -0
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +7 -0
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +7 -0
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +7 -0
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +7 -0
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +7 -0
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -0
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +6 -0
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +7 -0
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +7 -0
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +7 -0
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +7 -0
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +7 -0
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +7 -0
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +7 -0
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +7 -0
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +7 -0
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +7 -0
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +7 -0
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +7 -0
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +7 -0
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +7 -0
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +7 -0
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +7 -0
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +7 -0
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +7 -0
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +6 -0
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +7 -0
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -0
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -0
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -0
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -0
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +6 -0
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +7 -0
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -0
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +7 -0
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -0
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +54 -0
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +7 -0
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +7 -0
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +7 -0
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +7 -0
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +7 -0
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +7 -0
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +7 -0
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +7 -0
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +7 -0
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +7 -0
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +7 -0
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +7 -0
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +7 -0
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +7 -0
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +7 -0
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +7 -0
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +7 -0
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +7 -0
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +7 -0
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +7 -0
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +8 -1
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +6 -0
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +6 -0
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +6 -0
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +6 -0
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +7 -0
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +6 -0
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +9 -0
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +7 -0
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +6 -0
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +6 -0
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +2 -0
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +1 -0
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +1 -1
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-es/extensionConfiguration.js +1 -0
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +1 -0
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +45 -27
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +15 -0
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +25 -0
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +1 -0
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +218 -93
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +5 -1
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +20 -17
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +18 -0
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +14 -0
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +14 -5
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +37 -5
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +98 -62
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +108 -164
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +116 -69
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +146 -222
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +145 -0
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -1
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +35 -0
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -1
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -3
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -1
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -1
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -1
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -1
  243. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +48 -19
  244. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -1
  245. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -1
  246. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -1
  247. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +83 -11
  248. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +4 -1
  249. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +109 -34
  250. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
  251. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -2
  252. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +7 -4
  253. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -2
  254. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
  255. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -1
  256. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
  257. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +5 -2
  258. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
  259. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -4
  260. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -1
  261. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -1
  262. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
  263. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -1
  264. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +54 -23
  265. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +4 -1
  266. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +5 -2
  267. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +4 -1
  268. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -1
  269. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -1
  270. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +4 -1
  271. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +5 -2
  272. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +113 -73
  273. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +127 -136
  274. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +5 -2
  275. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +4 -1
  276. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +5 -2
  277. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +23 -20
  278. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +8 -4
  279. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
  280. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +53 -19
  281. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +95 -80
  282. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -1
  283. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -1
  284. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +5 -2
  285. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -1
  286. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
  287. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +98 -0
  288. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +117 -49
  289. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -2
  290. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +5 -2
  291. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +52 -10
  292. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +47 -14
  293. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -1
  294. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +46 -37
  295. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -2
  296. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +4 -1
  297. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +8 -9
  298. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +9 -5
  299. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +23 -20
  300. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +33 -26
  301. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +22 -11
  302. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -1
  303. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -1
  304. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -1
  305. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +54 -18
  306. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +29 -20
  307. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +5 -2
  308. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +23 -37
  309. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -8
  310. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -2
  311. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +46 -40
  312. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +150 -119
  313. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -3
  314. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +7 -3
  315. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +5 -2
  316. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +24 -58
  317. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
  318. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +99 -94
  319. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +51 -42
  320. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +104 -71
  321. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +108 -99
  322. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +9 -12
  323. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +2 -0
  324. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +8 -0
  325. package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +8 -0
  326. package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -0
  327. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3714 -1386
  328. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1639 -111
  329. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +7 -0
  330. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +1 -0
  331. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +18 -0
  332. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -2
  333. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +45 -37
  334. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -2
  335. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -1
  336. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +17 -0
  337. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +34 -0
  338. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +17 -1
  339. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -0
  340. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +5 -3
  341. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +8 -3
  342. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +4 -2
  343. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +42 -0
  344. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  345. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  346. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  347. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  348. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  349. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  350. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +6 -8
  351. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  352. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +5 -7
  353. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -7
  354. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +2 -0
  355. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +5 -0
  356. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  357. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -0
  358. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +235 -303
  359. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +201 -41
  360. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +11 -0
  361. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +1 -0
  362. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
  363. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -2
  364. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +72 -54
  365. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -2
  366. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -1
  367. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  368. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  369. package/dist/node_modules/mime-match/package.json +1 -1
  370. package/dist/node_modules/mkdirp/package.json +1 -1
  371. package/dist/node_modules/multer-aliyun-oss/index.js +14 -106
  372. package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
  373. package/dist/node_modules/multer-cos/index.js +4 -4
  374. package/dist/node_modules/multer-cos/package.json +1 -1
  375. package/dist/node_modules/multer-s3/index.js +4 -4
  376. package/dist/node_modules/multer-s3/package.json +1 -1
  377. package/dist/server/migrations/20231120142523-fix-storage.js +1 -0
  378. package/package.json +2 -2
  379. package/dist/node_modules/multer-aliyun-oss/bridge.js +0 -1010
  380. package/dist/node_modules/multer-aliyun-oss/events.js +0 -977
  381. package/dist/node_modules/multer-aliyun-oss/setup-node-sandbox.js +0 -461
  382. package/dist/node_modules/multer-aliyun-oss/setup-sandbox.js +0 -545
@@ -23,8 +23,11 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Restores an archived copy of an object back into Amazon S3</p>
27
- * <p>This action is not supported by Amazon S3 on Outposts.</p>
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>Restores an archived copy of an object back into Amazon S3</p>
30
+ * <p>This functionality is not supported for Amazon S3 on Outposts.</p>
28
31
  * <p>This action performs the following types of requests: </p>
29
32
  * <ul>
30
33
  * <li>
@@ -47,41 +50,39 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
47
50
  * <li>
48
51
  * <p>
49
52
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3_ACLs_UsingACLs.html">Managing Access with ACLs</a> in the
50
- * <i>Amazon S3 User Guide</i>
53
+ * <i>Amazon S3 User Guide</i>
51
54
  * </p>
52
55
  * </li>
53
56
  * <li>
54
57
  * <p>
55
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Protecting Data Using
56
- * Server-Side Encryption</a> in the
57
- * <i>Amazon S3 User Guide</i>
58
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Protecting Data Using Server-Side Encryption</a> in the
59
+ * <i>Amazon S3 User Guide</i>
58
60
  * </p>
59
61
  * </li>
60
62
  * </ul>
61
- * <p>Define the SQL expression for the <code>SELECT</code> type of restoration for your
62
- * query in the request body's <code>SelectParameters</code> structure. You can use
63
- * expressions like the following examples.</p>
63
+ * <p>Define the SQL expression for the <code>SELECT</code> type of restoration for your query
64
+ * in the request body's <code>SelectParameters</code> structure. You can use expressions like
65
+ * the following examples.</p>
64
66
  * <ul>
65
67
  * <li>
66
- * <p>The following expression returns all records from the specified
67
- * object.</p>
68
+ * <p>The following expression returns all records from the specified object.</p>
68
69
  * <p>
69
70
  * <code>SELECT * FROM Object</code>
70
71
  * </p>
71
72
  * </li>
72
73
  * <li>
73
- * <p>Assuming that you are not using any headers for data stored in the object,
74
- * you can specify columns with positional headers.</p>
74
+ * <p>Assuming that you are not using any headers for data stored in the object, you can
75
+ * specify columns with positional headers.</p>
75
76
  * <p>
76
77
  * <code>SELECT s._1, s._2 FROM Object s WHERE s._3 > 100</code>
77
78
  * </p>
78
79
  * </li>
79
80
  * <li>
80
81
  * <p>If you have headers and you set the <code>fileHeaderInfo</code> in the
81
- * <code>CSV</code> structure in the request body to <code>USE</code>, you can
82
- * specify headers in the query. (If you set the <code>fileHeaderInfo</code> field
83
- * to <code>IGNORE</code>, the first row is skipped for the query.) You cannot mix
84
- * ordinal positions with header column names. </p>
82
+ * <code>CSV</code> structure in the request body to <code>USE</code>, you can
83
+ * specify headers in the query. (If you set the <code>fileHeaderInfo</code> field to
84
+ * <code>IGNORE</code>, the first row is skipped for the query.) You cannot mix
85
+ * ordinal positions with header column names. </p>
85
86
  * <p>
86
87
  * <code>SELECT s.Id, s.FirstName, s.SSN FROM S3Object s</code>
87
88
  * </p>
@@ -117,100 +118,104 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
117
118
  * <dt>Permissions</dt>
118
119
  * <dd>
119
120
  * <p>To use this operation, you must have permissions to perform the
120
- * <code>s3:RestoreObject</code> action. The bucket owner has this permission by default
121
- * and can grant this permission to others. For 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">Managing
122
- * Access Permissions to Your Amazon S3 Resources</a> in the
123
- * <i>Amazon S3 User Guide</i>.</p>
121
+ * <code>s3:RestoreObject</code> action. The bucket owner has this permission by
122
+ * default and can grant this permission to others. For more information about
123
+ * 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">Managing Access Permissions to Your Amazon S3 Resources</a> in the
124
+ * <i>Amazon S3 User Guide</i>.</p>
124
125
  * </dd>
125
126
  * <dt>Restoring objects</dt>
126
127
  * <dd>
127
- * <p>Objects that you archive to the S3 Glacier Flexible Retrieval Flexible Retrieval or
128
- * S3 Glacier Deep Archive storage class, and S3 Intelligent-Tiering Archive or
128
+ * <p>Objects that you archive to the S3 Glacier Flexible Retrieval Flexible Retrieval
129
+ * or S3 Glacier Deep Archive storage class, and S3 Intelligent-Tiering Archive or
129
130
  * S3 Intelligent-Tiering Deep Archive tiers, are not accessible in real time. For objects in the
130
- * S3 Glacier Flexible Retrieval Flexible Retrieval or S3 Glacier Deep Archive storage
131
- * classes, you must first initiate a restore request, and then wait until a temporary copy of
132
- * the object is available. If you want a permanent copy of the object, create a copy of it in
133
- * the Amazon S3 Standard storage class in your S3 bucket. To access an archived object, you must
134
- * restore the object for the duration (number of days) that you specify. For objects in the
135
- * Archive Access or Deep Archive Access tiers of S3 Intelligent-Tiering, you must first
136
- * initiate a restore request, and then wait until the object is moved into the Frequent
137
- * Access tier.</p>
138
- * <p>To restore a specific object version, you can provide a version ID. If you don't provide
139
- * a version ID, Amazon S3 restores the current version.</p>
140
- * <p>When restoring an archived object, you can specify one of the following data access tier
141
- * options in the <code>Tier</code> element of the request body: </p>
131
+ * S3 Glacier Flexible Retrieval Flexible Retrieval or S3 Glacier Deep Archive
132
+ * storage classes, you must first initiate a restore request, and then wait until a
133
+ * temporary copy of the object is available. If you want a permanent copy of the
134
+ * object, create a copy of it in the Amazon S3 Standard storage class in your S3 bucket.
135
+ * To access an archived object, you must restore the object for the duration (number
136
+ * of days) that you specify. For objects in the Archive Access or Deep Archive
137
+ * Access tiers of S3 Intelligent-Tiering, you must first initiate a restore request,
138
+ * and then wait until the object is moved into the Frequent Access tier.</p>
139
+ * <p>To restore a specific object version, you can provide a version ID. If you
140
+ * don't provide a version ID, Amazon S3 restores the current version.</p>
141
+ * <p>When restoring an archived object, you can specify one of the following data
142
+ * access tier options in the <code>Tier</code> element of the request body: </p>
142
143
  * <ul>
143
144
  * <li>
144
145
  * <p>
145
- * <code>Expedited</code> - Expedited retrievals allow you to quickly access your
146
- * data stored in the S3 Glacier Flexible Retrieval Flexible Retrieval storage class or
147
- * S3 Intelligent-Tiering Archive tier when occasional urgent requests for restoring archives
148
- * are required. For all but the largest archived objects (250 MB+), data accessed using
149
- * Expedited retrievals is typically made available within 1–5 minutes. Provisioned
150
- * capacity ensures that retrieval capacity for Expedited retrievals is available when
151
- * you need it. Expedited retrievals and provisioned capacity are not available for
152
- * objects stored in the S3 Glacier Deep Archive storage class or
146
+ * <code>Expedited</code> - Expedited retrievals allow you to quickly access
147
+ * your data stored in the S3 Glacier Flexible Retrieval Flexible Retrieval
148
+ * storage class or S3 Intelligent-Tiering Archive tier when occasional urgent requests
149
+ * for restoring archives are required. For all but the largest archived
150
+ * objects (250 MB+), data accessed using Expedited retrievals is typically
151
+ * made available within 1–5 minutes. Provisioned capacity ensures that
152
+ * retrieval capacity for Expedited retrievals is available when you need it.
153
+ * Expedited retrievals and provisioned capacity are not available for objects
154
+ * stored in the S3 Glacier Deep Archive storage class or
153
155
  * S3 Intelligent-Tiering Deep Archive tier.</p>
154
156
  * </li>
155
157
  * <li>
156
158
  * <p>
157
- * <code>Standard</code> - Standard retrievals allow you to access any of your
158
- * archived objects within several hours. This is the default option for retrieval
159
- * requests that do not specify the retrieval option. Standard retrievals typically
160
- * finish within 3–5 hours for objects stored in the S3 Glacier Flexible Retrieval Flexible
161
- * Retrieval storage class or S3 Intelligent-Tiering Archive tier. They typically finish within
162
- * 12 hours for objects stored in the S3 Glacier Deep Archive storage class or
163
- * S3 Intelligent-Tiering Deep Archive tier. Standard retrievals are free for objects stored in
164
- * S3 Intelligent-Tiering.</p>
159
+ * <code>Standard</code> - Standard retrievals allow you to access any of
160
+ * your archived objects within several hours. This is the default option for
161
+ * retrieval requests that do not specify the retrieval option. Standard
162
+ * retrievals typically finish within 3–5 hours for objects stored in the
163
+ * S3 Glacier Flexible Retrieval Flexible Retrieval storage class or
164
+ * S3 Intelligent-Tiering Archive tier. They typically finish within 12 hours for
165
+ * objects stored in the S3 Glacier Deep Archive storage class or
166
+ * S3 Intelligent-Tiering Deep Archive tier. Standard retrievals are free for objects stored
167
+ * in S3 Intelligent-Tiering.</p>
165
168
  * </li>
166
169
  * <li>
167
170
  * <p>
168
- * <code>Bulk</code> - Bulk retrievals free for objects stored in the S3 Glacier
169
- * Flexible Retrieval and S3 Intelligent-Tiering storage classes, enabling you to
170
- * retrieve large amounts, even petabytes, of data at no cost. Bulk retrievals typically
171
- * finish within 5–12 hours for objects stored in the S3 Glacier Flexible Retrieval
172
- * Flexible Retrieval storage class or S3 Intelligent-Tiering Archive tier. Bulk retrievals are
173
- * also the lowest-cost retrieval option when restoring objects from
174
- * S3 Glacier Deep Archive. They typically finish within 48 hours for objects
175
- * stored in the S3 Glacier Deep Archive storage class or S3 Intelligent-Tiering Deep Archive
176
- * tier. </p>
171
+ * <code>Bulk</code> - Bulk retrievals free for objects stored in the
172
+ * S3 Glacier Flexible Retrieval and S3 Intelligent-Tiering storage classes,
173
+ * enabling you to retrieve large amounts, even petabytes, of data at no cost.
174
+ * Bulk retrievals typically finish within 5–12 hours for objects stored in the
175
+ * S3 Glacier Flexible Retrieval Flexible Retrieval storage class or
176
+ * S3 Intelligent-Tiering Archive tier. Bulk retrievals are also the lowest-cost
177
+ * retrieval option when restoring objects from
178
+ * S3 Glacier Deep Archive. They typically finish within 48 hours for
179
+ * objects stored in the S3 Glacier Deep Archive storage class or
180
+ * S3 Intelligent-Tiering Deep Archive tier. </p>
177
181
  * </li>
178
182
  * </ul>
179
- * <p>For more information about archive retrieval options and provisioned capacity for
180
- * <code>Expedited</code> data access, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/restoring-objects.html">Restoring Archived Objects</a> in
181
- * the <i>Amazon S3 User Guide</i>. </p>
182
- * <p>You can use Amazon S3 restore speed upgrade to change the restore speed to a faster speed
183
- * while it is in progress. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/restoring-objects.html#restoring-objects-upgrade-tier.title.html"> Upgrading the speed of an in-progress restore</a> in the
184
- * <i>Amazon S3 User Guide</i>. </p>
185
- * <p>To get the status of object restoration, you can send a <code>HEAD</code> request.
186
- * Operations return the <code>x-amz-restore</code> header, which provides information about
187
- * the restoration status, in the response. You can use Amazon S3 event notifications to notify you
188
- * when a restore is initiated or completed. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Configuring Amazon S3
189
- * Event Notifications</a> in the <i>Amazon S3 User Guide</i>.</p>
190
- * <p>After restoring an archived object, you can update the restoration period by reissuing
191
- * the request with a new period. Amazon S3 updates the restoration period relative to the current
192
- * time and charges only for the request-there are no data transfer charges. You cannot
193
- * update the restoration period when Amazon S3 is actively processing your current restore request
194
- * for the object.</p>
195
- * <p>If your bucket has a lifecycle configuration with a rule that includes an expiration
196
- * action, the object expiration overrides the life span that you specify in a restore
197
- * request. For example, if you restore an object copy for 10 days, but the object is
198
- * scheduled to expire in 3 days, Amazon S3 deletes the object in 3 days. For more information
199
- * about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle Management</a>
200
- * in <i>Amazon S3 User Guide</i>.</p>
183
+ * <p>For more information about archive retrieval options and provisioned capacity
184
+ * for <code>Expedited</code> data access, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/restoring-objects.html">Restoring Archived
185
+ * Objects</a> in the <i>Amazon S3 User Guide</i>. </p>
186
+ * <p>You can use Amazon S3 restore speed upgrade to change the restore speed to a faster
187
+ * speed while it is in progress. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/restoring-objects.html#restoring-objects-upgrade-tier.title.html"> Upgrading the speed of an in-progress restore</a> in the
188
+ * <i>Amazon S3 User Guide</i>. </p>
189
+ * <p>To get the status of object restoration, you can send a <code>HEAD</code>
190
+ * request. Operations return the <code>x-amz-restore</code> header, which provides
191
+ * information about the restoration status, in the response. You can use Amazon S3 event
192
+ * notifications to notify you when a restore is initiated or completed. For more
193
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html">Configuring Amazon S3 Event
194
+ * Notifications</a> in the <i>Amazon S3 User Guide</i>.</p>
195
+ * <p>After restoring an archived object, you can update the restoration period by
196
+ * reissuing the request with a new period. Amazon S3 updates the restoration period
197
+ * relative to the current time and charges only for the request-there are no
198
+ * data transfer charges. You cannot update the restoration period when Amazon S3 is
199
+ * actively processing your current restore request for the object.</p>
200
+ * <p>If your bucket has a lifecycle configuration with a rule that includes an
201
+ * expiration action, the object expiration overrides the life span that you specify
202
+ * in a restore request. For example, if you restore an object copy for 10 days, but
203
+ * the object is scheduled to expire in 3 days, Amazon S3 deletes the object in 3 days.
204
+ * For more information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html">PutBucketLifecycleConfiguration</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle
205
+ * Management</a> in <i>Amazon S3 User Guide</i>.</p>
201
206
  * </dd>
202
207
  * <dt>Responses</dt>
203
208
  * <dd>
204
- * <p>A successful action returns either the <code>200 OK</code> or <code>202 Accepted</code>
205
- * status code. </p>
209
+ * <p>A successful action returns either the <code>200 OK</code> or <code>202
210
+ * Accepted</code> status code. </p>
206
211
  * <ul>
207
212
  * <li>
208
213
  * <p>If the object is not previously restored, then Amazon S3 returns <code>202
209
- * Accepted</code> in the response. </p>
214
+ * Accepted</code> in the response. </p>
210
215
  * </li>
211
216
  * <li>
212
- * <p>If the object is previously restored, Amazon S3 returns <code>200 OK</code> in the
213
- * response. </p>
217
+ * <p>If the object is previously restored, Amazon S3 returns <code>200 OK</code> in
218
+ * the response. </p>
214
219
  * </li>
215
220
  * </ul>
216
221
  * <ul>
@@ -224,8 +229,8 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
224
229
  * </li>
225
230
  * <li>
226
231
  * <p>
227
- * <i>Cause: Object restore is already in progress. (This error does not
228
- * apply to SELECT type requests.)</i>
232
+ * <i>Cause: Object restore is already in progress. (This error
233
+ * does not apply to SELECT type requests.)</i>
229
234
  * </p>
230
235
  * </li>
231
236
  * <li>
@@ -249,10 +254,10 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
249
254
  * </li>
250
255
  * <li>
251
256
  * <p>
252
- * <i>Cause: expedited retrievals are currently not available. Try again
253
- * later. (Returned if there is insufficient capacity to process the Expedited
254
- * request. This error applies only to Expedited retrievals and not to
255
- * S3 Standard or Bulk retrievals.)</i>
257
+ * <i>Cause: expedited retrievals are currently not available.
258
+ * Try again later. (Returned if there is insufficient capacity to
259
+ * process the Expedited request. This error applies only to Expedited
260
+ * retrievals and not to S3 Standard or Bulk retrievals.)</i>
256
261
  * </p>
257
262
  * </li>
258
263
  * <li>
@@ -369,7 +374,7 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
369
374
  * Value: "STRING_VALUE",
370
375
  * },
371
376
  * ],
372
- * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW",
377
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
373
378
  * },
374
379
  * },
375
380
  * },
@@ -23,13 +23,16 @@ export interface SelectObjectContentCommandOutput extends SelectObjectContentOut
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>This action filters the contents of an Amazon S3 object based on a simple structured query
26
+ * <note>
27
+ * <p>This operation is not supported by directory buckets.</p>
28
+ * </note>
29
+ * <p>This action filters the contents of an Amazon S3 object based on a simple structured query
27
30
  * language (SQL) statement. In the request, along with the SQL expression, you must also
28
31
  * specify a data serialization format (JSON, CSV, or Apache Parquet) of the object. Amazon S3 uses
29
32
  * this format to parse object data into records, and returns only records that match the
30
33
  * specified SQL expression. You must also specify the data serialization format for the
31
34
  * response.</p>
32
- * <p>This action is not supported by Amazon S3 on Outposts.</p>
35
+ * <p>This functionality is not supported for Amazon S3 on Outposts.</p>
33
36
  * <p>For more information about Amazon S3 Select, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/selecting-content-from-objects.html">Selecting Content from
34
37
  * Objects</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-glacier-select-sql-reference-select.html">SELECT
35
38
  * Command</a> in the <i>Amazon S3 User Guide</i>.</p>
@@ -37,9 +40,10 @@ export interface SelectObjectContentCommandOutput extends SelectObjectContentOut
37
40
  * <dl>
38
41
  * <dt>Permissions</dt>
39
42
  * <dd>
40
- * <p>You must have <code>s3:GetObject</code> permission for this operation. Amazon S3 Select does
41
- * not support anonymous access. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying
42
- * Permissions in a Policy</a> in the <i>Amazon S3 User Guide</i>.</p>
43
+ * <p>You must have the <code>s3:GetObject</code> permission for this operation. Amazon S3
44
+ * Select does not support anonymous access. For more information about permissions,
45
+ * see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in
46
+ * a Policy</a> in the <i>Amazon S3 User Guide</i>.</p>
43
47
  * </dd>
44
48
  * <dt>Object Data Formats</dt>
45
49
  * <dd>
@@ -48,8 +52,8 @@ export interface SelectObjectContentCommandOutput extends SelectObjectContentOut
48
52
  * <ul>
49
53
  * <li>
50
54
  * <p>
51
- * <i>CSV, JSON, and Parquet</i> - Objects must be in CSV, JSON, or
52
- * Parquet format.</p>
55
+ * <i>CSV, JSON, and Parquet</i> - Objects must be in CSV,
56
+ * JSON, or Parquet format.</p>
53
57
  * </li>
54
58
  * <li>
55
59
  * <p>
@@ -58,63 +62,68 @@ export interface SelectObjectContentCommandOutput extends SelectObjectContentOut
58
62
  * </li>
59
63
  * <li>
60
64
  * <p>
61
- * <i>GZIP or BZIP2</i> - CSV and JSON files can be compressed using
62
- * GZIP or BZIP2. GZIP and BZIP2 are the only compression formats that Amazon S3 Select
63
- * supports for CSV and JSON files. Amazon S3 Select supports columnar compression for
64
- * Parquet using GZIP or Snappy. Amazon S3 Select does not support whole-object compression
65
- * for Parquet objects.</p>
65
+ * <i>GZIP or BZIP2</i> - CSV and JSON files can be compressed
66
+ * using GZIP or BZIP2. GZIP and BZIP2 are the only compression formats that
67
+ * Amazon S3 Select supports for CSV and JSON files. Amazon S3 Select supports columnar
68
+ * compression for Parquet using GZIP or Snappy. Amazon S3 Select does not support
69
+ * whole-object compression for Parquet objects.</p>
66
70
  * </li>
67
71
  * <li>
68
72
  * <p>
69
- * <i>Server-side encryption</i> - Amazon S3 Select supports querying
70
- * objects that are protected with server-side encryption.</p>
71
- * <p>For objects that are encrypted with customer-provided encryption keys (SSE-C), you
72
- * must use HTTPS, and you must use the headers that are documented in the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>. For more information about SSE-C, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side
73
- * Encryption (Using Customer-Provided Encryption Keys)</a> in the
74
- * <i>Amazon S3 User Guide</i>.</p>
75
- * <p>For objects that are encrypted with Amazon S3 managed keys (SSE-S3) and Amazon Web Services KMS keys
76
- * (SSE-KMS), server-side encryption is handled transparently, so you don't need to
77
- * specify anything. For more information about server-side encryption, including SSE-S3
78
- * and SSE-KMS, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Protecting Data Using
79
- * Server-Side Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
73
+ * <i>Server-side encryption</i> - Amazon S3 Select supports
74
+ * querying objects that are protected with server-side encryption.</p>
75
+ * <p>For objects that are encrypted with customer-provided encryption keys
76
+ * (SSE-C), you must use HTTPS, and you must use the headers that are
77
+ * documented in the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>. For more
78
+ * information about SSE-C, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html">Server-Side Encryption (Using Customer-Provided Encryption Keys)</a>
79
+ * in the <i>Amazon S3 User Guide</i>.</p>
80
+ * <p>For objects that are encrypted with Amazon S3 managed keys (SSE-S3) and
81
+ * Amazon Web Services KMS keys (SSE-KMS), server-side encryption is handled transparently,
82
+ * so you don't need to specify anything. For more information about
83
+ * server-side encryption, including SSE-S3 and SSE-KMS, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Protecting Data Using Server-Side Encryption</a> in the
84
+ * <i>Amazon S3 User Guide</i>.</p>
80
85
  * </li>
81
86
  * </ul>
82
87
  * </dd>
83
88
  * <dt>Working with the Response Body</dt>
84
89
  * <dd>
85
- * <p>Given the response size is unknown, Amazon S3 Select streams the response as a series of
86
- * messages and includes a <code>Transfer-Encoding</code> header with <code>chunked</code> as
87
- * its value in the response. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTSelectObjectAppendix.html">Appendix: SelectObjectContent
88
- * Response</a>.</p>
90
+ * <p>Given the response size is unknown, Amazon S3 Select streams the response as a
91
+ * series of messages and includes a <code>Transfer-Encoding</code> header with
92
+ * <code>chunked</code> as its value in the response. For more information, see
93
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/RESTSelectObjectAppendix.html">Appendix:
94
+ * SelectObjectContent
95
+ * Response</a>.</p>
89
96
  * </dd>
90
97
  * <dt>GetObject Support</dt>
91
98
  * <dd>
92
99
  * <p>The <code>SelectObjectContent</code> action does not support the following
93
- * <code>GetObject</code> functionality. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>.</p>
100
+ * <code>GetObject</code> functionality. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html">GetObject</a>.</p>
94
101
  * <ul>
95
102
  * <li>
96
103
  * <p>
97
- * <code>Range</code>: Although you can specify a scan range for an Amazon S3 Select request
98
- * (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_SelectObjectContent.html#AmazonS3-SelectObjectContent-request-ScanRange">SelectObjectContentRequest - ScanRange</a> in the request parameters),
99
- * you cannot specify the range of bytes of an object to return. </p>
104
+ * <code>Range</code>: Although you can specify a scan range for an Amazon S3 Select
105
+ * request (see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_SelectObjectContent.html#AmazonS3-SelectObjectContent-request-ScanRange">SelectObjectContentRequest - ScanRange</a> in the request
106
+ * parameters), you cannot specify the range of bytes of an object to return.
107
+ * </p>
100
108
  * </li>
101
109
  * <li>
102
- * <p>The <code>GLACIER</code>, <code>DEEP_ARCHIVE</code>, and <code>REDUCED_REDUNDANCY</code> storage classes, or the <code>ARCHIVE_ACCESS</code> and
103
- * <code>DEEP_ARCHIVE_ACCESS</code> access tiers of
104
- * the <code>INTELLIGENT_TIERING</code> storage class: You cannot query objects in
105
- * the <code>GLACIER</code>, <code>DEEP_ARCHIVE</code>, or <code>REDUCED_REDUNDANCY</code> storage classes, nor objects in the
106
- * <code>ARCHIVE_ACCESS</code> or
107
- * <code>DEEP_ARCHIVE_ACCESS</code> access tiers of
108
- * the <code>INTELLIGENT_TIERING</code> storage class. For
109
- * more information about storage classes, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html">Using Amazon S3 storage
110
- * classes</a> in the <i>Amazon S3 User Guide</i>.</p>
110
+ * <p>The <code>GLACIER</code>, <code>DEEP_ARCHIVE</code>, and
111
+ * <code>REDUCED_REDUNDANCY</code> storage classes, or the
112
+ * <code>ARCHIVE_ACCESS</code> and <code>DEEP_ARCHIVE_ACCESS</code> access
113
+ * tiers of the <code>INTELLIGENT_TIERING</code> storage class: You cannot
114
+ * query objects in the <code>GLACIER</code>, <code>DEEP_ARCHIVE</code>, or
115
+ * <code>REDUCED_REDUNDANCY</code> storage classes, nor objects in the
116
+ * <code>ARCHIVE_ACCESS</code> or <code>DEEP_ARCHIVE_ACCESS</code> access
117
+ * tiers of the <code>INTELLIGENT_TIERING</code> storage class. For more
118
+ * information about storage classes, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html">Using Amazon S3
119
+ * storage classes</a> in the
120
+ * <i>Amazon S3 User Guide</i>.</p>
111
121
  * </li>
112
122
  * </ul>
113
123
  * </dd>
114
124
  * <dt>Special Errors</dt>
115
125
  * <dd>
116
- * <p>For a list of special errors for this operation, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#SelectObjectContentErrorCodeList">List of
117
- * SELECT Object Content Error Codes</a>
126
+ * <p>For a list of special errors for this operation, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#SelectObjectContentErrorCodeList">List of SELECT Object Content Error Codes</a>
118
127
  * </p>
119
128
  * </dd>
120
129
  * </dl>