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
* use <code>HEAD</code>, you must have the <code>s3:GetObject</code> permission. You need the relevant read object (or version) permission for this operation.
59
59
* For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/list_amazons3.html">Actions, resources, and condition
60
60
* keys for Amazon S3</a> in the <i>Amazon S3
61
-
* User Guide</i>.</p>
61
+
* User Guide</i>. For more information about the permissions to S3 API operations by S3 resource types, see <a href="/AmazonS3/latest/userguide/using-with-s3-policy-actions.html">Required permissions for Amazon S3 API operations</a> in the <i>Amazon S3 User Guide</i>.</p>
62
62
* <p>If the object you request doesn't exist, the error that
63
63
* Amazon S3 returns depends on whether you also have the <code>s3:ListBucket</code> permission.</p>
* so if you want to retain any configuration details, they must be included in the new
41
44
* lifecycle configuration. For information about lifecycle configuration, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html">Managing
42
45
* your storage lifecycle</a>.</p>
43
-
* <note>
44
-
* <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.
45
-
* For the related API description, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>.</p>
46
-
* </note>
47
46
* <dl>
48
47
* <dt>Rules</dt>
49
48
* <dd>
50
49
* <p>You specify the lifecycle configuration in your request body. The lifecycle
51
50
* configuration is specified as XML consisting of one or more rules. An Amazon S3
52
-
* Lifecycle configuration can have up to 1,000 rules. This limit is not adjustable.
53
-
* Each rule consists of the following:</p>
51
+
* Lifecycle configuration can have up to 1,000 rules. This limit is not adjustable.</p>
52
+
* <p>Bucket lifecycle configuration 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.
53
+
* For the related API description, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycle.html">PutBucketLifecycle</a>.</p>
54
+
* <p>A lifecycle rule consists of the following:</p>
54
55
* <ul>
55
56
* <li>
56
57
* <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>
0 commit comments