You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-s3/src/S3.ts
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -5979,8 +5979,9 @@ export class S3 extends S3Client {
5979
5979
* <b>Rules</b>
5980
5980
* </p>
5981
5981
* <p>You specify the lifecycle configuration in your request body. The lifecycle
5982
-
* configuration is specified as XML consisting of one or more rules. Each rule consists of
5983
-
* the following:</p>
5982
+
* configuration is specified as XML consisting of one or more rules. An Amazon S3 Lifecycle
5983
+
* configuration can have up to 1,000 rules. This limit is not adjustable. Each rule consists
5984
+
* of the following:</p>
5984
5985
*
5985
5986
* <ul>
5986
5987
* <li>
@@ -8147,8 +8148,8 @@ export class S3 extends S3Client {
8147
8148
* <p>Part numbers can be any number from 1 to 10,000, inclusive. A part number uniquely
8148
8149
* identifies a part and also defines its position within the object being created. If you
8149
8150
* upload a new part using the same part number that was used with a previous part, the
8150
-
* previously uploaded part is overwritten. Each part must be at least 5 MB in size, except
8151
-
* the last part. There is no size limit on the last part of your multipart upload.</p>
8151
+
* previously uploaded part is overwritten.</p>
8152
+
* <p>For information about maximum and minimum part sizes and other multipart upload specifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html">Multipart upload limits</a> in the <i>Amazon S3 User Guide</i>.</p>
8152
8153
* <p>To ensure that data is not corrupted when traversing the network, specify the
8153
8154
* <code>Content-MD5</code> header in the upload part request. Amazon S3 checks the part data
8154
8155
* against the provided MD5 value. If they do not match, Amazon S3 returns an error. </p>
@@ -8300,9 +8301,7 @@ export class S3 extends S3Client {
8300
8301
* data source by adding the request header <code>x-amz-copy-source</code> in your request and
8301
8302
* a byte range by adding the request header <code>x-amz-copy-source-range</code> in your
8302
8303
* request. </p>
8303
-
* <p>The minimum allowable part size for a multipart upload is 5 MB. For more information
8304
-
* about multipart upload limits, go to <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/qfacts.html">Quick
8305
-
* Facts</a> in the <i>Amazon S3 User Guide</i>. </p>
8304
+
* <p>For information about maximum and minimum part sizes and other multipart upload specifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html">Multipart upload limits</a> in the <i>Amazon S3 User Guide</i>. </p>
8306
8305
* <note>
8307
8306
* <p>Instead of using an existing object as part data, you might use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
* <p>Part numbers can be any number from 1 to 10,000, inclusive. A part number uniquely
49
49
* identifies a part and also defines its position within the object being created. If you
50
50
* upload a new part using the same part number that was used with a previous part, the
51
-
* previously uploaded part is overwritten. Each part must be at least 5 MB in size, except
52
-
* the last part. There is no size limit on the last part of your multipart upload.</p>
51
+
* previously uploaded part is overwritten.</p>
52
+
* <p>For information about maximum and minimum part sizes and other multipart upload specifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html">Multipart upload limits</a> in the <i>Amazon S3 User Guide</i>.</p>
53
53
* <p>To ensure that data is not corrupted when traversing the network, specify the
54
54
* <code>Content-MD5</code> header in the upload part request. Amazon S3 checks the part data
55
55
* against the provided MD5 value. If they do not match, Amazon S3 returns an error. </p>
* data source by adding the request header <code>x-amz-copy-source</code> in your request and
30
30
* a byte range by adding the request header <code>x-amz-copy-source-range</code> in your
31
31
* request. </p>
32
-
* <p>The minimum allowable part size for a multipart upload is 5 MB. For more information
33
-
* about multipart upload limits, go to <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/qfacts.html">Quick
34
-
* Facts</a> in the <i>Amazon S3 User Guide</i>. </p>
32
+
* <p>For information about maximum and minimum part sizes and other multipart upload specifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html">Multipart upload limits</a> in the <i>Amazon S3 User Guide</i>. </p>
35
33
* <note>
36
34
* <p>Instead of using an existing object as part data, you might use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
* <p>Specifies the number of days an object is noncurrent before Amazon S3 can perform the
5442
-
* associated action. For information about the noncurrent days calculations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations">How
5442
+
* associated action. The value must be a non-zero positive integer. For information about the noncurrent days calculations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations">How
5443
5443
* Amazon S3 Calculates When an Object Became Noncurrent</a> in the <i>Amazon S3 User Guide</i>.</p>
5444
5444
*/
5445
5445
NoncurrentDays?: number;
@@ -9911,7 +9911,9 @@ export interface _Object {
9911
9911
* </li>
9912
9912
* <li>
9913
9913
* <p>If an object is created by either the Multipart Upload or Part Copy operation, the
9914
-
* ETag is not an MD5 digest, regardless of the method of encryption.</p>
9914
+
* ETag is not an MD5 digest, regardless of the method of encryption. If an object
9915
+
* is larger than 16 MB, the Amazon Web Services Management Console will upload or copy that object as a
9916
+
* Multipart Upload, and therefore the ETag will not be an MD5 digest.</p>
0 commit comments