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
feat(client-s3): The S3 LISTObjects, ListObjectsV2 and ListObjectVersions API now supports a new optional header x-amz-optional-object-attributes. If header contains RestoreStatus as the value, then S3 will include Glacier restore status i.e. isRestoreInProgress and RestoreExpiryDate in List response.
* design your application to parse the contents of the response and handle it appropriately.
43
43
* Objects are returned sorted in an ascending order of the respective key names in the list.
44
44
* For more information about listing objects, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ListingKeysUsingAPIs.html">Listing object keys
45
-
* programmatically</a>
46
-
* </p>
45
+
* programmatically</a> in the <i>Amazon S3 User Guide</i>.</p>
47
46
* <p>To use this operation, you must have READ access to the bucket.</p>
48
-
* <p>To use this action in an Identity and Access Management (IAM) policy, you must have permissions to perform
47
+
* <p>To use this action in an Identity and Access Management (IAM) policy, you must have permission to perform
49
48
* the <code>s3:ListBucket</code> action. The bucket owner has this permission by default and
50
49
* can grant this permission to others. For more information 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
51
-
* Access Permissions to Your Amazon S3 Resources</a>.</p>
50
+
* Access Permissions to Your Amazon S3 Resources</a> in the
51
+
* <i>Amazon S3 User Guide</i>.</p>
52
52
* <important>
53
53
* <p>This section describes the latest revision of this action. We recommend that you use
54
-
* this revised API for application development. For backward compatibility, Amazon S3 continues
55
-
* to support the prior version of this API, <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html">ListObjects</a>.</p>
54
+
* this revised API operation for application development. For backward compatibility, Amazon S3
55
+
* continues to support the prior version of this API operation, <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjects.html">ListObjects</a>.</p>
56
56
* </important>
57
57
* <p>To get a list of your buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html">ListBuckets</a>.</p>
58
58
* <p>The following operations are related to <code>ListObjectsV2</code>:</p>
0 commit comments