Skip to content

Commit 7f2cfea

Browse files
author
awstools
committed
feat(client-s3): Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones
1 parent ce892a7 commit 7f2cfea

File tree

6 files changed

+4578
-2085
lines changed

6 files changed

+4578
-2085
lines changed

clients/client-s3/src/commands/GetObjectCommand.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export interface GetObjectCommandOutput extends Omit<GetObjectOutput, "Body">, _
122122
* Objects</a> in the <i>Amazon S3 User Guide</i>.</p>
123123
* <p>
124124
* <b>Directory buckets </b> -
125-
* For directory buckets, only the S3 Express One Zone storage class is supported to store newly created objects.
125+
* Directory buckets only support <code>EXPRESS_ONEZONE</code> (the S3 Express One Zone storage class) in Availability Zones and <code>ONEZONE_IA</code> (the S3 One Zone-Infrequent Access storage class) in Dedicated Local Zones.
126126
* Unsupported storage class values won't write a destination object and will respond with the HTTP status code <code>400 Bad Request</code>.</p>
127127
* </dd>
128128
* <dt>Encryption</dt>

clients/client-s3/src/commands/RestoreObjectCommand.ts

+5-7
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,9 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
7474
* </dd>
7575
* <dt>Restoring objects</dt>
7676
* <dd>
77-
* <p>Objects that you archive to the S3 Glacier Flexible Retrieval Flexible Retrieval
78-
* or S3 Glacier Deep Archive storage class, and S3 Intelligent-Tiering Archive or
77+
* <p>Objects that you archive to the S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage class, and S3 Intelligent-Tiering Archive or
7978
* S3 Intelligent-Tiering Deep Archive tiers, are not accessible in real time. For objects in the
80-
* S3 Glacier Flexible Retrieval Flexible Retrieval or S3 Glacier Deep Archive
79+
* S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive
8180
* storage classes, you must first initiate a restore request, and then wait until a
8281
* temporary copy of the object is available. If you want a permanent copy of the
8382
* object, create a copy of it in the Amazon S3 Standard storage class in your S3 bucket.
@@ -93,8 +92,7 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
9392
* <li>
9493
* <p>
9594
* <code>Expedited</code> - Expedited retrievals allow you to quickly access
96-
* your data stored in the S3 Glacier Flexible Retrieval Flexible Retrieval
97-
* storage class or S3 Intelligent-Tiering Archive tier when occasional urgent requests
95+
* your data stored in the S3 Glacier Flexible Retrieval storage class or S3 Intelligent-Tiering Archive tier when occasional urgent requests
9896
* for restoring archives are required. For all but the largest archived
9997
* objects (250 MB+), data accessed using Expedited retrievals is typically
10098
* made available within 1–5 minutes. Provisioned capacity ensures that
@@ -109,7 +107,7 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
109107
* your archived objects within several hours. This is the default option for
110108
* retrieval requests that do not specify the retrieval option. Standard
111109
* retrievals typically finish within 3–5 hours for objects stored in the
112-
* S3 Glacier Flexible Retrieval Flexible Retrieval storage class or
110+
* S3 Glacier Flexible Retrieval storage class or
113111
* S3 Intelligent-Tiering Archive tier. They typically finish within 12 hours for
114112
* objects stored in the S3 Glacier Deep Archive storage class or
115113
* S3 Intelligent-Tiering Deep Archive tier. Standard retrievals are free for objects stored
@@ -121,7 +119,7 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
121119
* S3 Glacier Flexible Retrieval and S3 Intelligent-Tiering storage classes,
122120
* enabling you to retrieve large amounts, even petabytes, of data at no cost.
123121
* Bulk retrievals typically finish within 5–12 hours for objects stored in the
124-
* S3 Glacier Flexible Retrieval Flexible Retrieval storage class or
122+
* S3 Glacier Flexible Retrieval storage class or
125123
* S3 Intelligent-Tiering Archive tier. Bulk retrievals are also the lowest-cost
126124
* retrieval option when restoring objects from
127125
* S3 Glacier Deep Archive. They typically finish within 48 hours for

0 commit comments

Comments
 (0)