@aws-sdk/client-s3 3.315.0 → 3.317.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/dist-cjs/S3.js +97 -1302
- package/dist-cjs/models/models_0.js +2 -0
- package/dist-es/S3.js +97 -1302
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/S3.d.ts +100 -5179
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +2 -2
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +14 -22
- package/dist-types/commands/CopyObjectCommand.d.ts +31 -54
- package/dist-types/commands/CreateBucketCommand.d.ts +14 -22
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +49 -75
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +5 -7
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +5 -5
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -4
- package/dist-types/commands/DeleteObjectCommand.d.ts +11 -11
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +4 -2
- package/dist-types/commands/DeleteObjectsCommand.d.ts +14 -13
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -2
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +4 -5
- package/dist-types/commands/GetBucketAclCommand.d.ts +7 -9
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +4 -5
- package/dist-types/commands/GetBucketCorsCommand.d.ts +0 -1
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +7 -7
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -4
- package/dist-types/commands/GetBucketLocationCommand.d.ts +0 -4
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +6 -5
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -3
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -4
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +0 -1
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -2
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +2 -1
- package/dist-types/commands/GetObjectAclCommand.d.ts +4 -5
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +28 -23
- package/dist-types/commands/GetObjectCommand.d.ts +18 -20
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -2
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +5 -5
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/HeadBucketCommand.d.ts +9 -15
- package/dist-types/commands/HeadObjectCommand.d.ts +19 -20
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -4
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +5 -5
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +7 -6
- package/dist-types/commands/ListBucketsCommand.d.ts +32 -3
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -2
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +6 -3
- package/dist-types/commands/ListObjectsV2Command.d.ts +12 -11
- package/dist-types/commands/ListPartsCommand.d.ts +4 -3
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -4
- package/dist-types/commands/PutBucketAclCommand.d.ts +12 -15
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -4
- package/dist-types/commands/PutBucketCorsCommand.d.ts +2 -2
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +14 -16
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +8 -7
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +8 -20
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +8 -8
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +7 -11
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -4
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +9 -9
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -4
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -2
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +12 -13
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +12 -12
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +4 -4
- package/dist-types/commands/PutObjectAclCommand.d.ts +13 -17
- package/dist-types/commands/PutObjectCommand.d.ts +54 -45
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +8 -7
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +4 -3
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -4
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/RestoreObjectCommand.d.ts +69 -50
- package/dist-types/commands/SelectObjectContentCommand.d.ts +17 -13
- package/dist-types/commands/UploadPartCommand.d.ts +16 -23
- package/dist-types/commands/UploadPartCopyCommand.d.ts +5 -7
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +22 -33
- package/dist-types/models/models_0.d.ts +363 -426
- package/dist-types/models/models_1.d.ts +76 -81
- package/dist-types/ts3.4/S3.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +6 -6
|
@@ -28,8 +28,8 @@ export interface AbortMultipartUploadCommandOutput extends AbortMultipartUploadO
|
|
|
28
28
|
* <p>To verify that all parts have been removed, so you don't get charged for the part
|
|
29
29
|
* storage, you should call the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html">ListParts</a> action and ensure that
|
|
30
30
|
* the parts list is empty.</p>
|
|
31
|
-
* <p>For information about permissions required to use the multipart upload, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload
|
|
32
|
-
*
|
|
31
|
+
* <p>For information about permissions required to use the multipart upload, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload and
|
|
32
|
+
* Permissions</a>.</p>
|
|
33
33
|
* <p>The following operations are related to <code>AbortMultipartUpload</code>:</p>
|
|
34
34
|
* <ul>
|
|
35
35
|
* <li>
|
|
@@ -22,36 +22,28 @@ export interface CompleteMultipartUploadCommandOutput extends CompleteMultipartU
|
|
|
22
22
|
* <p>Completes a multipart upload by assembling previously uploaded parts.</p>
|
|
23
23
|
* <p>You first initiate the multipart upload and then upload all parts using the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
|
|
24
24
|
* operation. After successfully uploading all relevant parts of an upload, you call this
|
|
25
|
-
* action to complete the upload. Upon receiving this request, Amazon S3 concatenates all
|
|
26
|
-
* parts in ascending order by part number to create a new object. In the Complete
|
|
27
|
-
* Upload request, you must provide the parts list. You must ensure that the parts
|
|
28
|
-
* complete. This action concatenates the parts that you provide in the list. For
|
|
29
|
-
* the list, you must provide the part number and the <code>ETag</code> value,
|
|
30
|
-
* that part was uploaded.</p>
|
|
25
|
+
* action to complete the upload. Upon receiving this request, Amazon S3 concatenates all
|
|
26
|
+
* the parts in ascending order by part number to create a new object. In the Complete
|
|
27
|
+
* Multipart Upload request, you must provide the parts list. You must ensure that the parts
|
|
28
|
+
* list is complete. This action concatenates the parts that you provide in the list. For
|
|
29
|
+
* each part in the list, you must provide the part number and the <code>ETag</code> value,
|
|
30
|
+
* returned after that part was uploaded.</p>
|
|
31
31
|
* <p>Processing of a Complete Multipart Upload request could take several minutes to
|
|
32
32
|
* complete. After Amazon S3 begins processing the request, it sends an HTTP response header that
|
|
33
33
|
* specifies a 200 OK response. While processing is in progress, Amazon S3 periodically sends white
|
|
34
|
-
* space characters to keep the connection from timing out.
|
|
35
|
-
* initial 200 OK response has been sent
|
|
36
|
-
*
|
|
37
|
-
* your application to parse the contents of the response and handle it appropriately. If you
|
|
38
|
-
* use Amazon Web Services SDKs, SDKs handle this condition. The SDKs detect the embedded error and apply
|
|
39
|
-
* error handling per your configuration settings (including automatically retrying the
|
|
40
|
-
* request as appropriate). If the condition persists, the SDKs throws an exception (or, for
|
|
41
|
-
* the SDKs that don't use exceptions, they return the error). </p>
|
|
34
|
+
* space characters to keep the connection from timing out. Because a request could fail after
|
|
35
|
+
* the initial 200 OK response has been sent, it is important that you check the response body
|
|
36
|
+
* to determine whether the request succeeded.</p>
|
|
42
37
|
* <p>Note that if <code>CompleteMultipartUpload</code> fails, applications should be prepared
|
|
43
|
-
* to retry the failed requests. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ErrorBestPractices.html">Amazon S3 Error Best
|
|
44
|
-
* Practices</a>.</p>
|
|
38
|
+
* to retry the failed requests. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ErrorBestPractices.html">Amazon S3 Error Best Practices</a>.</p>
|
|
45
39
|
* <important>
|
|
46
|
-
* <p>You cannot use <code>Content-Type: application/x-www-form-urlencoded</code> with
|
|
47
|
-
*
|
|
48
|
-
* <code>Content-Type</code> header, <code>CompleteMultipartUpload</code> returns a 200
|
|
49
|
-
* OK response.</p>
|
|
40
|
+
* <p>You cannot use <code>Content-Type: application/x-www-form-urlencoded</code> with Complete
|
|
41
|
+
* Multipart Upload requests. Also, if you do not provide a <code>Content-Type</code> header, <code>CompleteMultipartUpload</code> returns a 200 OK response.</p>
|
|
50
42
|
* </important>
|
|
51
43
|
* <p>For more information about multipart uploads, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html">Uploading Objects Using Multipart
|
|
52
44
|
* Upload</a>.</p>
|
|
53
|
-
* <p>For information about permissions required to use the multipart upload API, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload
|
|
54
|
-
*
|
|
45
|
+
* <p>For information about permissions required to use the multipart upload API, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload and
|
|
46
|
+
* Permissions</a>.</p>
|
|
55
47
|
* <p>
|
|
56
48
|
* <code>CompleteMultipartUpload</code> has the following special errors:</p>
|
|
57
49
|
* <ul>
|
|
@@ -29,20 +29,15 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea
|
|
|
29
29
|
* </note>
|
|
30
30
|
* <p>All copy requests must be authenticated. Additionally, you must have
|
|
31
31
|
* <i>read</i> access to the source object and <i>write</i>
|
|
32
|
-
* access to the destination bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST Authentication</a>. Both the
|
|
33
|
-
*
|
|
34
|
-
*
|
|
32
|
+
* access to the destination bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST Authentication</a>. Both the Region
|
|
33
|
+
* that you want to copy the object from and the Region that you want to copy the object to
|
|
34
|
+
* must be enabled for your account.</p>
|
|
35
35
|
* <p>A copy request might return an error when Amazon S3 receives the copy request or while Amazon S3
|
|
36
36
|
* is copying the files. If the error occurs before the copy action starts, you receive a
|
|
37
37
|
* standard Amazon S3 error. If the error occurs during the copy operation, the error response is
|
|
38
38
|
* embedded in the <code>200 OK</code> response. This means that a <code>200 OK</code>
|
|
39
|
-
* response can contain either a success or an error.
|
|
40
|
-
*
|
|
41
|
-
* appropriately. If you use Amazon Web Services SDKs, SDKs handle this condition. The SDKs detect the
|
|
42
|
-
* embedded error and apply error handling per your configuration settings (including
|
|
43
|
-
* automatically retrying the request as appropriate). If the condition persists, the SDKs
|
|
44
|
-
* throws an exception (or, for the SDKs that don't use exceptions, they return the
|
|
45
|
-
* error).</p>
|
|
39
|
+
* response can contain either a success or an error. Design your application to parse the
|
|
40
|
+
* contents of the response and handle it appropriately.</p>
|
|
46
41
|
* <p>If the copy is successful, you receive a response with information about the copied
|
|
47
42
|
* object.</p>
|
|
48
43
|
* <note>
|
|
@@ -55,8 +50,7 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea
|
|
|
55
50
|
* <important>
|
|
56
51
|
* <p>Amazon S3 transfer acceleration does not support cross-Region copies. If you request a
|
|
57
52
|
* cross-Region copy using a transfer acceleration endpoint, you get a 400 <code>Bad
|
|
58
|
-
* Request</code> error. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html">Transfer
|
|
59
|
-
* Acceleration</a>.</p>
|
|
53
|
+
* Request</code> error. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html">Transfer Acceleration</a>.</p>
|
|
60
54
|
* </important>
|
|
61
55
|
* <p>
|
|
62
56
|
* <b>Metadata</b>
|
|
@@ -73,11 +67,6 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea
|
|
|
73
67
|
* Policy</a> in the <i>Amazon S3 User Guide</i>. For a complete list of
|
|
74
68
|
* Amazon S3-specific condition keys, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/list_amazons3.html">Actions, Resources, and Condition Keys for
|
|
75
69
|
* Amazon S3</a>.</p>
|
|
76
|
-
* <note>
|
|
77
|
-
* <p>
|
|
78
|
-
* <code>x-amz-website-redirect-location</code> is unique to each object and must be
|
|
79
|
-
* specified in the request headers to copy the value.</p>
|
|
80
|
-
* </note>
|
|
81
70
|
* <p>
|
|
82
71
|
* <b>x-amz-copy-source-if Headers</b>
|
|
83
72
|
* </p>
|
|
@@ -142,27 +131,14 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea
|
|
|
142
131
|
* <p>
|
|
143
132
|
* <b>Server-side encryption</b>
|
|
144
133
|
* </p>
|
|
145
|
-
* <p>
|
|
146
|
-
*
|
|
147
|
-
*
|
|
148
|
-
*
|
|
149
|
-
*
|
|
150
|
-
*
|
|
151
|
-
*
|
|
152
|
-
*
|
|
153
|
-
* object copy. When you perform a CopyObject operation, if you want to use a different type
|
|
154
|
-
* of encryption setting for the target object, you can use other appropriate
|
|
155
|
-
* encryption-related headers to encrypt the target object with a KMS key, an Amazon S3 managed
|
|
156
|
-
* key, or a customer-provided key. With server-side encryption, Amazon S3 encrypts your data as it
|
|
157
|
-
* writes it to disks in its data centers and decrypts the data when you access it. If the
|
|
158
|
-
* encryption setting in your request is different from the default encryption configuration
|
|
159
|
-
* of the destination bucket, the encryption setting in your request takes precedence. If the
|
|
160
|
-
* source object for the copy is stored in Amazon S3 using SSE-C, you must provide the necessary
|
|
161
|
-
* encryption information in your request so that Amazon S3 can decrypt the object for copying. For
|
|
162
|
-
* more information about server-side encryption, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Using Server-Side
|
|
163
|
-
* Encryption</a>.</p>
|
|
164
|
-
* <p>If a target object uses SSE-KMS, you can enable an S3 Bucket Key for the object. For
|
|
165
|
-
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html">Amazon S3 Bucket Keys</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
134
|
+
* <p>When you perform a CopyObject operation, you can optionally use the appropriate encryption-related
|
|
135
|
+
* headers to encrypt the object using server-side encryption with Amazon Web Services managed encryption keys
|
|
136
|
+
* (SSE-S3 or SSE-KMS) or a customer-provided encryption key. With server-side encryption, Amazon S3
|
|
137
|
+
* encrypts your data as it writes it to disks in its data centers and decrypts the data when
|
|
138
|
+
* you access it. For more information about server-side encryption, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Using
|
|
139
|
+
* Server-Side Encryption</a>.</p>
|
|
140
|
+
* <p>If a target object uses SSE-KMS, you can enable an S3 Bucket Key for the object. For more
|
|
141
|
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html">Amazon S3 Bucket Keys</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
166
142
|
* <p>
|
|
167
143
|
* <b>Access Control List (ACL)-Specific Request
|
|
168
144
|
* Headers</b>
|
|
@@ -174,29 +150,29 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea
|
|
|
174
150
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL) Overview</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-using-rest-api.html">Managing ACLs Using the REST
|
|
175
151
|
* API</a>. </p>
|
|
176
152
|
* <p>If the bucket that you're copying objects to uses the bucket owner enforced setting for
|
|
177
|
-
* S3 Object Ownership, ACLs are disabled and no longer affect permissions. Buckets that
|
|
178
|
-
* this setting only accept PUT requests that don't specify an ACL or PUT requests that
|
|
179
|
-
* specify bucket owner full control ACLs, such as the <code>bucket-owner-full-control</code>
|
|
180
|
-
*
|
|
153
|
+
* S3 Object Ownership, ACLs are disabled and no longer affect permissions. Buckets that
|
|
154
|
+
* use this setting only accept PUT requests that don't specify an ACL or PUT requests that
|
|
155
|
+
* specify bucket owner full control ACLs, such as the <code>bucket-owner-full-control</code> canned
|
|
156
|
+
* ACL or an equivalent form of this ACL expressed in the XML format.</p>
|
|
181
157
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling ownership of
|
|
182
|
-
*
|
|
158
|
+
* objects and disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
183
159
|
* <note>
|
|
184
|
-
* <p>If your bucket uses the bucket owner enforced setting for Object Ownership,
|
|
185
|
-
* objects written to the bucket by any account will be owned by the bucket owner.</p>
|
|
160
|
+
* <p>If your bucket uses the bucket owner enforced setting for Object Ownership,
|
|
161
|
+
* all objects written to the bucket by any account will be owned by the bucket owner.</p>
|
|
186
162
|
* </note>
|
|
187
163
|
* <p>
|
|
188
164
|
* <b>Checksums</b>
|
|
189
165
|
* </p>
|
|
190
|
-
* <p>When copying an object, if it has a checksum, that checksum will be copied to the new
|
|
191
|
-
*
|
|
192
|
-
*
|
|
166
|
+
* <p>When copying an object, if it has a checksum, that checksum will be copied to the new object
|
|
167
|
+
* by default. When you copy the object over, you may optionally specify a different checksum
|
|
168
|
+
* algorithm to use with the <code>x-amz-checksum-algorithm</code> header.</p>
|
|
193
169
|
* <p>
|
|
194
170
|
* <b>Storage Class Options</b>
|
|
195
171
|
* </p>
|
|
196
|
-
* <p>You can use the <code>CopyObject</code> action to change the storage class of an
|
|
197
|
-
* that is already stored in Amazon S3 using the <code>StorageClass</code> parameter. For
|
|
198
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage
|
|
199
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
172
|
+
* <p>You can use the <code>CopyObject</code> action to change the storage class of an
|
|
173
|
+
* object that is already stored in Amazon S3 using the <code>StorageClass</code> parameter. For
|
|
174
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage
|
|
175
|
+
* Classes</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
200
176
|
* <p>
|
|
201
177
|
* <b>Versioning</b>
|
|
202
178
|
* </p>
|
|
@@ -225,7 +201,8 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea
|
|
|
225
201
|
* </p>
|
|
226
202
|
* </li>
|
|
227
203
|
* </ul>
|
|
228
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjectsExamples.html">Copying
|
|
204
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjectsExamples.html">Copying
|
|
205
|
+
* Objects</a>.</p>
|
|
229
206
|
* @example
|
|
230
207
|
* Use a bare-bones client and the command you need to make an API call.
|
|
231
208
|
* ```javascript
|
|
@@ -258,7 +235,7 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea
|
|
|
258
235
|
* MetadataDirective: "COPY" || "REPLACE",
|
|
259
236
|
* TaggingDirective: "COPY" || "REPLACE",
|
|
260
237
|
* ServerSideEncryption: "AES256" || "aws:kms",
|
|
261
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR",
|
|
238
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW",
|
|
262
239
|
* WebsiteRedirectLocation: "STRING_VALUE",
|
|
263
240
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
264
241
|
* SSECustomerKey: "STRING_VALUE",
|
|
@@ -23,30 +23,27 @@ export interface CreateBucketCommandOutput extends CreateBucketOutput, __Metadat
|
|
|
23
23
|
* valid Amazon Web Services Access Key ID to authenticate requests. Anonymous requests are never allowed to
|
|
24
24
|
* create buckets. By creating the bucket, you become the bucket owner.</p>
|
|
25
25
|
* <p>Not every string is an acceptable bucket name. For information about bucket naming
|
|
26
|
-
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html">Bucket naming
|
|
27
|
-
* rules</a>.</p>
|
|
26
|
+
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html">Bucket naming rules</a>.</p>
|
|
28
27
|
* <p>If you want to create an Amazon S3 on Outposts bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html">Create Bucket</a>. </p>
|
|
29
28
|
* <p>By default, the bucket is created in the US East (N. Virginia) Region. You can
|
|
30
29
|
* optionally specify a Region in the request body. You might choose a Region to optimize
|
|
31
30
|
* latency, minimize costs, or address regulatory requirements. For example, if you reside in
|
|
32
31
|
* Europe, you will probably find it advantageous to create buckets in the Europe (Ireland)
|
|
33
32
|
* Region. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro">Accessing a
|
|
34
|
-
*
|
|
33
|
+
* bucket</a>.</p>
|
|
35
34
|
* <note>
|
|
36
35
|
* <p>If you send your create bucket request to the <code>s3.amazonaws.com</code> endpoint,
|
|
37
36
|
* the request goes to the us-east-1 Region. Accordingly, the signature calculations in
|
|
38
37
|
* Signature Version 4 must use us-east-1 as the Region, even if the location constraint in
|
|
39
38
|
* the request specifies another Region where the bucket is to be created. If you create a
|
|
40
39
|
* bucket in a Region other than US East (N. Virginia), your application must be able to
|
|
41
|
-
* handle 307 redirect. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html">Virtual hosting of
|
|
42
|
-
* buckets</a>.</p>
|
|
40
|
+
* handle 307 redirect. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html">Virtual hosting of buckets</a>.</p>
|
|
43
41
|
* </note>
|
|
44
42
|
* <p>
|
|
45
43
|
* <b>Access control lists (ACLs)</b>
|
|
46
44
|
* </p>
|
|
47
|
-
* <p>When creating a bucket using this operation, you can optionally configure the bucket ACL
|
|
48
|
-
*
|
|
49
|
-
* bucket.</p>
|
|
45
|
+
* <p>When creating a bucket using this operation, you can optionally configure the bucket ACL to specify the accounts or
|
|
46
|
+
* groups that should be granted specific permissions on the bucket.</p>
|
|
50
47
|
* <important>
|
|
51
48
|
* <p>If your CreateBucket request sets bucket owner enforced for S3 Object Ownership and
|
|
52
49
|
* specifies a bucket ACL that provides access to an external Amazon Web Services account, your request
|
|
@@ -55,8 +52,7 @@ export interface CreateBucketCommandOutput extends CreateBucketOutput, __Metadat
|
|
|
55
52
|
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html">Controlling object
|
|
56
53
|
* ownership</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
57
54
|
* </important>
|
|
58
|
-
* <p>There are two ways to grant the appropriate permissions using the request
|
|
59
|
-
* headers.</p>
|
|
55
|
+
* <p>There are two ways to grant the appropriate permissions using the request headers.</p>
|
|
60
56
|
* <ul>
|
|
61
57
|
* <li>
|
|
62
58
|
* <p>Specify a canned ACL using the <code>x-amz-acl</code> request header. Amazon S3
|
|
@@ -69,15 +65,14 @@ export interface CreateBucketCommandOutput extends CreateBucketOutput, __Metadat
|
|
|
69
65
|
* <code>x-amz-grant-write</code>, <code>x-amz-grant-read-acp</code>,
|
|
70
66
|
* <code>x-amz-grant-write-acp</code>, and <code>x-amz-grant-full-control</code>
|
|
71
67
|
* headers. These headers map to the set of permissions Amazon S3 supports in an ACL. For
|
|
72
|
-
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html">Access control list
|
|
73
|
-
* overview</a>.</p>
|
|
68
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html">Access control list
|
|
69
|
+
* (ACL) overview</a>.</p>
|
|
74
70
|
* <p>You specify each grantee as a type=value pair, where the type is one of the
|
|
75
71
|
* following:</p>
|
|
76
72
|
* <ul>
|
|
77
73
|
* <li>
|
|
78
74
|
* <p>
|
|
79
|
-
* <code>id</code> – if the value specified is the canonical user ID of an
|
|
80
|
-
* Amazon Web Services account</p>
|
|
75
|
+
* <code>id</code> – if the value specified is the canonical user ID of an Amazon Web Services account</p>
|
|
81
76
|
* </li>
|
|
82
77
|
* <li>
|
|
83
78
|
* <p>
|
|
@@ -133,17 +128,14 @@ export interface CreateBucketCommandOutput extends CreateBucketOutput, __Metadat
|
|
|
133
128
|
* <p>
|
|
134
129
|
* <b>Permissions</b>
|
|
135
130
|
* </p>
|
|
136
|
-
* <p>In addition to <code>s3:CreateBucket</code>, the following permissions are required when
|
|
137
|
-
* your CreateBucket includes specific headers:</p>
|
|
131
|
+
* <p>In addition to <code>s3:CreateBucket</code>, the following permissions are required when your CreateBucket includes specific headers:</p>
|
|
138
132
|
* <ul>
|
|
139
133
|
* <li>
|
|
140
134
|
* <p>
|
|
141
|
-
* <b>ACLs</b> - If your <code>CreateBucket</code> request
|
|
142
|
-
*
|
|
143
|
-
*
|
|
144
|
-
*
|
|
145
|
-
* are needed. If the ACL the <code>CreateBucket</code> request is private or doesn't
|
|
146
|
-
* specify any ACLs, only <code>s3:CreateBucket</code> permission is needed. </p>
|
|
135
|
+
* <b>ACLs</b> - If your <code>CreateBucket</code> request specifies ACL permissions and the ACL is public-read, public-read-write,
|
|
136
|
+
* authenticated-read, or if you specify access permissions explicitly through any other ACL, both
|
|
137
|
+
* <code>s3:CreateBucket</code> and <code>s3:PutBucketAcl</code> permissions are needed. If the ACL the
|
|
138
|
+
* <code>CreateBucket</code> request is private or doesn't specify any ACLs, only <code>s3:CreateBucket</code> permission is needed. </p>
|
|
147
139
|
* </li>
|
|
148
140
|
* <li>
|
|
149
141
|
* <p>
|
|
@@ -28,56 +28,39 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa
|
|
|
28
28
|
* <p>If you have configured a lifecycle rule to abort incomplete multipart uploads, the
|
|
29
29
|
* upload must complete within the number of days specified in the bucket lifecycle
|
|
30
30
|
* configuration. Otherwise, the incomplete multipart upload becomes eligible for an abort
|
|
31
|
-
* action and Amazon S3 aborts the multipart upload. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config">Aborting
|
|
31
|
+
* action and Amazon S3 aborts the multipart upload. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config">Aborting
|
|
32
|
+
* Incomplete Multipart Uploads Using a Bucket Lifecycle Policy</a>.</p>
|
|
32
33
|
* <p>For information about the permissions required to use the multipart upload API, see
|
|
33
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart
|
|
34
|
-
*
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuAndPermissions.html">Multipart Upload and
|
|
35
|
+
* Permissions</a>.</p>
|
|
35
36
|
* <p>For request signing, multipart upload is just a series of regular requests. You initiate
|
|
36
37
|
* a multipart upload, send one or more requests to upload parts, and then complete the
|
|
37
38
|
* multipart upload process. You sign each request individually. There is nothing special
|
|
38
|
-
* about signing multipart upload requests. For more information about signing, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating
|
|
39
|
+
* about signing multipart upload requests. For more information about signing, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating
|
|
40
|
+
* Requests (Amazon Web Services Signature Version 4)</a>.</p>
|
|
39
41
|
* <note>
|
|
40
|
-
* <p>After you initiate a multipart upload and upload one or more parts, to stop being
|
|
42
|
+
* <p> After you initiate a multipart upload and upload one or more parts, to stop being
|
|
41
43
|
* charged for storing the uploaded parts, you must either complete or abort the multipart
|
|
42
44
|
* upload. Amazon S3 frees up the space used to store the parts and stop charging you for
|
|
43
45
|
* storing them only after you either complete or abort a multipart upload. </p>
|
|
44
46
|
* </note>
|
|
45
|
-
* <p>
|
|
46
|
-
* writes it to disks in its data centers and decrypts it when you
|
|
47
|
-
*
|
|
48
|
-
*
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
* destination bucket has a default encryption configuration that uses server-side encryption
|
|
53
|
-
* with an Key Management Service (KMS) key (SSE-KMS), or a customer-provided encryption key (SSE-C),
|
|
54
|
-
* Amazon S3 uses the corresponding KMS key, or a customer-provided key to encrypt the uploaded
|
|
55
|
-
* parts. When you perform a CreateMultipartUpload operation, if you want to use a different
|
|
56
|
-
* type of encryption setting for the uploaded parts, you can request that Amazon S3 encrypts the
|
|
57
|
-
* object with a KMS key, an Amazon S3 managed key, or a customer-provided key. If the encryption
|
|
58
|
-
* setting in your request is different from the default encryption configuration of the
|
|
59
|
-
* destination bucket, the encryption setting in your request takes precedence. If you choose
|
|
60
|
-
* to provide your own encryption key, the request headers you provide in <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
|
|
61
|
-
* and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a> requests must
|
|
62
|
-
* match the headers you used in the request to initiate the upload by using
|
|
63
|
-
* <code>CreateMultipartUpload</code>. you can request that Amazon S3
|
|
64
|
-
* save the uploaded parts encrypted with server-side encryption with an Amazon S3 managed key
|
|
65
|
-
* (SSE-S3), an Key Management Service (KMS) key (SSE-KMS), or a customer-provided encryption key
|
|
66
|
-
* (SSE-C). </p>
|
|
67
|
-
* <p>To perform a multipart upload with encryption by using an Amazon Web Services KMS key, the requester
|
|
68
|
-
* must have permission to the <code>kms:Decrypt</code> and <code>kms:GenerateDataKey*</code>
|
|
47
|
+
* <p>You can optionally request server-side encryption. For server-side encryption, Amazon S3
|
|
48
|
+
* encrypts your data as it writes it to disks in its data centers and decrypts it when you
|
|
49
|
+
* access it. You can provide your own encryption key, or use Amazon Web Services KMS keys or Amazon S3-managed encryption keys. If you choose to provide
|
|
50
|
+
* your own encryption key, the request headers you provide in <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a> requests must match the headers you used in the request to
|
|
51
|
+
* initiate the upload by using <code>CreateMultipartUpload</code>. </p>
|
|
52
|
+
* <p>To perform a multipart upload with encryption using an Amazon Web Services KMS key, the requester must
|
|
53
|
+
* have permission to the <code>kms:Decrypt</code> and <code>kms:GenerateDataKey*</code>
|
|
69
54
|
* actions on the key. These permissions are required because Amazon S3 must decrypt and read data
|
|
70
55
|
* from the encrypted file parts before it completes the multipart upload. For more
|
|
71
56
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html#mpuAndPermissions">Multipart upload API
|
|
72
|
-
* and permissions</a>
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
*
|
|
76
|
-
*
|
|
77
|
-
*
|
|
78
|
-
*
|
|
79
|
-
* <p> For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Protecting Data Using Server-Side
|
|
80
|
-
* Encryption</a>.</p>
|
|
57
|
+
* and permissions</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
58
|
+
* <p>If your Identity and Access Management (IAM) user or role is in the same Amazon Web Services account
|
|
59
|
+
* as the KMS key, then you must have these permissions on the key policy. If your IAM
|
|
60
|
+
* user or role belongs to a different account than the key, then you must have the
|
|
61
|
+
* permissions on both the key policy and your IAM user or role.</p>
|
|
62
|
+
* <p> For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Protecting
|
|
63
|
+
* Data Using Server-Side Encryption</a>.</p>
|
|
81
64
|
* <dl>
|
|
82
65
|
* <dt>Access Permissions</dt>
|
|
83
66
|
* <dd>
|
|
@@ -87,8 +70,7 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa
|
|
|
87
70
|
* <ul>
|
|
88
71
|
* <li>
|
|
89
72
|
* <p>Specify a canned ACL with the <code>x-amz-acl</code> request header. For
|
|
90
|
-
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned
|
|
91
|
-
* ACL</a>.</p>
|
|
73
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#CannedACL">Canned ACL</a>.</p>
|
|
92
74
|
* </li>
|
|
93
75
|
* <li>
|
|
94
76
|
* <p>Specify access permissions explicitly with the
|
|
@@ -96,7 +78,8 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa
|
|
|
96
78
|
* <code>x-amz-grant-write-acp</code>, and
|
|
97
79
|
* <code>x-amz-grant-full-control</code> headers. These parameters map to
|
|
98
80
|
* the set of permissions that Amazon S3 supports in an ACL. For more information,
|
|
99
|
-
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL)
|
|
81
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL)
|
|
82
|
+
* Overview</a>.</p>
|
|
100
83
|
* </li>
|
|
101
84
|
* </ul>
|
|
102
85
|
* <p>You can use either a canned ACL or specify access permissions explicitly. You
|
|
@@ -104,19 +87,16 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa
|
|
|
104
87
|
* </dd>
|
|
105
88
|
* <dt>Server-Side- Encryption-Specific Request Headers</dt>
|
|
106
89
|
* <dd>
|
|
107
|
-
* <p>Amazon S3
|
|
108
|
-
*
|
|
90
|
+
* <p>You can optionally tell Amazon S3 to encrypt data at rest using server-side
|
|
91
|
+
* encryption. Server-side encryption is for data encryption at rest. Amazon S3 encrypts
|
|
109
92
|
* your data as it writes it to disks in its data centers and decrypts it when you
|
|
110
|
-
* access it.
|
|
111
|
-
*
|
|
112
|
-
* whether you want to use KMS keys (SSE-KMS) or provide your own encryption keys
|
|
113
|
-
* (SSE-C).</p>
|
|
93
|
+
* access it. The option you use depends on whether you want to use Amazon Web Services managed
|
|
94
|
+
* encryption keys or provide your own encryption key. </p>
|
|
114
95
|
* <ul>
|
|
115
96
|
* <li>
|
|
116
|
-
* <p>Use
|
|
117
|
-
*
|
|
118
|
-
*
|
|
119
|
-
* headers in the request.</p>
|
|
97
|
+
* <p>Use encryption keys managed by Amazon S3 or customer managed key stored
|
|
98
|
+
* in Amazon Web Services Key Management Service (Amazon Web Services KMS) – If you want Amazon Web Services to manage the keys
|
|
99
|
+
* used to encrypt data, specify the following headers in the request.</p>
|
|
120
100
|
* <ul>
|
|
121
101
|
* <li>
|
|
122
102
|
* <p>
|
|
@@ -137,22 +117,18 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa
|
|
|
137
117
|
* <note>
|
|
138
118
|
* <p>If you specify <code>x-amz-server-side-encryption:aws:kms</code>, but
|
|
139
119
|
* don't provide <code>x-amz-server-side-encryption-aws-kms-key-id</code>,
|
|
140
|
-
* Amazon S3 uses the Amazon Web Services managed key
|
|
141
|
-
* protect the data.</p>
|
|
120
|
+
* Amazon S3 uses the Amazon Web Services managed key in Amazon Web Services KMS to protect the data.</p>
|
|
142
121
|
* </note>
|
|
143
122
|
* <important>
|
|
144
|
-
* <p>All
|
|
145
|
-
*
|
|
146
|
-
* Transport Layer Security (TLS), or Signature Version 4.</p>
|
|
123
|
+
* <p>All GET and PUT requests for an object protected by Amazon Web Services KMS fail if
|
|
124
|
+
* you don't make them with SSL or by using SigV4.</p>
|
|
147
125
|
* </important>
|
|
148
|
-
* <p>For more information about server-side encryption with KMS
|
|
149
|
-
*
|
|
150
|
-
* Using Server-Side Encryption with KMS keys</a>.</p>
|
|
126
|
+
* <p>For more information about server-side encryption with KMS key (SSE-KMS),
|
|
127
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">Protecting Data Using Server-Side Encryption with KMS keys</a>.</p>
|
|
151
128
|
* </li>
|
|
152
129
|
* <li>
|
|
153
|
-
* <p>Use customer-provided encryption keys
|
|
154
|
-
*
|
|
155
|
-
* request.</p>
|
|
130
|
+
* <p>Use customer-provided encryption keys – If you want to manage your own
|
|
131
|
+
* encryption keys, provide all the following headers in the request.</p>
|
|
156
132
|
* <ul>
|
|
157
133
|
* <li>
|
|
158
134
|
* <p>
|
|
@@ -170,10 +146,8 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa
|
|
|
170
146
|
* </p>
|
|
171
147
|
* </li>
|
|
172
148
|
* </ul>
|
|
173
|
-
* <p>For more information about server-side encryption with
|
|
174
|
-
*
|
|
175
|
-
* Protecting data using server-side encryption with customer-provided
|
|
176
|
-
* encryption keys (SSE-C)</a>.</p>
|
|
149
|
+
* <p>For more information about server-side encryption with KMS keys (SSE-KMS),
|
|
150
|
+
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html">Protecting Data Using Server-Side Encryption with KMS keys</a>.</p>
|
|
177
151
|
* </li>
|
|
178
152
|
* </ul>
|
|
179
153
|
* </dd>
|
|
@@ -181,11 +155,10 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa
|
|
|
181
155
|
* <dd>
|
|
182
156
|
* <p>You also can use the following access control–related headers with this
|
|
183
157
|
* operation. By default, all objects are private. Only the owner has full access
|
|
184
|
-
* control. When adding a new object, you can grant permissions to individual
|
|
185
|
-
*
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
* using one of the following two methods:</p>
|
|
158
|
+
* control. When adding a new object, you can grant permissions to individual Amazon Web Services accounts or to predefined groups defined by Amazon S3. These permissions are then added
|
|
159
|
+
* to the access control list (ACL) on the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/S3_ACLs_UsingACLs.html">Using ACLs</a>. With this
|
|
160
|
+
* operation, you can grant access permissions using one of the following two
|
|
161
|
+
* methods:</p>
|
|
189
162
|
* <ul>
|
|
190
163
|
* <li>
|
|
191
164
|
* <p>Specify a canned ACL (<code>x-amz-acl</code>) — Amazon S3 supports a set of
|
|
@@ -198,9 +171,10 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa
|
|
|
198
171
|
* <p>Specify access permissions explicitly — To explicitly grant access
|
|
199
172
|
* permissions to specific Amazon Web Services accounts or groups, use the following headers.
|
|
200
173
|
* Each header maps to specific permissions that Amazon S3 supports in an ACL. For
|
|
201
|
-
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access
|
|
202
|
-
* Overview</a>. In the header, you specify a list of
|
|
203
|
-
* the specific permission. To grant permissions explicitly,
|
|
174
|
+
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access
|
|
175
|
+
* Control List (ACL) Overview</a>. In the header, you specify a list of
|
|
176
|
+
* grantees who get the specific permission. To grant permissions explicitly,
|
|
177
|
+
* use:</p>
|
|
204
178
|
* <ul>
|
|
205
179
|
* <li>
|
|
206
180
|
* <p>
|
|
@@ -337,7 +311,7 @@ export interface CreateMultipartUploadCommandOutput extends CreateMultipartUploa
|
|
|
337
311
|
* "<keys>": "STRING_VALUE",
|
|
338
312
|
* },
|
|
339
313
|
* ServerSideEncryption: "AES256" || "aws:kms",
|
|
340
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR",
|
|
314
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW",
|
|
341
315
|
* WebsiteRedirectLocation: "STRING_VALUE",
|
|
342
316
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
343
317
|
* SSECustomerKey: "STRING_VALUE",
|
|
@@ -24,8 +24,8 @@ export interface DeleteBucketAnalyticsConfigurationCommandOutput extends __Metad
|
|
|
24
24
|
* <p>To use this operation, you must have permissions to perform the
|
|
25
25
|
* <code>s3:PutAnalyticsConfiguration</code> action. The bucket owner has this permission
|
|
26
26
|
* by default. The bucket owner can grant this permission to others. For more information
|
|
27
|
-
* 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
|
|
28
|
-
*
|
|
27
|
+
* 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 Access Permissions to Your Amazon S3
|
|
28
|
+
* Resources</a>.</p>
|
|
29
29
|
* <p>For information about the Amazon S3 analytics feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/analytics-storage-class.html">Amazon S3 Analytics – Storage Class
|
|
30
30
|
* Analysis</a>. </p>
|
|
31
31
|
* <p>The following operations are related to
|
|
@@ -23,8 +23,8 @@ export interface DeleteBucketCorsCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
* <p>To use this operation, you must have permission to perform the
|
|
24
24
|
* <code>s3:PutBucketCORS</code> action. The bucket owner has this permission by default
|
|
25
25
|
* and can grant this permission to others. </p>
|
|
26
|
-
* <p>For information about <code>cors</code>, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling
|
|
27
|
-
*
|
|
26
|
+
* <p>For information about <code>cors</code>, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html">Enabling
|
|
27
|
+
* Cross-Origin Resource Sharing</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
28
28
|
* <p class="title">
|
|
29
29
|
* <b>Related Resources:</b>
|
|
30
30
|
* </p>
|
|
@@ -19,16 +19,14 @@ export interface DeleteBucketEncryptionCommandOutput extends __MetadataBearer {
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>This implementation of the DELETE action
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
* in the <i>Amazon S3 User Guide</i>.</p>
|
|
22
|
+
* <p>This implementation of the DELETE action removes default encryption from the bucket.
|
|
23
|
+
* For information about the Amazon S3 default encryption feature, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html">Amazon S3 Default Bucket Encryption</a> in the
|
|
24
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
26
25
|
* <p>To use this operation, you must have permissions to perform the
|
|
27
26
|
* <code>s3:PutEncryptionConfiguration</code> action. The bucket owner has this permission
|
|
28
27
|
* by default. The bucket owner can grant this permission to others. For more information
|
|
29
|
-
* 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
|
|
30
|
-
*
|
|
31
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
28
|
+
* 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 Access Permissions to your Amazon S3
|
|
29
|
+
* Resources</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
32
30
|
* <p class="title">
|
|
33
31
|
* <b>Related Resources</b>
|
|
34
32
|
* </p>
|
|
@@ -23,7 +23,8 @@ export interface DeleteBucketIntelligentTieringConfigurationCommandOutput extend
|
|
|
23
23
|
* <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>
|
|
24
24
|
* <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>
|
|
25
25
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access">Storage class for automatically optimizing frequently and infrequently accessed objects</a>.</p>
|
|
26
|
-
* <p>Operations related to
|
|
26
|
+
* <p>Operations related to
|
|
27
|
+
* <code>DeleteBucketIntelligentTieringConfiguration</code> include: </p>
|
|
27
28
|
* <ul>
|
|
28
29
|
* <li>
|
|
29
30
|
* <p>
|