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
33
33
34
34
Code excerpts that show you how to call individual service functions.
35
35
36
- - [ CreatePresignedPost] ( Actions/ S3Wrapper.cs#L71 )
36
+ - [ CreatePresignedPost] ( Scenarios/S3_CreatePresignedPost/ S3Wrapper.cs#L35 )
37
37
38
38
### Scenarios
39
39
40
40
Code examples that show you how to accomplish a specific task by calling multiple
41
41
functions within the same service.
42
42
43
- - [ ] ( Scenarios/S3_CreatePresignedPost/CreatePresignedPostBasics.cs )
43
+ - [ Create a presigned URL ] ( Scenarios/S3_CreatePresignedPost/CreatePresignedPostBasics.cs )
44
44
45
45
46
46
<!-- custom.examples.start-->
@@ -56,17 +56,17 @@ functions within the same service.
56
56
57
57
58
58
59
- ####
59
+ #### Create a presigned URL
60
60
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.
62
62
63
63
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-->
66
66
67
67
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-->
70
70
71
71
### Tests
72
72
You can’t perform that action at this time.
0 commit comments