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
* request as appropriate). If the condition persists, the SDKs throw an exception (or, for
58
58
* the SDKs that don't use exceptions, they return an error). </p>
59
59
* <p>Note that if <code>CompleteMultipartUpload</code> fails, applications should be prepared
60
-
* 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
60
+
* to retry any failed requests (including 500 error responses). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/ErrorBestPractices.html">Amazon S3 Error Best
61
61
* Practices</a>.</p>
62
62
* <important>
63
63
* <p>You can't use <code>Content-Type: application/x-www-form-urlencoded</code> for the
* Region that you want to copy the object from and the Region that you want to copy the
55
-
* object to must be enabled for your account.</p>
55
+
* object to must be enabled for your account. For more information about how to enable a Region for your account, see <a href="https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html#manage-acct-regions-enable-standalone">Enable
56
+
* or disable a Region for standalone accounts</a> in the
57
+
* <i>Amazon Web Services Account Management Guide</i>.</p>
56
58
* <important>
57
59
* <p>Amazon S3 transfer acceleration does not support cross-Region copies. If you request a
58
60
* cross-Region copy using a transfer acceleration endpoint, you get a <code>400 Bad
* <p>The copy request charge is based on the storage class and Region that you specify for
171
173
* the destination object. The request can also result in a data retrieval charge for the
172
-
* source if the source storage class bills for data retrieval. For pricing information, see
174
+
* source if the source storage class bills for data retrieval. If the copy source is in a different region, the data transfer is billed to the copy source account. For pricing information, see
* <code>x-amz-object-ownership</code> header, then the
95
95
* <code>s3:PutBucketOwnershipControls</code> permission is required.</p>
96
96
* <important>
97
-
* <p>If your <code>CreateBucket</code> request sets <code>BucketOwnerEnforced</code> for
98
-
* Amazon S3 Object Ownership and specifies a bucket ACL that provides access to an external
99
-
* Amazon Web Services account, your request fails with a <code>400</code> error and returns the
100
-
* <code>InvalidBucketAcLWithObjectOwnership</code> error code. For more information,
101
-
* see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-ownership-existing-bucket.html">Setting Object
102
-
* Ownership on an existing bucket </a> in the <i>Amazon S3 User Guide</i>.
103
-
* </p>
97
+
* <p> To set an ACL on a bucket as part of a
98
+
* <code>CreateBucket</code> request, you must explicitly set S3
99
+
* Object Ownership for the bucket to a different value than the
100
+
* default, <code>BucketOwnerEnforced</code>. Additionally, if your
101
+
* desired bucket ACL grants public access, you must first create the
102
+
* bucket (without the bucket ACL) and then explicitly disable Block
103
+
* Public Access on the bucket before using <code>PutBucketAcl</code>
104
+
* to set the ACL. If you try to create a bucket with a public ACL,
105
+
* the request will fail. </p>
106
+
* <p> For the majority of modern use cases in S3, we recommend
107
+
* that you keep all Block Public Access settings enabled and keep
108
+
* ACLs disabled. If you would like to share data with users outside
109
+
* of your account, you can use bucket policies as needed. For more
110
+
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html">Controlling ownership of objects and disabling ACLs for your
111
+
* bucket </a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html">Blocking public access to your Amazon S3 storage </a> in
* <p>Removes an object from a bucket. The behavior depends on the bucket's versioning state: </p>
31
31
* <ul>
32
32
* <li>
33
-
* <p>If versioning is enabled, the operation removes the null version (if there is one) of an object and inserts a delete marker,
34
-
* which becomes the latest version of the object. If there isn't a null version, Amazon S3 does
35
-
* not remove any objects but will still respond that the command was successful.</p>
33
+
* <p>If bucket versioning is not enabled, the operation permanently deletes the object.</p>
36
34
* </li>
37
35
* <li>
38
-
* <p>If versioning is suspended or not enabled, the operation permanently deletes the object.</p>
36
+
* <p>If bucket versioning is enabled, the operation inserts a delete marker, which becomes the current version of the object. To permanently delete an object in a versioned bucket, you must include the object’s <code>versionId</code> in the request. For more information about versioning-enabled buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeletingObjectVersions.html">Deleting object versions from a versioning-enabled bucket</a>.</p>
37
+
* </li>
38
+
* <li>
39
+
* <p>If bucket versioning is suspended, the operation removes the object that has a null <code>versionId</code>, if there is one, and inserts a delete marker that becomes the current version of the object. If there isn't an object with a null <code>versionId</code>, and all versions of the object have a <code>versionId</code>, Amazon S3 does not remove the object and only inserts a delete marker. To permanently delete an object that has a <code>versionId</code>, you must include the object’s <code>versionId</code> in the request. For more information about versioning-suspended buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/DeletingObjectsfromVersioningSuspendedBuckets.html">Deleting objects from versioning-suspended buckets</a>.</p>
* </b> - To delete a specific version of an object from a versiong-enabled bucket, you must have the <code>s3:DeleteObjectVersion</code> permission.</p>
99
+
* </b> - To delete a specific version of an object from a versioning-enabled bucket, you must have the <code>s3:DeleteObjectVersion</code> permission.</p>
* <p>This operation is not supported by directory buckets.</p>
37
37
* </note>
38
38
* <note>
39
-
* <p>Bucket lifecycle configuration now supports specifying a lifecycle rule using an
40
-
* object key name prefix, one or more object tags, or a combination of both. Accordingly,
39
+
* <p>Bucket lifecycle configuration now supports specifying a lifecycle rule using an object key name prefix, one or more object tags, object size, or any combination of these. Accordingly, this section describes the latest API. The previous version of the API supported filtering based only on an object key name prefix, which is supported for backward compatibility.
40
+
* For the related API description, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycle.html">GetBucketLifecycle</a>. Accordingly,
41
41
* this section describes the latest API. The response describes the new filter element
42
42
* that you can use to specify a filter to select a subset of objects to which the rule
43
43
* applies. If you are using a previous version of the lifecycle configuration, it still
44
-
* works. For the earlier action, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLifecycle.html">GetBucketLifecycle</a>.</p>
44
+
* works. For the earlier action, </p>
45
45
* </note>
46
46
* <p>Returns the lifecycle configuration information set on the bucket. For information about
47
47
* lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html">Object Lifecycle
* <p>If the bucket does not exist or you do not have permission to access it, the
33
33
* <code>HEAD</code> request returns a generic <code>400 Bad Request</code>, <code>403
34
34
* Forbidden</code> or <code>404 Not Found</code> code. A message body is not included, so
35
-
* you cannot determine the exception beyond these error codes.</p>
35
+
* you cannot determine the exception beyond these HTTP response codes.</p>
36
36
* <note>
37
37
* <p>
38
38
* <b>Directory buckets </b> - You must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
* lifecycle configuration. For information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html">Managing
41
41
* your storage lifecycle</a>.</p>
42
42
* <note>
43
-
* <p>Bucket lifecycle configuration now supports specifying a lifecycle rule using an
44
-
* object key name prefix, one or more object tags, or a combination of both. Accordingly,
45
-
* this section describes the latest API. The previous version of the API supported
46
-
* filtering based only on an object key name prefix, which is supported for backward
47
-
* compatibility. For the related API description, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>.</p>
43
+
* <p>Bucket lifecycle configuration now supports specifying a lifecycle rule using an object key name prefix, one or more object tags, object size, or any combination of these. Accordingly, this section describes the latest API. The previous version of the API supported filtering based only on an object key name prefix, which is supported for backward compatibility.
44
+
* For the related API description, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>.</p>
* <p>A filter identifying a subset of objects to which the rule applies. The
59
-
* filter can be based on a key name prefix, object tags, or a combination of
60
-
* both.</p>
55
+
* <p>A filter identifying a subset of objects to which the rule applies. The filter can be based on a key name prefix, object tags, object size, or any combination of these.</p>
61
56
* </li>
62
57
* <li>
63
58
* <p>A status indicating whether the rule is in effect.</p>
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
575
575
* <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
576
576
* <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
577
-
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az2</i>--x-s3</code>). For information about bucket naming
577
+
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
578
578
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
579
579
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
2682
2682
* <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
2683
2683
* <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
2684
-
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az2</i>--x-s3</code>). For information about bucket naming
2684
+
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
2685
2685
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
2686
2686
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
* <b>Directory buckets</b> - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the format <code>
2987
2987
* <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. Directory bucket names must be unique in the chosen Availability Zone. Bucket names must follow the format <code>
2988
2988
* <i>bucket_base_name</i>--<i>az-id</i>--x-s3</code> (for example, <code>
2989
-
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az2</i>--x-s3</code>). For information about bucket naming
2989
+
* <i>DOC-EXAMPLE-BUCKET</i>--<i>usw2-az1</i>--x-s3</code>). For information about bucket naming
2990
2990
* restrictions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-bucket-naming-rules.html">Directory bucket naming
2991
2991
* rules</a> in the <i>Amazon S3 User Guide</i>.</p>
0 commit comments