File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv4
3333
3434Code excerpts that show you how to call individual service functions.
3535
36- - [ CreatePresignedPost] ( Actions/ S3Wrapper.cs#L71 )
36+ - [ CreatePresignedPost] ( Scenarios/S3_CreatePresignedPost/ S3Wrapper.cs#L35 )
3737
3838### Scenarios
3939
4040Code examples that show you how to accomplish a specific task by calling multiple
4141functions within the same service.
4242
43- - [ ] ( Scenarios/S3_CreatePresignedPost/CreatePresignedPostBasics.cs )
43+ - [ Create a presigned URL ] ( Scenarios/S3_CreatePresignedPost/CreatePresignedPostBasics.cs )
4444
4545
4646<!-- custom.examples.start-->
@@ -56,17 +56,17 @@ functions within the same service.
5656
5757
5858
59- ####
59+ #### Create a presigned URL
6060
61- This example shows you how to do the following:
61+ This example shows you how to create a presigned URL for Amazon S3 and upload an object.
6262
6363
64- <!-- custom.scenario_prereqs.s3_Scenario_CreatePresignedPost .start-->
65- <!-- custom.scenario_prereqs.s3_Scenario_CreatePresignedPost .end-->
64+ <!-- custom.scenario_prereqs.s3_Scenario_PresignedUrl .start-->
65+ <!-- custom.scenario_prereqs.s3_Scenario_PresignedUrl .end-->
6666
6767
68- <!-- custom.scenarios.s3_Scenario_CreatePresignedPost .start-->
69- <!-- custom.scenarios.s3_Scenario_CreatePresignedPost .end-->
68+ <!-- custom.scenarios.s3_Scenario_PresignedUrl .start-->
69+ <!-- custom.scenarios.s3_Scenario_PresignedUrl .end-->
7070
7171### Tests
7272
You can’t perform that action at this time.
0 commit comments