@@ -112,7 +112,7 @@ class S3Client extends AbstractApi
112
112
* > - **Directory buckets** - If multipart uploads in a directory bucket are in progress, you can't delete the bucket
113
113
* > until all the in-progress multipart uploads are aborted or completed. To delete these in-progress multipart
114
114
* > uploads, use the `ListMultipartUploads` operation to list the in-progress multipart uploads in the bucket and use
115
- * > the `AbortMultupartUpload ` operation to abort all the in-progress multipart uploads.
115
+ * > the `AbortMultipartUpload ` operation to abort all the in-progress multipart uploads.
116
116
* > - **Directory buckets** - For directory buckets, you must make requests for this API operation to the Zonal
117
117
* > endpoint. These endpoints support virtual-hosted-style requests in the format
118
118
* > `https://*bucket_name*.s3express-*az_id*.*region*.amazonaws.com/*key-name*`. Path-style requests are not
@@ -1716,6 +1716,12 @@ public function headObject($input): HeadObjectOutput
1716
1716
*
1717
1717
* For information about Amazon S3 buckets, see Creating, configuring, and working with Amazon S3 buckets [^1].
1718
1718
*
1719
+ * ! We strongly recommend using only paginated requests. Unpaginated requests are only supported for Amazon Web
1720
+ * ! Services accounts set to the default general purpose bucket quota of 10,000. If you have an approved general
1721
+ * ! purpose bucket quota above 10,000, you must send paginated requests to list your account’s buckets. All
1722
+ * ! unpaginated ListBuckets requests will be rejected for Amazon Web Services accounts with a general purpose bucket
1723
+ * ! quota greater than 10,000.
1724
+ *
1719
1725
* [^1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-buckets-s3.html
1720
1726
*
1721
1727
* @see http://docs.amazonwebservices.com/AmazonS3/latest/API/RESTServiceGET.html
@@ -1745,7 +1751,7 @@ public function listBuckets($input = []): ListBucketsOutput
1745
1751
* > **Directory buckets** - If multipart uploads in a directory bucket are in progress, you can't delete the bucket
1746
1752
* > until all the in-progress multipart uploads are aborted or completed. To delete these in-progress multipart
1747
1753
* > uploads, use the `ListMultipartUploads` operation to list the in-progress multipart uploads in the bucket and use
1748
- * > the `AbortMultupartUpload ` operation to abort all the in-progress multipart uploads.
1754
+ * > the `AbortMultipartUpload ` operation to abort all the in-progress multipart uploads.
1749
1755
*
1750
1756
* The `ListMultipartUploads` operation returns a maximum of 1,000 multipart uploads in the response. The limit of 1,000
1751
1757
* multipart uploads is also the default value. You can further limit the number of uploads in a response by specifying
0 commit comments