@aws-sdk/client-s3 3.82.0 → 3.83.0
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.
- package/CHANGELOG.md +8 -0
- package/dist-types/S3.d.ts +6 -7
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -2
- package/dist-types/commands/UploadPartCommand.d.ts +2 -2
- package/dist-types/commands/UploadPartCopyCommand.d.ts +1 -3
- package/dist-types/models/models_0.d.ts +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.83.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.82.0...v3.83.0) (2022-05-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-s3
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-s3
|
package/dist-types/S3.d.ts
CHANGED
|
@@ -3873,8 +3873,9 @@ export declare class S3 extends S3Client {
|
|
|
3873
3873
|
* <b>Rules</b>
|
|
3874
3874
|
* </p>
|
|
3875
3875
|
* <p>You specify the lifecycle configuration in your request body. The lifecycle
|
|
3876
|
-
* configuration is specified as XML consisting of one or more rules.
|
|
3877
|
-
*
|
|
3876
|
+
* configuration is specified as XML consisting of one or more rules. An Amazon S3 Lifecycle
|
|
3877
|
+
* configuration can have up to 1,000 rules. This limit is not adjustable. Each rule consists
|
|
3878
|
+
* of the following:</p>
|
|
3878
3879
|
*
|
|
3879
3880
|
* <ul>
|
|
3880
3881
|
* <li>
|
|
@@ -5530,8 +5531,8 @@ export declare class S3 extends S3Client {
|
|
|
5530
5531
|
* <p>Part numbers can be any number from 1 to 10,000, inclusive. A part number uniquely
|
|
5531
5532
|
* identifies a part and also defines its position within the object being created. If you
|
|
5532
5533
|
* upload a new part using the same part number that was used with a previous part, the
|
|
5533
|
-
* previously uploaded part is overwritten
|
|
5534
|
-
*
|
|
5534
|
+
* previously uploaded part is overwritten.</p>
|
|
5535
|
+
* <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>
|
|
5535
5536
|
* <p>To ensure that data is not corrupted when traversing the network, specify the
|
|
5536
5537
|
* <code>Content-MD5</code> header in the upload part request. Amazon S3 checks the part data
|
|
5537
5538
|
* against the provided MD5 value. If they do not match, Amazon S3 returns an error. </p>
|
|
@@ -5663,9 +5664,7 @@ export declare class S3 extends S3Client {
|
|
|
5663
5664
|
* data source by adding the request header <code>x-amz-copy-source</code> in your request and
|
|
5664
5665
|
* a byte range by adding the request header <code>x-amz-copy-source-range</code> in your
|
|
5665
5666
|
* request. </p>
|
|
5666
|
-
* <p>
|
|
5667
|
-
* about multipart upload limits, go to <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/qfacts.html">Quick
|
|
5668
|
-
* Facts</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
5667
|
+
* <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>
|
|
5669
5668
|
* <note>
|
|
5670
5669
|
* <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>
|
|
5671
5670
|
* action and provide data in your request.</p>
|
|
@@ -27,8 +27,9 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
|
|
|
27
27
|
* <b>Rules</b>
|
|
28
28
|
* </p>
|
|
29
29
|
* <p>You specify the lifecycle configuration in your request body. The lifecycle
|
|
30
|
-
* configuration is specified as XML consisting of one or more rules.
|
|
31
|
-
*
|
|
30
|
+
* configuration is specified as XML consisting of one or more rules. An Amazon S3 Lifecycle
|
|
31
|
+
* configuration can have up to 1,000 rules. This limit is not adjustable. Each rule consists
|
|
32
|
+
* of the following:</p>
|
|
32
33
|
*
|
|
33
34
|
* <ul>
|
|
34
35
|
* <li>
|
|
@@ -31,8 +31,8 @@ export interface UploadPartCommandOutput extends UploadPartOutput, __MetadataBea
|
|
|
31
31
|
* <p>Part numbers can be any number from 1 to 10,000, inclusive. A part number uniquely
|
|
32
32
|
* identifies a part and also defines its position within the object being created. If you
|
|
33
33
|
* upload a new part using the same part number that was used with a previous part, the
|
|
34
|
-
* previously uploaded part is overwritten
|
|
35
|
-
*
|
|
34
|
+
* previously uploaded part is overwritten.</p>
|
|
35
|
+
* <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>
|
|
36
36
|
* <p>To ensure that data is not corrupted when traversing the network, specify the
|
|
37
37
|
* <code>Content-MD5</code> header in the upload part request. Amazon S3 checks the part data
|
|
38
38
|
* against the provided MD5 value. If they do not match, Amazon S3 returns an error. </p>
|
|
@@ -11,9 +11,7 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met
|
|
|
11
11
|
* data source by adding the request header <code>x-amz-copy-source</code> in your request and
|
|
12
12
|
* a byte range by adding the request header <code>x-amz-copy-source-range</code> in your
|
|
13
13
|
* request. </p>
|
|
14
|
-
* <p>
|
|
15
|
-
* about multipart upload limits, go to <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/qfacts.html">Quick
|
|
16
|
-
* Facts</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
14
|
+
* <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>
|
|
17
15
|
* <note>
|
|
18
16
|
* <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>
|
|
19
17
|
* action and provide data in your request.</p>
|
|
@@ -4666,7 +4666,7 @@ export declare namespace LifecycleRuleFilter {
|
|
|
4666
4666
|
export interface NoncurrentVersionExpiration {
|
|
4667
4667
|
/**
|
|
4668
4668
|
* <p>Specifies the number of days an object is noncurrent before Amazon S3 can perform the
|
|
4669
|
-
* 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
|
|
4669
|
+
* 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
|
|
4670
4670
|
* Amazon S3 Calculates When an Object Became Noncurrent</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
4671
4671
|
*/
|
|
4672
4672
|
NoncurrentDays?: number;
|
|
@@ -8250,7 +8250,9 @@ export interface _Object {
|
|
|
8250
8250
|
* </li>
|
|
8251
8251
|
* <li>
|
|
8252
8252
|
* <p>If an object is created by either the Multipart Upload or Part Copy operation, the
|
|
8253
|
-
* ETag is not an MD5 digest, regardless of the method of encryption
|
|
8253
|
+
* ETag is not an MD5 digest, regardless of the method of encryption. If an object
|
|
8254
|
+
* is larger than 16 MB, the Amazon Web Services Management Console will upload or copy that object as a
|
|
8255
|
+
* Multipart Upload, and therefore the ETag will not be an MD5 digest.</p>
|
|
8254
8256
|
* </li>
|
|
8255
8257
|
* </ul>
|
|
8256
8258
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.83.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|