@@ -80,6 +80,7 @@ functions within the same service.
8080- [ Create a web page that lists Amazon S3 objects] ( ../web/s3/list-objects/src/App.tsx )
8181- [ Delete all objects in a bucket] ( scenarios/delete-all-objects.js )
8282- [ Lock Amazon S3 objects] ( scenarios/object-locking/index.js )
83+ - [ Make conditional requests] ( scenarios/conditional-requests/index.js )
8384- [ Upload or download large files] ( scenarios/multipart-upload.js )
8485
8586
@@ -200,6 +201,18 @@ This example shows you how to work with S3 object lock features.
200201<!-- custom.scenarios.s3_Scenario_ObjectLock.start-->
201202<!-- custom.scenarios.s3_Scenario_ObjectLock.end-->
202203
204+ #### Make conditional requests
205+
206+ This example shows you how to add preconditions to Amazon S3 requests.
207+
208+
209+ <!-- custom.scenario_prereqs.s3_Scenario_ConditionalRequests.start-->
210+ <!-- custom.scenario_prereqs.s3_Scenario_ConditionalRequests.end-->
211+
212+
213+ <!-- custom.scenarios.s3_Scenario_ConditionalRequests.start-->
214+ <!-- custom.scenarios.s3_Scenario_ConditionalRequests.end-->
215+
203216#### Upload or download large files
204217
205218This example shows you how to upload or download large files to and from Amazon S3.
@@ -238,4 +251,4 @@ in the `javascriptv3` folder.
238251
239252Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
240253
241- SPDX-License-Identifier: Apache-2.0
254+ SPDX-License-Identifier: Apache-2.0
0 commit comments