File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ functions within the same service.
8888- [ Create an Amazon Textract explorer application] ( ../../cross_service/textract_explorer )
8989- [ Detect entities in text extracted from an image] ( ../../cross_service/textract_comprehend_notebook )
9090- [ Detect objects in images] ( ../../cross_service/photo_analyzer )
91+ - [ Make conditional requests] ( scenarios/conditional_requests/scenario.py )
9192- [ Manage versioned objects in batches with a Lambda function] ( ../../example_code/s3/s3_versioning )
9293- [ Upload or download large files] ( file_transfer/file_transfer.py )
9394- [ Work with versioned objects] ( s3_versioning/versioning.py )
@@ -190,6 +191,24 @@ This example shows you how to build an app that uses Amazon Rekognition to detec
190191<!-- custom.scenarios.cross_RekognitionPhotoAnalyzer.start-->
191192<!-- custom.scenarios.cross_RekognitionPhotoAnalyzer.end-->
192193
194+ #### Make conditional requests
195+
196+ This example shows you how to add preconditions to Amazon S3 requests.
197+
198+
199+ <!-- custom.scenario_prereqs.s3_Scenario_ConditionalRequests.start-->
200+ <!-- custom.scenario_prereqs.s3_Scenario_ConditionalRequests.end-->
201+
202+ Start the example by running the following at a command prompt:
203+
204+ ```
205+ python scenarios/conditional_requests/scenario.py
206+ ```
207+
208+
209+ <!-- custom.scenarios.s3_Scenario_ConditionalRequests.start-->
210+ <!-- custom.scenarios.s3_Scenario_ConditionalRequests.end-->
211+
193212#### Manage versioned objects in batches with a Lambda function
194213
195214This example shows you how to manage versioned S3 objects in batches with a Lambda function.
You can’t perform that action at this time.
0 commit comments